How can I sort Bookmarks by name A-Z in the bookmarks drop down menu?

I have tried organize by name but it doesnt give an apply option and doesnt take effect

Sorting Bookmarks in the Library window (Bookmarks > Organize Bookmarks) is for temporary display. The Bookmarks are not permanently sorted.
To permanently sort, open the Bookmarks Sidebar (Ctrl+B opens or closes the Bookmarks Sidebar ---- Cmd+B in OSX), right-click (Cmd+click in OSX) the "Bookmarks Menu" folder and choose "Sort by Name". See: <br />
*https://support.mozilla.com/en-US/kb/Sorting+bookmarks
*http://kb.mozillazine.org/Sorting_and_rearranging_bookmarks_-_Firefox
For automatic sorting of Bookmarks see the add-on SortPlaces:
*Add-on: https://addons.mozilla.org/en-US/firefox/addon/9275
*More info about SortPlaces: http://www.andyhalford.com/sortplaces/index.html
<br />
You need to update your plugins. It is important to keep them updated due to continuing security fixes and improvements in those plug-ins:
* Shockwave Flash 10.1 r53
* Next Generation Java Plug-in 1.6.0_18 for Mozilla browsers
#Check your plugin versions: http://www.mozilla.com/en-US/plugincheck/
#*'''Note: plugin check page does not have information on all plugin versions'''
#'''Update Shockwave Flash'''
#*Use Firefox to Download and SAVE to your hard drive from the link in article below
#*SAVE to your Desktop so you can find it
#*After download completes, close Firefox
#*Click on the file you just downloaded and install
#**Note: Vista and Win7 users may need to right-click the installer downloaded and choose "Run as Administrator"
#**Note: Most browsers other than IE will also get updated with this one download
#**Note: To update IE, same procedure '''<u>but use IE</u>''' to go: http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_ax.exe
#*After installation, restart Firefox and check your version again.
#*'''<u>Download link and other information</u>''': https://support.mozilla.com/en-US/kb/Managing+the+Flash+plugin#Updating_Flash
#* Also see: http://support.mozilla.com/en-US/kb/Installing+the+Flash+plugin
#'''Update Java:'''
#* Download and update instructions: https://support.mozilla.com/en-US

Similar Messages

  • Since I downloaded OSX 10.9.2, I don't have the "send link via email" so how can I do that now, it's not on the file drop down.

    Ever since I downloaded OSX 10.9.2 Mavericks, I can't email a link to a page.  It's not on the file drop down.  So how do I do that now???

    Check under File > Share
    OS X 10.9.3 is out. You need to update first and see if this brings back the option.
    OS X Mavericks 10.9.3 (Update (Combo)
    http://support.apple.com/kb/DL1746

  • How can I stop safari from showing my old entries in a drop down menu?

    I want to make it clear that I am not talking about the url bar. I am refering to suggestions within a webpage where stuff is entered (for example online homeowork for college students). I cannot seem to figure out how to stop safari from filling in my old entries.
    How can I get rid of this box?

    Have you checked the Safari Preferences > AutoFill settings?  The Other forms setting is described as follows:
    Let Safari save information you enter on webpage forms, then automatically fill in the saved information when you revisit the same webpages. To view or edit your saved information, click Edit.

  • I have three sets of alphabeticized bookmarks in my drop down menu after syncing. How can I get them all into one alphabetical list in my drop-down menu?

    I have the add-on "Auto Sort Bookmarks 2.3" already.
    Thanks for your time!!!!! :) :) :)

    Duh - I restarted Firefox, and voila! All bookmarks sorted.
    Thanks so much, :)

  • Hy ..how can i sort my music name in io7 7 by only main music name

    hy ..how can i sort my music name in io7 7 by only main music name

    Put your library in Songs view.  Make sure you have columns visible for Kind and BIt Rate.  If those columns are not visible, add them by going to View > View Options.
    You can sort either on Kind or on Bit Rate (but not both at the same time) by clicking on the column heading.

  • In the tracing drop down menu, how come the custom is greyed out and can't be selected? It looks like its disabled!!

    in the tracing drop down menu, how come the custom is greyed out and can't be selected? It looks like its disabled!!

    cc2014,
    Have you selected an image?
    Unless a good explanation appears, you may start onthe list below.
    The following is a general list of things you may try when the issue is not in a specific file (you may have tried/done some of them already); 1) and 2) are the easy ones for temporary strangenesses, and 3) and 4) are specifically aimed at possibly corrupt preferences); 5) is a list in itself, and 6) is the last resort.
    1) Close down Illy and open again;
    2) Restart the computer (you may do that up to 3 times);
    3) Close down Illy and press Ctrl+Alt+Shift/Cmd+Option+Shift during startup (easy but irreversible);
    4) Move the folder (follow the link with that name) with Illy closed (more tedious but also more thorough and reversible);
    5) Look through and try out the relevant among the Other options (follow the link with that name, Item 7) is a list of usual suspects among other applications that may disturb and confuse Illy, Item 15) applies to CC, CS6, and maybe CS5);
    Even more seriously, you may:
    6) Uninstall, run the Cleaner Tool (if you have CS3/CS4/CS5/CS6/CC), and reinstall.
    http://www.adobe.com/support/contact/cscleanertool.html

  • How do I add "Save As" to the Pages drop down menu?

    How do I add "Save As" to the Pages drop down menu?

    It took me awhile but I found what I was looking for. This is posted at http://www.tuaw.com/2012/07/29/get-save-as-back-on-mountain-lions-file-menu-easi ly-and-without/
    Option 1. Terminal.app If you are comfortable using Terminal.app, you can add a different keyboard shortcut this with one simple line. First, quit all your apps except Finder and Terminal. Then paste this command (as one line) into Terminal.app (and press Return):
    1
    defaults write -globalDomain NSUserKeyEquivalents -dict-add 'Save As...' '@$S' 
    view rawdwrite-global-saveas.sh hosted with ❤ by GitHub
    That's it!
    Launch TextEdit and open the 'File' menu and you should see "Save As..." back in its rightful spot with its original Command + Shift + S shortcut, as shown in the image above.
    Aside: After you enter the 'defaults write' command, you will not see any confirmation that it was entered correctly. Terminal.app is a little terse sometimes. If you want to verify it from the command-line, enter this:
    defaults read -globalDomain NSUserKeyEquivalents
    and look for "Save As..." = "@$s"; in the output.
    Option 2. System Preferences.app If you would rather not use Terminal, it's still very easy to add the keyboard shortcut.
    Launch the System Preferences.app, then open the "Keyboard" preference pane.
    At the top you will see "Keyboard" and "Keyboard Shortcuts" – click "Keyboard Shortcuts" (labeled '1' below). Then in the list on the left side, click "Application Shortcuts" (labeled '2' below). Then click the "+" button (labeled '3' below):
    Once you press that "+" button, a small window will appear asking you to enter the title of the menu item and the keyboard shortcut that you want to use.
    Enter "Save As..." in the "Menu Title:" field, and then press the keyboard shortcut that you want to use. In the example below I pressed Command + Shift + S:
    Note: It used to be true that you had to enter an actual ellipsis (which you can get by pressing Option+ ; on a US-English keyboard). However, when I tested this in Mac OS X 10.8.2, it worked with three consecutive periods.
    Bonus Tip: Hide the "Duplicate" menu item.
    In my original article I suggested that you also enter a keyboard shortcut for "Duplicate" and while youcan do that if you wish, you do not need to do that.
    However, if you would like to hide the Duplicate menu item, you can do that. There are two steps: first, remap "Save As..." to Command + Shift + S (as shown above). Then the 'trick' is to remap "Duplicate" to Command + Shift + Option + S.
    What you will have done is swap the keyboard shortcuts for "Duplicate" and "Save As..." which means that OS X will make "Duplicate" the optional command. If you open the "File" menu and hold down "Option" the "Save As..." command will change to "Duplicate"
    (Thanks to TUAW reader 'rbascuas' for pointing this out in response to the original article!)
    Important Addendum: "Keep changes in original document"
    As we reported in August 2012, the "Save As..." command in early versions of 10.8 had an unexpected and likely unwanted side effect in Mountain Lion: it would save the changes in the new document (created by "Save As...") but would also save the changes to the original document.
    However, Apple realized that users might not want that behavior, so in Mac OS X 10.8.2 they added an option "Keep changes in original document" which you can see here:
    Option A: If you want to save the changes you've made in the document and then save the document with a different name, then make sure that the box is checked.
    Option B: If you want your original document to stay as it was when you last saved it and create a new document based on the modified content of that document, then make sure that box is not checked.
    If you do not see the 'Keep changes in original document' box, then the application is probablygoing to give you the "Option B" behavior, but if you are not sure, I would suggest choosing Cancel in the "Save" dialog, then copy and paste the contents of the document into a new file, and save the new file. I know that's several extra-and-less-convenient steps, but if you are worried about preserving the original document, better safe than sorry.
    You could also save the file, duplicate it in Finder, and rename the new instance. Open old file and revert to previous save using 'Versions'.
    Frankly,I wish that Apple had just left the "Save As..." command alone, but for some reason they didn't ask my opinion. That said, I'm glad that they brought it back in Mountain Lion. I would have paid $20 for that feature alone.
    Note: This article was re-written and republished on 2013–02–21. The original process still works, but I wanted to update it to reflect some additional information.

  • How do I reset the font drop-down menu?

    In the font drop-down menu, all used fonts are listed on top of the rest. Now I got a long pile of used fonts, but only two fonts among them are most frequently used, and I want to keep only these two on top of the drop-down menu. How do I reset the list (clear the history)? Thanks.

    Mine shows only the last 6 used fonts. Note that you can option click the fonts drop down menu to show them only by name, without their preview, thus saving you some space.

  • The tools drop down menu does not have the options "button?" or whatever it is called. So, how do I get it back or better yet... where is it? 14.1.0 mac

    I am on a Mac. I am running Firefox 14.0.1 In the tools drop down menu, there is no options button. where is it or how do i restore it to the tools menu?

    Thanks for the reply, but I didn't understand it. As you can tell, I am not very good with computer jargon. So, I have to be walked through every step.
    Still, I think you were not trying to answer my Tools/option question so much as tell me how to do something else. On this, I could be incorrect.

  • How do I get the complete drop down Menu?

    How do I get the complete drop down menu when I CTRL-Mouse click a folder. I am getting MORE in the bottom, and I need it to be removed.
    Thanks

    The "More" area in the contextual menu's are bothering quite a few people. It's a feature of Leopard and can't be removed. There may be a hack available, but I'm waiting for some help from Apple...
    It reminds me of the Personalized menu's that Microsoft enables by default in some versions of MS Office for Windows. And it's a feature that I turn off immediately after installing Office for a client.
    Two steps forward, One Back.

  • How to add a new status to the Status drop down menu in CRM

    Hi All,
    Help me guyz i am new to CRM,
    i have to add a new status to the Status drop down menu in CRM Sales Area.
    Please help me for steps.
    Thanks
    DST

    Hi,
    You can add New status to the Drop Down menu by defining a catalog,codegroups & code group profiles to that...... Once assigned assign them to the Subject profiles and assign this subject profile to the transaction type that is assigned.
    This would populate all the profiles that u have mentioned in the subject profile.
    Award points if this answer helps you.
    Regards,
    Ravi

  • How do you remove old email addresses from the invitee drop down menu in Calendar

    How do you remove old email addresses from the invitee drop down menu in Calendar

    Back up all data.
    Triple-click anywhere in the line below on this page to select it:
    ~/Library/Caches/com.apple.iCal/Previous Recipients.plist
    Right-click or control-click the line and select 
    Services ▹ Reveal
    from the contextual menu.* A folder should open with an item selected. Quit the application if it's running. Move the selected item to the Desktop, leaving the window open. Relaunch the application and test. If there's no change, quit again and put the item you moved back where it was, overwriting the one that may have been created in its place. Otherwise, delete the item you moved.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard (command-C). In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar, paste into the box that opens (command-V). You won't see what you pasted because a line break is included. Press return.

  • I use the google search bar for everything and since downloading FF4 i can not select any of the suggestions in the google drop down menu

    I use the google search bar for everything and since downloading FF4 i can not select any of the suggestions in the google drop down menu.
    I have tried to select one of the suggestions that google give me for my search but FF it wont let me. I have type everything out in full. I hate FF4 it is rubbish. I loved firefox before this one came out but now I am seriously thinking of going over to google chrome.

    Many thanks for the prompt reply, ideato.
    One of the reasons I abandoned Chrome in favour of Firefox was due to the "black band of doom" that appears on the top of the Google page - so setting up my homepage to google.co.uk just puts that back in the ugly spotlight.
    I was, though, pleasantly surprised to see a Google search bar on the Mozilla Firefox Start Page (without the black band and Google options that I am just not interested in) but bitterly disappointed that it is Google.fr (due to my ISP being French).
    I shall learn to live with Yahoo (or worse case scenario, Bing!)
    rgds, PG

  • How do I set Firefox 29 to always show the bookmarks sidebar with one click instead of a drop down menu?

    I've decided to just get used to Firefox 29 instead of messing with add-ons and what not to make it look like it used to but one thing that is too ingrained is a favorites/bookmarks sidebar with one click. I just don't like the drop down menu. Is there a way to set the "Bookmarks" button to show the sidebar in one click?

    I want the bookmarks sidebar button. This should be a BASIC feature available, not something I need to install an add-on for to revert to some "classic restore". Why is something so straightforward and easy to use considered "classic", and everything has to be hidden and hard to see in this new version? All the colours in the new tabs BTW are are BLUE, and they blend in with the background at the top, you can't see the tab edges - whose bright idea is this?

  • How can I get the airport drop down menu to allow me to enter a WPA2 Personal Password

    Powerbook G4, with Airport Card firmware 9.52. Through the System Preferences, Network, using the "edit" button, I can enter a WPA2 Personal password, but when I go to connect to the network, the drop down menu only allows me to enter a WEP Password.  And, obviously, I get an error message saying I have the wrong password. Why can I use WPA2 in the system preferences, but the airport menu doesn't then allow me to enter a WPA2 password to connect?

    Try Connect to Other... from the Airport menu.

Maybe you are looking for

  • Can you apply edits from one photo to another

    I frequently take a series of images of the same subject (usually a bird). What I often need to do is apply essentially the same edits to all of the images (I say "essentially" because I'll probably need to adjust the position of the crop and the des

  • Thunderbolt ports not working properly on new MBPwR?

    So I went to go transfer 130GB to my new computer with a thunderbolt cable and it says it was going to take 53 hours? What's the deal?

  • 3gp movie import/conversion

    i have been sent a 3gp movie, how do i, or can i import this movie and convert it to another format?

  • Ipad not charging

    Hi wonder if someone can help iv got an ipad and not had any problems until now so my ipad wont charge at all i tried charging it through a usb and still nothing the battery picture comes up and it looks like its saying its connected i borrowed my fr

  • DMIS 2010 SP10 replication is not clearing the logging table

    Hello, We have installed the DMIS2010 SP10 on our test environment and for some table the replication is getting extreme slow. Initially I had a case when I started to load a new table and all the logs collected during the initial load was not proces