Is there a MOD that does this ? - Posted (1454 Views)
New Member
pitstraight
Posts: 82
82
I'm wondering if there's a MOD that can flag what topics a member has posted in. Basically so when a member is browsing the forum they know which topics they have contributed to.

Unfortunately I haven't searched because I don't even know what you would call it :(

<moved from="Help: General / Current Version (v3.4.xx)" by="Shaggy" /><
 Sort direction, for dates DESC means newest first  
 Page size 
Posted
Advanced Member
Carefree
Posts: 4224
4224
That information already exists in the member's profile. Click on members, username. If the member doesn't have any "recent topics", you can click the link "find all non-archived posts by".<
Posted
New Member
pitstraight
Posts: 82
82
Yes, but is there a mod to show it when they are browsing the forum ?<
Posted
New Member
pitstraight
Posts: 82
82
Also, that only shows last 30 days if I've read the code properly. But I don't know what T_STATUS, R_STATUS and F_TYPE do - is there a field definition list somewhere, a wiki maybe ?<
Posted
Advanced Member
Carefree
Posts: 4224
4224
There's a well-developed mod guide which details a great number of functions, variables, etc.
T_Status refers to the status of a topic, if less than 2, the topic has not been approved (if moderation is used). R_Status is the same for replies. F_Type = 0 (normal), 1 (archived)<
Posted
Support Moderator
Shaggy
Posts: 6780
6780
It's not exactly what you want but have a look at the Who Has Posted mod.
<
Search is your friend “I was having a mildly paranoid day, mostly due to the
fact that the mad priest lady from over the river had
taken to nailing weasels to my front door again.”
Posted
Senior Member
bobby131313
Posts: 1163
1163
Just added that mod Shaggy. Pretty cool. Would be nice though if it would show a check mark or something next to the number of replies if you posted in it.<
Posted
Senior Member
MaD2ko0l
Posts: 1053
1053
hi,

i asked this question several months back. and i think carefree or cripto had a version of this that worked with a MySQL database but it didnt work for me while using access, so i took some advice form huwr and came up with this little mod.
Click Me To Download
i have only tested it on access and it seems to work on my own site tha i used it on.
touch wood, everyhtign is still there and it still works.
MaD2ko0l<
© 1999-2010 MaD2ko0l
Posted
Advanced Member
Carefree
Posts: 4224
4224
You left out a sub routine in your instructions. The "Sub GetMyReplies" is called within "forum.asp" but is never defined.<
Posted
New Member
pitstraight
Posts: 82
82
Thanks for the info Carefree, I was just about to download it but I'll wait smile<
Posted
Advanced Member
Carefree
Posts: 4224
4224
It's safe to download. When you see that line of code in the instructions for "forum.asp", you can simply comment it out and the mod will still function (although perhaps not in the manner in which Mad2Kool intended).
The line in question is:
Code:
			call getMyReplies(Topic_ForumID, Topic_ID, MemberID)
<
You Must enter a message