How to show some bookmarks folder on the Start Bar (Presto)
-
torrente last edited by
Is there a way to show any bookmarks folder on the Start Bar. Drag&Drop doesn't work.
In my .adr file I have noticed that all folders have ID's and UNIQUEID's, so there must be a way?
There was a an old thread which mentioned this, but it's dead now:
http://my.opera.com/community/forums/topic.dml?id=80199 -
lem729 last edited by
I only seem to be able to drag individual bookmarks to the Opera icon on my Start Bar -- both in Opera 21, and in Opera 12.17. For some reason when I click on your link, it's only taking me to the main Opera forum start page.
-
stng last edited by
You can make a custom button that opens sidebar(bookmarks manager inside the sidebar) with specified bookmark folder. Then place this button on the Start bar.
-
linuxmint7 last edited by
For some reason when I click on your link, it's only taking me to the main Opera forum start page.
That's because the old forum (and linked topic) no longer exists, and automatically redirects to the new forum, here.
-
sgunhouse Moderator Volunteer last edited by
Since I wrote most threads on this topic in the old forum ...
Prior to Opera 12, the only way to do it was using a number which referred to the folder's location on the menu. As such, adding or removing an item from a previous folder would cause this number to change, and therefore adding any folder besides the very first one to a toolbar has been impractical (except in some kiosk setup where the bookmarks will never change). I have not specifically tried it in Opera 12, but do not expect it to have changed from earlier versions.
-
torrente last edited by
Since I wrote most threads on this topic in the old forum ...
Please tell me how, because I want to add exactly the first folder which I never change and this way I can also add the second one.
I know how to modify my toolbar.ini (add buttons, etc), but I don't know the syntax in this case.
-
sgunhouse Moderator Volunteer last edited by
Toolbars are not intended to show folders, but you can use the Show popup menu (or Show hidden popup menu if you don't want the little down arrow) action to display a folder from the Bookmarks menu. Do you want the menu to include the same Open All and Add Bookmark items as on the regular menu, or just the actual bookmarks and subfolders?
-
torrente last edited by
Do you want the menu to include the same Open All and Add Bookmark items as on the regular menu, or just the actual bookmarks and subfolders?
Just the actual bookmarks and subfolders, but it's easy to ignore those 2 items, so ...
-
stng last edited by
Just the actual bookmarks and subfolders, but it's easy to ignore those 2 items, so ...
With a custom button you can expand specified bookmark folder on the sidebar panel.
P.S. New forum doesn't allows Opera's button publication anymore.
-
stng last edited by
Custom button can be placed anywhere (including Start bar)
-
Rename your bookmarks subfolder to something like this "1_ Folder_Name" (the name should be started with "1_ ")
-
"Choose the button's action:" - select "Focus panel"
-
"Enter the button's title (optional, but recommended):" - type any name you want
-
"Additional parameters" - type "bookmarks" (with quotes!!!)
-
Choose an icon - select "Folder"
-
Click on the "Add Second Action?" and select "AND (&)"
-
In the "OR write the action as plain text:" filed insert:
Focus previous widget & Focus panel, "bookmarks" & Insert, "1_ " & Backspace & Delay, 500 & Select all & Delete & Delay, 200 & Focus next widget & Open item & Focus page
-
Click on the "Generate"
-
Install or drag generated button (look at the top of generator's page where is "Your Button:") into the Start bar
Now you have customized button installed on the Start bar that opens(and expands) specified bookmarks subfolder inside the Opera's sidebar.
Also, you can enable "Appearance" - "Panels" - "Show panel toggle at edge of window" for quick enabling/disabling sidebar with mouse.
-
-
sgunhouse Moderator Volunteer last edited by
I was talking about a menu, not using the sidebar.
Unfortnately we can't paste buttons into the new forum - if you don't want to edit the toolbar file by hand you can use Ian's (nontroppo's) button maker as linked above. For "the action as plain text", write
Show Popup Menu, "Internal Bookmark Folder", 2
For the title, enter whatever the title of the folder is. I wouldn't bother with an icon, but if you want there should be a folder icon in that list somewhere.
-
stng last edited by
Show Popup Menu, "Internal Bookmark Folder", 2
Just tried to set keyboard shortcut and it doesn't work.
How is it supposed to work?What is "Internal Bookmark Folder" and how enable it?
-
torrente last edited by
Focus previous widget & Focus panel, "bookmarks" & Insert, "1_ " & Backspace & Delay, 500 & Select all & Delete & Delay, 200 & Focus next widget & Open item & Focus page
Thank you for your effort, but is this a joke "Select all & Delete" (this will delete all bookmarks). Don't worry I made a backup of my bookmarks prior.
-
torrente last edited by
Show Popup Menu, "Internal Bookmark Folder", 2
Is this correct, because it doesn't work (I can't click on it):
Button3, "OK"="Show popup menu, "Internal Bookmark Folder", 2, "OK", "Folder""I have tried replacing "2" with my folder ID (25), but it's still greyout.
-
torrente last edited by
I'm more interested in this "Internal Bookmark Folder" command, but after numerous tries I still can't make it work.
-
torrente last edited by
SOLVED: Thank you @sgunhouse, your method works great.
I was copying and pasting (same) adr file between Opera 12 and 10, but something went wrong with ID's. Now is OK.
@everyone
Just replace "2" with your folder ID (my is 32) which you can find in your bookmarks.adr (Open in Notepad), so in your toolbar.ini it should look like this:Button2, "OK"=Show popup menu, "Internal Bookmark Folder", 32
-
stng last edited by
You have deleted the search field from bookmarks sidebar panel? This is a pretty non-standard configuration. You need to drag it back (as it enabled by default). Also, you can replace "select all & delete" with "clear" command, so it wont affect your bookmarks even theorically!
Ps: i dont think that internal bookmarks menu would work!