Thursday, 9. February 2006, 07:29:35
Bookmark star and notes indicator
I see that these two indicator have been moved to seperate functions due to popular demand.
StarNoteHow about integrating these functions with the panel selector buttons in the same way that the mail and transfers panel selector buttons are highlighted when there is new mail or a newly completed transfer? Perhaps even a notification in the same vein as the mail and transfers notification?
Friday, 10. February 2006, 12:54:09
Zotlan
ExtendOpera admin

Posts: 2167
Netherlands
Thank you for posting those, where the hell did you find the star button?
Friday, 10. February 2006, 15:34:25
hehe I can do one better
buttonWorks more or less exactly like 9p1's version of the button

But the button sometimes needs reload of page for it to work properly
Saturday, 11. February 2006, 01:01:37
Originally posted by shoust:
hehe I can do one better 
button
Works more or less exactly like 9p1's version of the button 
But the button sometimes needs reload of page for it to work properly 
Nice
Saturday, 11. February 2006, 01:16:27
Gspusi

Banned User
FYI:
If you edit toolbar.ini go to section [Document Toolbar.content] and delete the semicolon at the beginning of the line:
; Button6, 70464="Highlight bookmark | Add to bookmarks,,,,"Missing bookmark""
you might get the "star" aswell, it should show up left of address field.
Saturday, 11. February 2006, 02:41:57
Is there any way to get the star in the address bar? Or atleast the original size from 9p1? (smaller)
Saturday, 11. February 2006, 02:54:37
Gspusi

Banned User
Originally posted by roba5263:
Is there any way to get the star in the address bar?
No -- and afaic that's fine for me!
Or atleast the original size from 9p1? (smaller)
Both images for the bookmark-star-icon (highlighted & missing bookmark) are identical on 9tp1 and 9tp2 standard skins (see the buttons folder of those skins). Of course you might want to resize those from 22px to 16px for example if you want.
Wednesday, 5. April 2006, 18:43:00
FataL
Opera freak

Posts: 1302
USA
Sooo... Will we have this buttons in release? They are very useful.
Make them on anf off through Preferences, and include these buttons in Buttons dialog.
Thursday, 10. January 2008, 02:46:52
I am so dumb, I found my way here, and forgot what lead me here.

What are these buttons for ?
Thursday, 10. January 2008, 12:34:16
The star button is supposed to indicate whether a page is already bookmarked, and if it is not bookmarked then you can use it to bookmark the page. The note button indicates that you've used "Copy to note" to copy text from the page to a note, and clicking will focus that note in the panel.
Thursday, 10. January 2008, 15:07:22
If you've used "Copy to note" to copy text from the page to a note, then a small note button sshows in the address bar, in the place where rss icon is displayed. It's a cool!
Sunday, 6. April 2008, 19:00:31
jamesisin
JamesIsIn

Posts: 593
USA
Yes, I find myself bookmarking the same page multiple times. Would be nice to have that back.
Didn't know about the Notes thing. Sounds useful too though.
Friday, 11. April 2008, 09:24:15
Originally posted by jamesisin:
Yes, I find myself bookmarking the same page multiple times. Would be nice to have that back.
Just add that star button to your toolbar and there you go. It lights up if you have already bookmarked the page.
Friday, 6. June 2008, 17:25:46
FataL
Opera freak

Posts: 1302
USA
To devs: why-why you don't want to add these buttons to Appearance/Buttons dialog? Some political decision?..
Wednesday, 11. June 2008, 10:51:37
I am using the 9.5 release candidate, and it works only sometimes. Often times the star won't light up until I refresh the page, and sometimes it will light up when the page is loading, and then it will dim after the page is loaded.
Wednesday, 11. June 2008, 15:53:01
Originally posted by VJgamer:
it works only sometimes.
Try using the following UserJS
/* Fix for Bookmark and Notes detection */
if( self == top ) {
document.addEventListener('load',function() {
top.location.replace(location.hash||'##');
},false);
}
Wednesday, 11. June 2008, 17:51:27 (edited)
I still don't get the Star to light up everytime. Many times I have to hit refresh. I soon as I press F5 the star lights up.
Right... Javascript files don't end with .txt
It works now, thank you for your quick reply Stoen!
Wednesday, 11. June 2008, 18:34:20
Is there anyway to keep it from adding the ## after the URL, or is that how the fix works?
Tuesday, 17. June 2008, 20:28:26
HaJotKE
Grumbling Hyper-Critical Cantankerous Curmudgeon!

Banned User
Germany
Originally posted by VJgamer:
Is there anyway to keep it from adding the ## after the URL, or is that how the fix works?
AFAIK, that's how the fix is working...
... but nevertheless - to my limited understanding, I am no JS programmer nor a web-designer - it should be possible to remove it.
AFAIK, the script from /Stoen/ does the following:
/* Fix for Bookmark and Notes detection */
if( self == top ) {
document.addEventListener('load',function() {
top.location.replace(location.hash||'##');
},false);
} It's replacing in the browser history the original URL by said changed URL, which you see at the end,
namely the original URL with those two hash marks appended.
It should now be possible, espec. with that new delay command, to replace said hash mark modified URL by the unaltered i.e. original URL again, which could be temporarily stored in some cookie. But /Stoen/ would certainly know better.

What is unclear to me is now, why that appended new hash-mark URL is looked up in the bookmarks file and sets the star button relatively reliably now, reflecting the correct status?

Could someone please explain this to me...
Wednesday, 18. June 2008, 04:13:24
mrd

Posts: 134
I'd LOVE to go back to the way back when having the star in the url bar to bookmark and see if its bookmarked. I see FF3 does this now and imo I don't get why it was removed. It's an awesome time saver!
Wednesday, 18. June 2008, 08:14:49
I'am using opera 9.5.
I want to disable bookmark address in the address bar. I dont want to be bothered with the show up of bookmark address when i type an address in address bar. Anybody can help me?
Thanks a lot:)
Wednesday, 18. June 2008, 08:37:13
HaJotKE
Grumbling Hyper-Critical Cantankerous Curmudgeon!

Banned User
Germany
@mrd:
Try this button, I found it elsewhere and modified it somewhat:
buttonIt's the button from /shoust/ from above as modified by /Stoen/...
... thanks a lot for your good work!
Wednesday, 18. June 2008, 15:56:57
Originally posted by dimitriramirez:
I want to disable bookmark address in the address bar. I dont want to be bothered with the show up of bookmark address when i type an address in address bar.
Do you want to turn off the dropdown completely? Uncheck
Auto Dropdown, scroll to the bottom and click on Save.
Thursday, 19. June 2008, 03:16:45
Its working. I am not bother again with bookmarks again.
Thanks a lot sgunhouse.
Friday, 20. June 2008, 17:49:21
Originally posted by HaJotKE:
Try this button, I found it elsewhere and modified it somewhat:
It's the button from /shoust/ from above as modified by /Stoen/...
... thanks a lot for your good work!
Thank you.
Friday, 18. July 2008, 14:57:36 (edited)
sebt

Posts: 2477
I find this workaround (star & notes) very useful. I often have lots of tabs open, and need to remind myself of which ones I bookmarked before closing them.
This behaviour, where the star/notes icon don't always work without a reload, is very annoying. I know there is a UserJS workaround, but surely this is a bug that should be fixed... did anyone file a big report about it yet, and does anyone else want it fixed?
Seb
Friday, 18. July 2008, 17:07:13
HaJotKE
Grumbling Hyper-Critical Cantankerous Curmudgeon!

Banned User
Germany
Originally posted by sebt:
... did anyone file a big report about it yet, and does anyone else want it fixed?
Not sure about that, and
YES, I would really love to have that fixed...
Saturday, 19. July 2008, 01:35:35
sebt

Posts: 2477
Reported as bug-349336 - Star custom button does not behave correctly (also affects Note custom button).
I really hope this gets fixed!
Seb
Saturday, 19. July 2008, 07:33:10
HaJotKE
Grumbling Hyper-Critical Cantankerous Curmudgeon!

Banned User
Germany
Uaah...

But you should know, forgetting is the only way to stand all these OPERA bugs...

At least for me.

Thanks!
Sunday, 20. July 2008, 01:52:05
The notes button seems to be built into Opera 9.51. I have not added one but when I am on a page that I have in notes a tiny little notes icon appears in the address bar near the RRS feed icon. If I click on the notes icon it opens the side bar with that not highlighted. The icon is extremely small and I don't remember seeing it before but it's there now on all my machines and I have NOT added custom button for it.
Sunday, 20. July 2008, 01:58:17
sebt

Posts: 2477
Notified operasoft of the duplicate bug reports
Sunday, 20. July 2008, 02:14:01
Originally posted by sebt:
Notified operasoft of the duplicate bug reports 
Are you saying it's a bug? I think it's a great feature it just needs a bigger icon.
Monday, 21. July 2008, 01:29:20 (edited)
sebt

Posts: 2477
Sorry for any confusion, but I was referring to Stoen's post above, which indicates that the aforementioned problems with the Note and Star buttons (ie. often not working properly without page reload) were discussed in the thread indicated, resulting in a bug report to that effect in Sept '07. My report is therefore a duplicate of that bug.
Seb
Saturday, 30. August 2008, 02:07:15
doe anyone has troubles using preview feeds?.
apparently this great user script affects my feeds preview on 9.60.
Saturday, 30. August 2008, 02:41:20
Originally posted by zikzakatak:
apparently this great user script affects my feeds preview on 9.60.
Use the following
/* Fix for Bookmark and Notes detection */
if( self == top ) {
document.addEventListener('load',function() {
if( !opera.feeds ) { location.replace(location.hash||'##'); }
},false);
}
Saturday, 30. August 2008, 04:29:58
im sorry stoen but you mean to change this lines for the other user js?.
thanx.
Sunday, 31. August 2008, 03:13:24
Originally posted by zikzakatak:
im sorry stoen but you mean to change this lines for the other user js?.
Yes
Change
/* Fix for Bookmark and Notes detection */
if( self == top ) {
document.addEventListener('load',function() {
location.replace(location.hash||'##');
},false);
}
to
/* Fix for Bookmark and Notes detection */
if( self == top ) {
document.addEventListener('load',function() {
if( !opera.feeds ) { location.replace(location.hash||'##'); }
},false);
}
Sunday, 31. August 2008, 06:42:15
HaJotKE
Grumbling Hyper-Critical Cantankerous Curmudgeon!

Banned User
Germany
The only drawback of that solution is that there are now those sticky two (##) number-signs appended, and I have always to go back in history to get back to the original address -- e.g. for bookmarking -- W/O these signs.
Couldn't that be automated somehow, please?
Wednesday, 3. September 2008, 14:11:42
FataL
Opera freak

Posts: 1302
USA
In addition to Mozilla Firefox now Google Chrome has acquired "star indicator" of bookmarked page.
Opera, hello! Time to wake up! Why not finish feature that you invented more than 2 years ago?
Thursday, 16. October 2008, 21:37:03
+1
Bring the star back! Opera competitors have these stars and users are happy!
Wednesday, 12. November 2008, 11:59:13
moirob
I'll tell all my friends

Posts: 184
Spain
Firstly, thanks to all that have posted the Star Button. I had recently made a comment on another post about how to improve the bookmarking of sites using Opera by including such button and I was tipped off about this. So again, thanks guys.
Secondly +1 to getting Opera to intergrate this button back in to the browser.
Wednesday, 12. November 2008, 19:19:34
ersi
dio chiliades

Posts: 2019
Vomentakae
+1
But with wildly configurable options to set how the address bar works, what gets shown and what not. Rather more than less...
Wednesday, 5. August 2009, 00:24:40
Originally posted by Stoen:
Originally posted by VJgamer:
it works only sometimes.
Try using the following UserJS
/* Fix for Bookmark and Notes detection */
if( self == top ) {
document.addEventListener('load',function() {
top.location.replace(location.hash||'##');
},false);
}
Ok, this solution was working for me in v9.6x, but it doesn't work in v10. Pages need to be refreshed again.
Help please
Forums » Opera Community » Opera for desktop » Opera browser