The Forum has been Updated
The code has been upgraded to the latest .NET core version. Please check instructions in the Community Announcements about migrating your account.
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.
Posted
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
David Greening
Posted
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
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
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"
Last edited by Carefree on 11 January 2011, 04:03
Posted
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
Had a different version when I looked at it the other day, Leather. 73-88 is the routine in question.
Email Member
Message Member
Post Moderation
FileUpload
If you're having problems uploading, try choosing a smaller image.
Preview post
Send Topic
Loading...