Quote:
Originally posted by ladyfyre
Also, is it possible to add a link to threads on the boards to allow a user to automatically add that thread to their bookmarks?
|
Quote:
Originally posted by Velocd
I do have some suggestions also, it would be really cool to have a link on every thread page, or maybe if a combination of keys was pressed like ctrl+b, that would bookmark that page/thread you were on and save it in your bookmarks. Man this would be useful ^_^
|
A fast solution for this: Add a hyperlink on each thread. e.g.:
search in template showthread for
Code:
<a href="member2.php?s=$session[sessionhash]&action=addsubscription&threadid=$threadid">Subscribe to this Thread</a>
and add after:
Code:
| <img src="https://vborg.vbsupport.ru/images/subscribe.gif" alt="" border="0" align="absmiddle">
<a href="bookmarks.php?s=$session[sessionhash]&action=add&threadid=$threadid">Add to Bookmarks</a>
Then upload the new bookmarks.php (from ZIP-archiv) into your forums directory...