Showing questions for topic:

Where are my Bookmarks!!

Why have YOU removed my Bookmarks Sidebar??? I have collected many bookmarks, but NOW there is NOTHING in the sidebar!! This is a rubbish way to update users - STOP IT!! … (funda kabanzi)

Why have YOU removed my Bookmarks Sidebar??? I have collected many bookmarks, but NOW there is NOTHING in the sidebar!! This is a rubbish way to update users - STOP IT!! I want my book marks on MY sidebar ... stop thinking YOU KNOW BETTER!! GIVE ME BACK MY BOOK MARKS! WHERE *I* WANT THEM!!

Seriously this is SO RUBBISH I will dump Firefox ... after MANY MANY YEARS!!

Solved 1 1 30

I cannot access my bookmarks nor history system and I also don't know how to restart Firefox per the Fix Article.

I'm getting the following error message: The bookmarks and history system will not be functional because one of Firefox's files is in use by another application. Some sec… (funda kabanzi)

I'm getting the following error message:

The bookmarks and history system will not be functional because one of Firefox's files is in use by another application. Some security software can cause this problem.

I don't know what prompted this concern on my Windows 11-based laptop, but I only noticed this last night doing some research for another issue. I don't have any of my bookmarks showing up in the bookmarks section, nor will it allow me to click the star on any tab to bookmark the page. I have restarted and shut down my laptop several times and this is not solving the concern. Let me know if you need more information or if I need to start this inquiry again elsewhere, but again it sounds like the same concern.

I have included a screenshot of the exact error for accuracy's sake. Like everyone else here, I'm trying to get my bookmark and history access back up and running but not sure how to go about it.

I couldn't get past the first fix suggestion because I am not sure how to restart Firefox (https://support.mozilla.org/en-US/kb/fix-bookmarks-and-history-will-not-be-functional?as=u&utm_source=inproduct&redirectslug=The+bookmarks+and+history+system+will+not+be+functional&redirectlocale=en-US). I have restarted my laptop several times but the issue still persists.

Please advise.

Ironically, I am not having this issue on my older PC that is still operating on Windows 10. I can view history and access or add bookmarks with no concern to my knowledge.

Open 9 1 80

Why are newly added bookmarks placed at the bottom of bookmark folders instead of the top?

Hello, I would like to understand why Firefox places newly added bookmarks at the bottom of the selected bookmark folder instead of at the top. In most cases, users want … (funda kabanzi)

Hello,

I would like to understand why Firefox places newly added bookmarks at the bottom of the selected bookmark folder instead of at the top.

In most cases, users want quick access to the bookmarks they have just saved. When a folder contains many bookmarks, having new entries appended to the bottom makes them harder to find and requires additional scrolling.

Is this behavior intentional? If so, what is the reasoning behind it? Has Mozilla considered adding an option that allows users to choose whether new bookmarks are inserted at the top or bottom of a folder?

I believe placing new bookmarks at the top, or providing a configurable option, would improve usability for many users.

Thank you.

Open 1 1 49

icon is missing on some of my booksmark

icon is missing on 2 of my bookmark, tried every fix found on google and AI and nothing works ... you should add a simple fonction to choose an icon for the bookmarks ...… (funda kabanzi)

icon is missing on 2 of my bookmark, tried every fix found on google and AI and nothing works ... you should add a simple fonction to choose an icon for the bookmarks ...

Open 5 1 60

Can no longer "open all" bookmarks?

I just upgraded to the latest version of FF (137) and it seems I can no longer select a folder from my bookmarks tab and "open all". Why remove this useful feature? … (funda kabanzi)

I just upgraded to the latest version of FF (137) and it seems I can no longer select a folder from my bookmarks tab and "open all". Why remove this useful feature?

Okugcinwe kunqolobane 1 100

can no longer add, edit, tag, or remove bookmarks - when I click on the icon, no dropdown appears

I can't figure out which topic to use for this but I can't submit it without one. When I click on the star icon in the address bar the star icon is filled in, and existin… (funda kabanzi)

I can't figure out which topic to use for this but I can't submit it without one.

When I click on the star icon in the address bar the star icon is filled in, and existing bookmarks do show with the filled-in star icon and they work. But I no longer get a dropdown where I can assign a folder, edit, tag, or delete an existing bookmark, and the pages I've tried to bookmark don't show up in Recently Bookmarked so they haven't been added. I don't know if it has something to do with the toolbar?

Nothing I can find online helps. The places.sqlite file in my profile is not read-only, and I refreshed Firefox (stupidly, before I took a screenshot of the pinned shortcuts on my New Tabs page) and that made no difference. The only extension I use is UBlock Origin. Changing profiles did not help. This is on my personal laptop and no organization controls my settings.

I stay up to date on Windows 11 and Firefox updates. I do use a VPN but it never interfered with bookmarking functionality before. (I see Firefox offers a free one now but I've got a couple of years left on my paid subscription).

I asked the community but got no replies. (I did "reply" to add more information which no longer applies, and I can't seem to delete the "reply".)

Thanks in advance for any help!

Solved 22 246

Get multirow bookmarks toolbar working again with Firefox 109 and Windows 11

Hi @all, I reinstalled my computer from scratch with Windows 11, before this reinstallation I had Windows 10. Now I noticed that with the newest Firefox version 109 (that… (funda kabanzi)

Hi @all,

I reinstalled my computer from scratch with Windows 11, before this reinstallation I had Windows 10. Now I noticed that with the newest Firefox version 109 (that I also had before with Windows 10) and Windows 11 my multirow bookmarks toolbar doesn´t work anymore. Before the reinstallation it worked with the following code:


/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/multi-row_bookmarks.css made available under Mozilla Public License v. 2.0
See the above repository for updates as well as full license text. */

/* Makes bookmarks toolbar span multiple rows */

#PersonalToolbar{
  --multirow-bmb-n-rows: 3; /* Control how many rows are shown before scrolling */
  --multirow-bmb-row-margin: 2px; /* Control how much spacing is between rows */
  max-height: none !important;
}

#PlacesToolbar > hbox{ 
  display: block;
  width: 100vw;
}

#PlacesToolbarItems{
  display: flex;
  flex-wrap: wrap;
  /* --uc-bm-padding is defined in autohide_bookmarks_toolbar.css */
  max-height: calc(var(--multirow-bmb-n-rows) * (5px + 1em + (2 * (var(--multirow-bmb-row-margin) + var(--uc-bm-padding,2px))))) !important;
  overflow-y:auto;
  scrollbar-color: var(--lwt-accent-color) var(--toolbar-bgcolor) ;
  scrollbar-width: thin;
}

/* Hide the all-bookmarks button */
#PlacesChevron{ display: none }

/* Add some spacing between rows */
#PlacesToolbarItems > .bookmark-item{ margin: var(--multirow-bmb-row-margin) 3px !important;  }


I already tried some other codes that I found in the internet but none of them worked. I have this code in the file userChrome.css, this file is in a chrome folder and this folder is in my profile folder. Can anybody tell me what I have to do to make the multirow bookmarks toolbar working again?

Best regards heusmich

Solved Okugcinwe kunqolobane 1 793

Major BookMarks Problem

All, There is a major a major problem with saving emails & bookmarks, based on another violation of the 1st cardinal law of IT to: NEVER EVER ASSUME anything! When tr… (funda kabanzi)

All,

There is a major a major problem with saving emails & bookmarks, based on another violation of the 1st cardinal law of IT to: NEVER EVER ASSUME anything!

When trying to save either an email or bookmark % you are attempting to find an existing subfolder or subcategory, the search does not wait for you to enter the complete names but starts searching on the 1st character. When you know the exact name of the place to save this is super irritating & you cannot find the subfolder or subcategory, so keep having to create new folders. because of this problem I now have well over 2,000 folders, subfolders, categories & subcategories.

The assumption that a user will only have a limited number of folders & categories is totally asinine, so fix this ASAP Please. Also this field does not allow pasting values into the field & must because when you know the exact name of the parent folder, but cannot paste thar name into this field, the USER is already cursing you for your stupidity!

Noe I know you guys monitoring this are not the develpers, but you have contacts with them, we do not have so pass this along!

Cheers! TBNK

Okugcinwe kunqolobane 2 246

Bookmarks are gone. Frequently visited webpages do not have bookmark blue star.

Bookmarks have been intermittently disappearing for weeks but I could always see the blue star when I visited favorite sites that I use upon starting my day that I had bo… (funda kabanzi)

Bookmarks have been intermittently disappearing for weeks but I could always see the blue star when I visited favorite sites that I use upon starting my day that I had bookmarked. This morning all bookmarks were missing. I tried clearing cache which had worked to restore some bookmarks that were missing. Now everything is gone and I cannot recover them. There is an error that appears when I open Firefox re: bookmarks and I followed the steps but it did not work. I really need my bookmarks to do all the things I need to do, like everyone else, including medical information websites. I hope you all can get this figured out as it has been a problem for a month for me, on a PC. I know my favorites are stored somewhere on this computer but I cannot make them populate. If someone would like to take control of my computer and fix it for me, I would happy to let you do that. I have run sfc/scannow and chkdsk/f as well as a total virus scan with Norton. I have restarted my computer several times as well as done a complete shutdown several times.

Solved Okugcinwe kunqolobane 5 198

Can you guys PLEASE FIX THE BOOKMARKS?

Some of my bookmarks are gone AGAIN. This time adding .old to files and deleting others did not fix the problem, nor has restarting firefox. I can see that sites have blu… (funda kabanzi)

Some of my bookmarks are gone AGAIN. This time adding .old to files and deleting others did not fix the problem, nor has restarting firefox. I can see that sites have blue stars, indicating that they are saved into bookmarks (such as "weather") that I can no longer see in my bookmarks menu. Trying to recover bookmarks does not work. I can see recent dates of bookmarks. I can see old firefox data on my desktop.

Bookmarks are a basic function of browsers. This is RIDICULOUS. Please fix this issue.

I have not had ANY UPDATES to my computer since yesterday. Yesterday all my bookmarks were there!

Okugcinwe kunqolobane 1 110