Version: 1.00, by TECK
Developer Last Online: Nov 2023
Version: 2.2.x
Rating:
Released: 10-18-2002
Last Update: Never
Installs: 8
No support by the author.
This goes for my friend Danny (LeeCHeSSS) who asked me to make it for him.
Basically is a very simple hack to change the user title for each mod in function of the numer of posts, the same way like a regular user.
I wanted first to make it admin CP based, but that would involve new fields added to database, several files hacked, etc.
Why do all this when we can do it in less then 20seconds with a simple file edit?
It's as simple as this.
Customize your titles the way you want. You can it do the same way with Super Mods and Admins. Is up to you how to have fun with it.
Just another way to write it, the code, not using the ELSE condition and saving another few lines of code.
That will change the name of your moderators in function of how many posts per day they make.
The more posts per days they make, the better it will be their title and the members will count more on their support.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Originally posted by Rolodex Nice hack ... but here's how I set it up on my forum...
is the same thing, you are simply using more code with the same results.
just by using a "smaller then" condition, you save time and you also perform less operations on your board.
always think code wise, not that is a big deal... but if you learn to write elegant code, your board will always be healthy coded.
Quote:
Originally posted by Neo Since when :bunny:
since they started developing it.
i write my code from now on like that... just to get used.
Quote:
Originally posted by NTLDR Looks like a Java format of code *shudders* I certainly won't be writing any code like that I'll stick to hope the code is layed out in vB2.
Originally posted by TECK
is the same thing, you are simply using more code with the same results.
just by using a "smaller then" condition, you save time and you also perform less operations on your board.
always think code wise, not that is a big deal... but if you learn to write elegant code, your board will always be healthy coded.
Please advise ...
All this is doing is a if condition check based on the amount of post a user has within a post range ... displaying the results if the condition fits.
I like it to grab a particular post count number and mark that member with the title I want him to have.
Show me a better solution then ... I don't see your point in this matter bro!
TECK: A question, if I want to replace the text with an image, how can I do it? I tried using $bburl and it wouldn't work...I want $bburl to work, so I could have say $bburl/images/imagehere.gif