FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Plugins and Code Hacks » Postings - need to turn off posting count for one user
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Postings - need to turn off posting count for one user [message #12028 is a reply to message #12025] Fri, 25 July 2003 01:47 Go to previous message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma:
Senior Member
Administrator
Core Developer
Aha I see, I slightly misunderstood your request. First of all you are correct, modifying the template will affect all users. To disable showing of the post count for a particular user you actually need to edit drawmsg.php.t (php source code) and add a condition to exclude certain data for that user.

For example:
<?php
if ($obj->user_id == 123) {
/* do or not do something */
} else {
/* rest of users */
}
?>


FUDforum Core Developer
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: 2.5.0 RCx - Atomic theme rebuilds
Next Topic: how can i build a page with fudforum's header and footer?
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Mon Nov 04 22:56:04 GMT 2024

Total time taken to generate the page: 0.04546 seconds