How To Avoid The Webmaster Amount Post? »  Show posts from    to     

Icy Phoenix


Old Support Topics - How To Avoid The Webmaster Amount Post?



Corporacion-Umbrella [ Thu 23 Aug, 2007 19:31 ]
Post subject: How To Avoid The Webmaster Amount Post?
Is possible that the Webmaster have a special number of post, for example: OO or ==.

The users say me, that i ever am the Top Poster, and i want to be not the Top User Poster.

I only want that the Webmaster has a fixed number or characters. And that the messages are not accumulated, ever the same amount.

Thanks for your help dear friends.


Mighty Gorgon [ Fri 24 Aug, 2007 11:04 ]
Post subject: Re: How To Avoid The Webmaster Amount Post?
It is possible, but you have to modify all the pages where number of posts appear... or you have to add an extra SQL to each page.


Corporacion-Umbrella [ Fri 24 Aug, 2007 11:35 ]
Post subject: Re: How To Avoid The Webmaster Amount Post?
Too much work

If exist a SQL will be graceful.

CU Friends.


Mighty Gorgon [ Sat 25 Aug, 2007 14:34 ]
Post subject: Re: How To Avoid The Webmaster Amount Post?
You can add at end of common.php something like this:
Code: [Hide] [Select]
$sql = "UPDATE " . USERS_TABLE . "
SET user_posts = 0
WHERE user_id = 2";
$db->sql_query($sql)


Please remember that you have to change the ID to yours... and pay attention that this adds one extra SQL for each phpBB page...

I wouldn't use this, but you asked for.




Powered by Icy Phoenix