Log in

View Full Version : moderator replay


rob01
10-08-2008, 12:40 AM
someone knows if it's posible to add a image just after the post just when a admin/moderator , add a replay

is this posible?

for example:

Post:
New Moderator! (1,2,3) (Picture goes here)

Lynne
10-08-2008, 02:18 AM
I'm sorry, but I don't understand.

rob01
10-08-2008, 02:26 AM
i mean

lets say, there is a board called test

and a regular user makes a new topic

but when a admin/moderator adds a new replay, the new topic will have a image saying a moderator made a new comment, just behind the # of pages the topic has

Lynne
10-08-2008, 02:43 AM
Ahhhh, hmmmmm. I've never seen a mod like that and I'm not thinking of some easy way to do that.

rob01
10-08-2008, 05:53 AM
maybe with a if

like if certain member of a certain groups add a new post, just add a picture beside the new topic

Lynne
10-08-2008, 04:16 PM
But, this means that you need a query that goes through every single post in the thread to see if any of the users that posted are moderators. Normally, there is no reason for there to be a query that goes through all the posts just to list a thread. So really, what you almost need to do is add a new field to the thread table, set to <NULL> until a moderator posts and at that point you need to change that field to something other than <NULL> and then when you spit out the thread lists, if the field isn't null, you put the Moderator tag up.

rob01
10-09-2008, 12:51 AM
can you help me? or someone

if you have enough time