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.
How To Avoid The Webmaster Amount 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.
Subject: Re: How To Avoid The Webmaster Amount Post?
Too much work :cry:
If exist a SQL will be graceful.
CU Friends.
If exist a SQL will be graceful.
CU Friends.
Subject: Re: How To Avoid The Webmaster Amount Post?
You can add at end of common.php something like this:
Please remember that you have to change the ID to yours... and pay attention that this adds one extra SQL for each phpBB page... :roll:
I wouldn't use this, but you asked for. :mricy:
$sql = "UPDATE " . USERS_TABLE . "
SET user_posts = 0
WHERE user_id = 2";
$db->sql_query($sql)
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... :roll:
I wouldn't use this, but you asked for. :mricy:
Page 1 of 1
You cannot post new topicsYou cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events
This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by Icy Phoenix based on phpBB
Generation Time: 0.0729s (PHP: 38% SQL: 62%)
SQL queries: 10 - Debug Off - GZIP Enabled