What is the correct way to ask for help with the forum, rather than product, questions?

I can't find the right way to ask a question about the forums themselves.

PAGulley said

I can't find the right part of the forum to ask questions about the forum itself and its features. I wonder what the right place and the way is to get help with the forum system itself. I can find the place to ask questions about specific Mozilla products very well.

Look up where it says contributor tools and select Contributor Forums. Make sure that you scroll to the top or you'll get a bar with different links instead,

The forum is https://support.mozilla.org/forums where you question would be better in the SUMO community discussions.

Tags: Thunderbird

Similar Questions

  • Ask for help with PHP to send an e-mail

    I have a family site. I use a PHP only access with that family members (portions glued and may not be complete)

    / * Adds a line of [] $authorization for each pair of login/password you want to add: * / (I have 30 odd)

    [$authorization] = array ('Big boy', '123456');

    $submit = $_POST ['submit'];

    $user = ";

    $password = ";

    $remember = ";

    If ($_GET ['user']) {}

    $user = $_GET ['user'];

    $password = $_GET ["password"];

    $remember = $_GET ["remember"];

    }

    If ($_POST ['user']) {}

    $user = $_POST ['user'];

    $password = $_POST ["password"];

    $remember = $_POST ["remember"];

    {foreach ($authorization as $loginpair)}

    {If (($user == $loginpair[0]) & & ($password == {$loginpair [1]}))}

    $_SESSION ['user'] = $user;

    $loginsuccessful = TRUE;

    }

    {If ($_SESSION ['user'] == {$loginpair [0]})}

    $loginsuccessful = TRUE;

    Then, on each page of my site, I

    <? PHP require('.. / Login.php ');? >

    I know that's not the best system... I'm afraid to try the mySLQ

    There is much information available to send the results of forms, but this isn't what I want to happen. As I create a session for the user, it seems to me that it should be possible for PHP to send me an email with the name of the users (the first time in the current session), a page is accessed.  By using the following code (from somewhere)

    <? php mail (' [email protected]', 'Topic of the e-mail', "The body of the email?");? >

    I get an email sent to me. But how can I get the name of the user, the time and date and... If possible, do it just send me an email once.

    I hope that my request for help is logical... I appreciate your time. Thank you

    Ralph3616 wrote:

    My 'desire' was to replace Scripture in a file which I then access through FTP to read, send the results in an e-mail message would be easier.

    If you use my code and create a $_SESSION in the login page and replace $_COOKIE for $_SESSION is exactly what he will do.

    If you are not ready to be a little more open minded and at least give it a go then I guess you're stuck with what you currently have.

  • When the button is called 'tools' that Firefox keeps referring to when I ask for help with something?

    In order to follow their directions for more help, told me to use a button called "Tools". Where is the "thing"?

    Press Alt or F10 to bring up the Tools menu.

    If the instructions tell Options it to open the window, click on the orange Firefox button, and then select Options.

  • ask for help with the 3210, can not see the hp software, can't sweep

    Can someone help me with this, I have a 2.66 ghz processor mac intel core 2 duo, the osx running version 10.6.7 and scanner no longer works after update to latest software to 10.6.7.  I tried to download the software of hp hp upgrade, and then when it works not tried to download apple software update for hp.  Nothing works.  I can't activate a scan of the computer, the software icons have disappeared.  And I can't activate the printer, just shows 'no scan options '.  The computer allows printing, I can find a printer icon with the option of mac system preferences.  very frustrating hours pass, no solution, thank you very much, david.

    I was able to solve the problem by talking to a person capable of mac online, a person named kelly in oregon, basically, we did a software update (she waited w / me through 15 minutes of downloading), and mac program "image capture" is now effective for me for scanning documents.  I think I can have earlier been confused by the fact that the screenshot is a new program, I had been looking for hp scanning software and finder contains more than all the entries of "hp".  Image capture seems to work.  (FYI, we had briefly discussed to insert the original disc, but chose to not not to this since it does not say that it's usable in mac os 10.6 and since we had the opportunity to see if the system works after installing the downloaded software updates).

  • Ask for help with the query group by

    Hello
    I have the following table with values structure
    CREATE TABLE DUMMY
      (
        SR_NUMBER          VARCHAR2(100 CHAR),
        ASSIGNMENT_GROUP   VARCHAR2(100 CHAR),
        REASSIGNMENT_COUNT VARCHAR2(100 CHAR),
        CREATED DATE,
        CLOSED DATE,
        TARGET_DATE DATE
     )
     
     insert into dummy values('AAA','A','1','02-OCT-11','25-OCT-11','09-OCT-11');
     insert into dummy values('ABC','A','1','03-SEP-12','26-SEP-11','10-SEP-11');
     insert into dummy values('AVB','A','1','02-NOV-13','25-NOV-13','09-NOV-13');
     insert into dummy values('AFT','B','1','02-OCT-11','25-OCT-11','09-OCT-11');
     insert into dummy values('ACS','B','1','02-JAN-12','25-JAN-12','09-JAN-12');
     insert into dummy values('AVC','B','1','02-OCT-13','25-OCT-13','09-OCT-13');
     insert into dummy values('AAD','B','1','02-MAR-14','25-MAR-14','09-MAR-14');
     insert into dummy values('AAA','C','1','02-OCT-11','25-OCT-11','09-OCT-11');
    insert into dummy values('AAA','D','1','02-JUN-11','25-JUN-11','09-JUN-11');
    insert into dummy values('AAA','E','1','02-APR-12','25-APR-12','09-APR-12');
    insert into dummy values('AAA','A','1','02-FEB-13','25-FEB-13','09-FEB-13');
    
    ?
    I have the following requirement, the output should be:

    Number of ticket (sr_number)
    % of tickets inside the DL
    Number of tickets inside the DL
    Average cycle time (cycle time = closing date - date of creation)
    Total cycle time (cycle time = closing date - date of creation)
    Number of reallocations (sum)


    DL - (deadline) formula is, closed date < = target_date

    This should be displayed, grouped by year, then month, then the assignment group. The values must be in descending order (dates) is not sure that group in operation here.
    I am able to write the code base of the foregoing, but group from the year, month, and group assignment is pretty confusing to me.


    Can someone give me a voucher code...

    This may not give you exactly what you want, but if all goes well, it will give you something to work with:

    WITH tickets AS (
      SELECT TO_CHAR(created, 'YYYY') created_year,
             TO_CHAR(created, 'MM') created_month,
             assignment_group,
             COUNT(sr_number) ticket_count,
             AVG(closed - created) avg_cycle_time,
             SUM(closed - created) tot_cycle_time,
             COUNT(reassignment_count) reassign_count
       FROM dummy
       GROUP BY TO_CHAR(created, 'YYYY'),
                TO_CHAR(created, 'MM'),
                assignment_group
    ),
    dl_tickets AS (
      SELECT TO_CHAR(created, 'YYYY') created_year,
             TO_CHAR(created, 'MM') created_month,
             assignment_group,
             COUNT(sr_number) ticket_in_dl_count
        FROM dummy
        WHERE closed <= target_date
        GROUP BY TO_CHAR(created, 'YYYY'),
              TO_CHAR(created, 'MM'),
              assignment_group
    )
    SELECT t.created_year,
           t.created_month,
           t.assignment_group,
           t.ticket_count,
           NVL(dl.ticket_in_dl_count, 0) ticket_in_dl_count,
           NVL(dl.ticket_in_dl_count/t.ticket_count, 0) * 100 pct_ticket_in_dl_count,
           t.avg_cycle_time,
           t.tot_cycle_time,
           t.reassign_count
      FROM tickets t,
           dl_tickets dl
      WHERE t.created_year = dl.created_year (+)
      AND t.created_month = dl.created_month (+)
      ORDER BY created_year DESC, created_month DESC
    

    Published by: user1983440 on May 27, 2013 15:47 - added reassign_count

    Published by: user1983440 on May 27, 2013 15:54 - added ORDER BY

  • Can you tell me how I can ask for help with the following question of Indesign: I am a new user of Indesign and creative Member Cloud.  I was using the fall of the window/Pages to the bottom of the window to view my pages alphabetically or by page number

    I am a new user of Indesign and creative Member Cloud.  I was using the fall of the window/Pages to the bottom of the window to view my pages alphabetically or by page number and also to determine whether or not my JPEGs have been sufficiently high resolution of the printer.  I don't know how I did it, but somehow the window has changed so that now, there not alphabetical/digital/hi-res information.  It shows just the pages in a two pages in numerical order.  How to restore the window so that I'll be able to view the information I did previously.

    Your help will be appreciated,

    Don Unwin

    [Personal information]

    All I had to do was to click on the links and information in the drop-down list.

  • Ask for help with CSS/specificity contradictory

    Despite my efforts, I can't get my links to display correctly.

    I know it's a matter of CSS specificity, but I can just come up with the right combination.

    Could a kind soul please review and let me know what css change (s) should I do discern my links (in div) correctly?

    http://willowcrossingtx.com/amenities.html

    Here is the style sheet:

    http://willowcrossingtx.com/stylesheet.CSS

    The links in the content and the navigation links are involved.

    Can clarify you what you mean by links are not displayed correctly? What see you and what you expect?

    The CSS for your links seems perfect even if one: visited has not been defined as I'm guessing that you have planned.

    A group of selectors, each selector must be set in its entirety after each comma.

    Change

    #fullContent p a: link, a: visited
    {
    color: #911917;
    }
    #fullContent p a: hover
    {
    color: #0 has 3513;
    }

    TO

    #fullContent p a: link, #fullContent p a: visited
    {
    color: #911917;
    }
    #fullContent p a: hover
    {
    color: #0 has 3513;
    }

  • Ask for help with printer inherited

    I want to get a printer networked - is no longer supported by its manufacturer - to print over wifi, ethernet or less direct by USB. Indeed, one of our two iMacs can print it by USB (only). The problem is that the other cannot, if directly connected by USB or share from the first iMac. I get an error message that the printer is not connected.

    Drivers installed on both machines seem to be the same, Brother_HL_2170W_series, into the 4.5.0 version numbers.

    The printer is a laser 2007. It ran fine on ethernet and wifi until I put the two iMacs to Mountain Lion. At this point if I ever turned off it would fail to reconnect when turned back on. It was once possible to make one kind of reconfigure by typing its IP address in the URL of a browser bar and then goes to a Brother's Web page. But the IP address of links is more to his brother, as I discovered after accidentally unplugging the printer this week. Can I not run the original CD-ROM, which includes a configuration utility.

    I'm still in the OS X 10.8.5 (the last OS to fully support my FireWire hard drives) and suspect that a new update would help little for a legacy printer. Not the end of the world if I have to buy a new printer, but I regret that throw one that is mechanically correct.

    Suggestions appreciated.

    I'm sure that Printopia decisive tactics can meet your needs. Call them and describe your needs. We use it in a similar setup and it works fine.

  • Ask for help with reinstalling Windows 7 on Sony Vaio

    Hi all

    I have a Sony Vaio Y Series in which I installed a pirated Windows and also improved version at 10. After these two cases, my laptop has become very slow and can barely use it. Now I want to reinstall the Windows 7 Home Basic 32 bit original version which is pre installed, but I don't know if I have a DVD with it or not.

    If I buy an original Windows of any of the online sites, it'll work, or must it be model specific?

    Can someone tell me how to restore the original version now? I don't have the bifurcated drive where the original should have been in the store. I am based in the India but bought the laptop in Saudi Arabia.

    Any help will be really appreciated.

    Contact Sony:

    Sony

    https://servicesales.sel.Sony.com/Ecom/accessories/Web/welcome.jsp

    1-800-488-7669

    For 5 years, Microsoft made it fairly easy for users of the Windows 7 operating system to get reinstall media. If you have lost your support disc or installation retail collection; either it has been damaged or defective; You can download a copy of the edition that you have licensed from a membership site called Digital River. More recently, Microsoft ended the availability to reinstall media that you can download as a. File ISO in Digital River, which is a digital reproduction of an optical disc.

    It was particularly convenient for people who could not easily get the manufacturer's recovery media, did not want to pay the fees required to get or preferred a clean configuration without the software packaged manufacturers or even a recovery partition does not work. It's easy to use, all you had to do was reinstall and reactivate using the product key located on the certificate of authenticity and download all the drivers on the manufacturers website.

    Given that this option is no longer available, what are your options? See the article for more details:

    How to: What are my options for Windows 7 reinstall media?

    Make sure you scroll down and read the section:

    What to do if you cannot get your manufacturer recovery media, refuse to use or to buy it or the Microsoft Software Recovery Website does not work?

  • I ask for help with editing mixed video aspect ratio 4:3 and 16:9 on a 4:3 project

    Does anyone have experience with the help of video with 16:9 aspect in a 4:3 aspect project.  Is there a conversion or scale from 16:9 to look like 4:3 in the 4:3 project.  I am ready to complete field 16:9 video in bulk if conversion causes crop.  16:9 actually looks like 4:3 4:3 project.  I was not forced to change this path until this project.

    PrPro can only capture a cassette miniDV, via FireWire camera. With a superb camera, the only way of what you need is to do as you have done, copy the VOB on HARD drive and then use an extraction program to extract the MPEG-2 inside this container. Then we import the MPEG-2 in the draft. CS4.2, PrPro allows you to import a VOB directly, as long as it is 100% compatible DVD. This ARTICLE will give you a little more background on VOB.

    It's similar to HDD (HDD) cameras and cameras flash media. It does not take into account, but copy files and then the goods are imported. Depending on registration type, you maybe need to work with the files, but in some cases, they work with the structure of the complete record of this camera. The extraction step is not necessary with the devices, but in some cases, a conversion is a good idea - depends only on the camera.

    Good luck

    Hunt

  • Ask for help with windows 7 and Photosmart P1100

    I know its an older printer and they are not the drivers up to date for her, but is it all work around? Is there some drivers out there who will at least give me back functions basic printing? I can't buy a new printer when it still works perfectly and print very well. Thank you for your time, any information is appreciated.

    Vyper says:

    These are not available in the list.

    If they do not show go to add a printer and when happens the list select "Windows Update".  It will take several minutes without indication of progress, but once she has completed there will be many more printers including Deskjet 970 csi.

  • Ask for help with my animation

    I want to first of all, thank you to those who take the time to answer and help. I solved the problem of my images with shiver, affecting the 30 fps. Now, if someone can help me with this: I need to run a sequence of images (6) along the screen continuously. I don't know how to reach the last image with the first non-stop smoothy loop. I know there is a way using the action script window, but I don't remember a lot because I have not used this app a lot lately. Thank you.

    Place the images in separate layers

    Then you take half of the neighborhood in the last image from the frame animation

    Or place half of the area of the first animation in the last frame

  • Ask for help with tasks to crontab

    Hello

    I tried to make the automatic backup in writing shell script and sink into the crontab
    -bash-3.2$ ls
    app  darchive.sh  log_file  oradata  test.log
    
    
    -bash-3.2$ cat darchive.sh
    rman nocatalog << EOF
    connect target /
    backup database plus archivelog delete input;
    delete noprompt obsolete;
    EOF
    
    
    -bash-3.2$ cat log_file
    -bash-3.2$ 
    
    
    -bash-3.2$ crontab -e
    00 23 * * 1,5 /usr/lib/oracle/xe/darchive.sh 1>/usr/lib/oracle/xe/log_file 2>&1
    ~
    According to the crontab task that should make auto back Sunday and Thursday at 23:00 but not worked on time scheduled. SH darchive.sh works fine

    My crontab is defined with precision

    Best regards

    Hi Raakh,

    Try this script:
    # ! / bin/bash
    #declare env variables
    export ORACLE_SID =
    export ORACLE_BASE =
    Export ORACLE_HOME =
    export PATH = $PATH: $(ORACLE_HOME) / bin

    RMAN target = /.<>
    RUN {}
    ALLOCATE CHANNEL ch1 TYPE
    FORMAT the DRIVE "".
    BACKUP DATABASE MORE ARCHIVELOG;
    delete noprompt obsolete;
    OUTPUT CHANNEL ch1.
    }
    EXIT;
    FO %

    create the new vi darch.sh file with above script, grant script permissions and try excuete.

    Thank you
    A H E E R X

  • Where can I climb a complaint? After 3 weeks of purchasing an iPhone 6 more seconds, he came down and they replaced it for me with one-AXLE rather than a WHOLE NEW ONE!

    I brought an iPhone 6s unlocked more on Apple store, Rancho Cucamonga. After THREE weeks, it's just went down! He was off by itself right in front of my eyes, refusing all events to restart. In any case, after 5 hours on the phone with the customer service, they suggested that I sent to them since I live in Riverside and cannot make immediately. They decided to replace it and I thought everything's going well. I was dreaming. They sent a phone with a very small scratch. I figured that's not new. I contacted apple once again, they said frankly that the replacement means that they will give a reconditioned! not a brand new with the original box! They suggested I have contact the store at the Rancho where I bought the original iphone. The Director said that the only thing he can do is to replace it again, but still, it can only replace it with these little boxes of reconditioned iphones and it cannot guarantee that it is brand new. Oh my God, I spent $916 and after a month exactly, I'm done with a reconditioned iphone not a brand new!

    I admit, they were all nice and responsive, however, I spent 5-6 hours with each customer phone before and after replacement service, and finally, I have a re-manufactured in a month! I am very disappointed and I don't think I can go forward to get a laptop from Apple, as expected.

    One last thing, DO NOT upgrade to IOS 9.2.1! I have, moreover, went I can't save icloud since the version of the iphone replaced is IOS 9.1, and the representative did not completely save me with no updates. So I had to upgrade to this version unreliable (9.2.1) that my interpretation has comments and ppl bad manyyyy many are complaining about.

    So now, I have an iphone reconditioned with this update which lets get down after a month with $916!

    Thank you Apple!

    I don't know where you can go to to complain about Apple's standard policy.

    Moreover, there is nothing wrong with 9.2.1.

  • Hoax call on notifications about a virus tries to hijack your computer and ask for help to remove the files?

    OT: security.

    Dear community,

    Did anyone out there contacted by "windows" say you they receive notifications about a virus tries to hijack your computer and ask for help to remove the files? Initially, it was an area code 855, but now the number is unavailable. I get a lot of calls.

    any help would be appreciated

    Thank you

    Hello

    It's a scam.

    Here are the tips that we regularly give the posters who receive these types of calls:

    We have all the errors and warnings in our Event Viewer

    Either these so-called "Microsoft" Tech companies want to sell you a worthless software, or remote access to your computer to try to steal your credit card and bank information and also achieve an identity theft on you.

    You are the only person who knows if you gave them remote access.

    If you gave them remote access and you do Internet banking, contact your bank, to explain, and change passwords.

    If you use your online credit card, cancel and get a new one issued to you.

    And the only way that willl you know that you are free to them is to backup your data and do a clean install of your operating system.

    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

    And Microsoft does not contact you unless YOU have made prior arrangements with them to do.

    There is an article in the link I'm you provide at the end of this one

    Read this Information from Microsoft:

    "Avoid scams to phone for tech support.

    http://www.Microsoft.com/security/online-privacy/avoid-phone-scams.aspx

    Don't be fooled of unsolicited calls. Don't provide personal information.

    Here are some of the organizations that cyber criminals claim to come:

    • Helpdesk Windows

    • Windows repair center

    • Microsoft technical support

    • Microsoft technical support

    • Windows Support Group Technical Department

    • Microsoft Research and Development Team (team of Microsoft R & D)

    See you soon.

Maybe you are looking for

  • How to open a png file using firefox with windows 7

    In Windows XP, I could save an image in png format, and then open it using firefox, copy and paste into an excel spreadsheet. But I can't do this in Windows 7. Has anyone else encountered this problem and found a solution? Kind regards

  • Question about updating the BIOS for Satellite M70 (PSM71)

    Hello!On the download page, there is an update of the bios 08/07/07 - 1.50 - WINNER, but I already have this version, y at - it a mistake? This version in the old... Thank you!Ciao!

  • Satellite L630/037 pregnant too soft

    Hello I bought a Toshiba L630/037 a few days earlier and concluded that the speaker sound is too soft.I uninstalled audio driver preloaded and updated with the Microsoft audio driver, but that has not helped. I have the speaker volume, left and right

  • Satellite L755-128 - CPU compatibility problem

    Hello dear colleagues, As the title says, I have a Toshiba Satellite L755-128 code PSK30E. He has a 2nd generation processor Intel i5 - 2410M. Laptop that works fine and everything, but I recently got a nice agreement on a more recent laptop with low

  • Write the worksheet to a file even if the path does not exist (yet)

    I am interested in the use of spreadsheet write to a file to save data on my drive.  What is the best way to include this VI and tell him to create the folders if they do not already exist. For example: Using this example, if no 'Data' folder located