How To Get The Drop Down Bookmarks & History Button?

Users and developers helping users with generic and technical Pale Moon issues on all operating systems.

Moderator: trava90

Forum rules
This board is for technical/general usage questions and troubleshooting for the Pale Moon browser only.
Technical issues and questions not related to the Pale Moon browser should be posted in other boards!
Please keep off-topic and general discussion out of this board, thank you!
Dypsis

How To Get The Drop Down Bookmarks & History Button?

Unread post by Dypsis » 2019-07-05, 06:53

I have the Bookmarks button that opens the sidebar, but I would also like the Bookmarks button that drops down my Bookmarks.
Bookmarks Button.jpg
If I go to customize, it is actually there, but is hidden once I exit customize. The History button is also there, but won't display when I exit customize.
Bookmarks Buttons.jpg
Any ideas how I get both of them to display after exiting customize?
You do not have the required permissions to view the files attached to this post.

coffeebreak
Moon Magic practitioner
Moon Magic practitioner
Posts: 2985
Joined: 2015-09-26, 04:51
Location: U.S.

Re: How To Get The Drop Down Bookmarks & History Button?

Unread post by coffeebreak » 2019-07-05, 09:25

Dypsis wrote:
2019-07-05, 06:53
f I go to customize, it is actually there, but is hidden once I exit customize.
It's only visible in the top area of the browser when the menu bar is hidden. Though if it's put on the status bar it will be visible independent of menu bar display.

(Afaik it was implemented this way because the Bookmarks menu, when visible, is considered to make the button redundant.)

User avatar
billmcct
Board Warrior
Board Warrior
Posts: 1041
Joined: 2012-09-04, 15:19
Location: Union City Georgia USA

Re: How To Get The Drop Down Bookmarks & History Button?

Unread post by billmcct » 2019-07-05, 09:43

You need to enable the "Menu Bar". Right click a blank space on a toolbar and check "Menu Bar".

EDIT: Never tried the StatusBar just never could get the button to show on any other toolbars.
Have never tried them but these may work for you.

https://codefisher.org/toolbar_button/b ... u-button2/

https://codefisher.org/toolbar_button/b ... tory-menu/
--------------------------------------------------------------------------------------------------------------
Dell Precision 15 7550
Windows 10 Pro. 22H2
Xeon W-10885M
64 GB DDR4 ECC memory (128 GB max)
500 GB Corsair T500 main M2 SSD
1 TB Intel storage M2 SSD (6 TB max)
Intel onboard GPU 1080p
Quadro RTX 5000 Max-Q GPU 4K

Pale Moon 33.6.x x64 AVX2 build

The difference between the Impossible and the Possible lies in a man's Determination.
Tommy Lasorda

Dypsis

Re: How To Get The Drop Down Bookmarks & History Button?

Unread post by Dypsis » 2019-07-06, 09:12

coffeebreak wrote:
2019-07-05, 09:25
Dypsis wrote:
2019-07-05, 06:53
f I go to customize, it is actually there, but is hidden once I exit customize.
It's only visible in the top area of the browser when the menu bar is hidden. Though if it's put on the status bar it will be visible independent of menu bar display.

(Afaik it was implemented this way because the Bookmarks menu, when visible, is considered to make the button redundant.)
So, do you mean that I would have the buttons at the bottom?

Dypsis

Re: How To Get The Drop Down Bookmarks & History Button?

Unread post by Dypsis » 2019-07-06, 09:15

billmcct wrote:
2019-07-05, 09:43
You need to enable the "Menu Bar". Right click a blank space on a toolbar and check "Menu Bar".
The Menu Bar is already enabled.

User avatar
Marcus
Fanatic
Fanatic
Posts: 182
Joined: 2016-09-23, 11:58

Re: How To Get The Drop Down Bookmarks & History Button?

Unread post by Marcus » 2019-07-06, 09:32

Right click and chose customize, drag and drop.
Wrong solution, see coffeebreak post bellow.
Last edited by Marcus on 2019-07-06, 16:12, edited 1 time in total.

coffeebreak
Moon Magic practitioner
Moon Magic practitioner
Posts: 2985
Joined: 2015-09-26, 04:51
Location: U.S.

Re: How To Get The Drop Down Bookmarks & History Button?

Unread post by coffeebreak » 2019-07-06, 13:00

Dypsis wrote:
2019-07-06, 09:12
do you mean that I would have the buttons at the bottom?
Only if you choose to place them there.

But if you want them visible at the top (where they presumably are now), you'll need to disable the menu bar.

User avatar
Marcus
Fanatic
Fanatic
Posts: 182
Joined: 2016-09-23, 11:58

Re: How To Get The Drop Down Bookmarks & History Button?

Unread post by Marcus » 2019-07-06, 16:09

coffeebreak wrote:
2019-07-06, 13:00
But if you want them visible at the top (where they presumably are now), you'll need to disable the menu bar.
You're right, I didn't pay enough attention to the OP's snapshots.

New Tobin Paradigm

Re: How To Get The Drop Down Bookmarks & History Button?

Unread post by New Tobin Paradigm » 2019-07-06, 16:55

Think userChrome and work out a bypass for the hidden attribute ;)

coffeebreak
Moon Magic practitioner
Moon Magic practitioner
Posts: 2985
Joined: 2015-09-26, 04:51
Location: U.S.

Re: How To Get The Drop Down Bookmarks & History Button?

Unread post by coffeebreak » 2019-07-06, 18:23

@Tobin, thanks for the hint, that absolutely works.

@Dypsis,
If you add this to your userChrome.css the boomarks/history buttons will remain visible when the menu bar is enabled:

Code: Select all

#bookmarks-menu-button, #history-menu-button {
  display: -moz-box !important;
}
If you haven't used userChrome before you may need to create it:
  1. Open your Pale Moon profile (simplest way is: Help menu > Troubleshooting Information > click "Open Folder");
  2. Create a folder in your profile and name it chrome
  3. Inside the chrome folder, create a text document and name it userChrome.css (you're changing the file extension from .txt to .css);
  4. Open userChrome.css and add the following line at the top of the document (only needs to be added once; be sure never to delete it):

    Code: Select all

    @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  5. Then add the code from the first code box. Save it (that's important), and restart the browser if it was open (also important).
After restarting, the buttons should show up.

Dypsis

Re: How To Get The Drop Down Bookmarks & History Button?

Unread post by Dypsis » 2019-07-07, 06:07

Thanks, coffeebreak.

Working good. :thumbup:


Yeah, I basically wanted to have the buttons similar to the latest Firefox version with the Menu Bar displayed. Firefox can display the Bookmarks Sidebar, Bookmarks drop down and History buttons with the Menu Bar enabled.
That way, it makes seamless switching between the 2 browsers.