Icy Phoenix

     
 


Post new topic  This topic is locked: you cannot edit posts or make replies. 
Page 1 of 1
 
 
Reply with quote Download Post 
Post 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.
 



 
Corporacion-UmbrellaSend private messageSend e-mail to user  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post 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.
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: How To Avoid The Webmaster Amount Post? 
 
Too much work  

If exist a SQL will be graceful.

CU Friends.
 



 
Corporacion-UmbrellaSend private messageSend e-mail to user  
Back to topPage bottom
Reply with quote Download Post 
Post Re: How To Avoid The Webmaster Amount Post? 
 
You can add at end of common.php something like this:
Code: [Download] [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.
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Post new topic  This topic is locked: you cannot edit posts or make replies.  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You 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


  

 

  cron