Bookmark MOD - Posted (2221 Views)
Senior Member
leatherlips
Posts: 1838
1838
Is there a bookmark mod anywhere? I'd like to have something that would let a user bookmark topics and replies that they are interested in. At the top it would say something like My Bookmarks. When they clicked on it, it would show all of the topics and replies they have bookmarked.
 Sort direction, for dates DESC means newest first  
 Page size 
Posted
Development Team Leader
Classicmotorcycling
Posts: 2085
2085
It depends on how old the topic is that you are bookmarking. If the topic is new, then it will showup in the bookmark, and I think that you will find if a reply happens to an old topic that has been bookmarked, then it shows in to the bookmarked section. Are you sure that you want to remove it?
Cheers,

David Greening
Posted
Senior Member
leatherlips
Posts: 1838
1838
In my view, I guess I was wanting the bookmark to act as a favorites section. I'd like it to show the topic regardless of its age.
Posted
Advanced Member
Carefree
Posts: 4224
4224
Tiny error on line 284, Dave. Need to add "str" in front of the DefaultFontFace variable, it was wrong in the old version too.
Posted
Advanced Member
Carefree
Posts: 4224
4224
Originally posted by leatherlips
In my view, I guess I was wanting the bookmark to act as a favorites section. I'd like it to show the topic regardless of its age.

Leather, if you want it to always display all bookmarks for everyone, then delete lines 73-88. Then insert this one line there:
Code:
lastDate = "All"

Otherwise, if you want it to default to all just for yourself, then just insert this after line 88:
Code:
if MemberID=intAdminMemberID then lastdate = "All"

Posted
Senior Member
leatherlips
Posts: 1838
1838
The lines 83 - 105 do not seem to be the correct place to delete. It looks like that is in the middle of a routine and script. Could you mean instead 73 - 108?
Posted
Advanced Member
Carefree
Posts: 4224
4224
Had a different version when I looked at it the other day, Leather. 73-88 is the routine in question.
You Must enter a message