This thread was closed.
Please ask a new question if you need help.
How can I view more than ten tags in FF bookmark sidebar
I have many bookmarks that I have tagged but only the ten most recent ones show in the sidebar. I would like to increase this to around fifty.
Helpful replies
- "Most Visited" and "Recently Bookmarked" and "Recent Tags" are examples of so called Smart Bookmarks folders and are not real existing folders.
- Such smart folders show a list created by a query of the places.sqlite database that stores the bookmarks and the history in Firefox.
- Smart folder lists show a maximum of 10 entries by default.
- Bookmarks or history items that show up in a smart folder list are stored elsewhere in another folder and any changes made are applied to the real bookmark or history item.
You can create a new place query and adjust the maxResults parameter.
Name: Recent Tags Location: place:type=6&sort=14&maxResults=50Go to answer 4
Additional System Details
Installed Plug-ins
- Shockwave Flash 11.3 r300
- Foxit PhantomPDF Plug-In For Firefox and Netscape
- 4.1.10329.0
- Foxit Reader Plug-In For Firefox and Netscape
- The plug-in allows you to open and edit files using Microsoft Office applications
- Office Authorization plug-in for NPAPI browsers
Application
- User Agent: Mozilla/5.0 (Windows NT 6.1; rv:15.0) Gecko/20100101 Firefox/15.0
More Information
Helpful Reply
- "Most Visited" and "Recently Bookmarked" and "Recent Tags" are examples of so called Smart Bookmarks folders and are not real existing folders.
- Such smart folders show a list created by a query of the places.sqlite database that stores the bookmarks and the history in Firefox.
- Smart folder lists show a maximum of 10 entries by default.
- Bookmarks or history items that show up in a smart folder list are stored elsewhere in another folder and any changes made are applied to the real bookmark or history item.
You can create a new place query and adjust the maxResults parameter.
Name: Recent Tags Location: place:type=6&sort=14&maxResults=50
Modified by cor-el
How do I edit the query???
Try this code in the userChrome.css file below the default @namespace line.
The customization files userChrome.css (interface) and userContent.css (websites) are located in the chrome folder in the user profile folder.
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
#editBMPanel_locationRow, #editBMPanel_keywordRow {
visibility:visible!important;
-moz-box-align:center!important;
}
