View Full Version : Top Poster Gets Name!
3dpirate
09-12-2007, 12:50 PM
Ok I need a mod that will allow the top poster (OVERALL) to get a title that no one else in the forum can have unless they are the top poster. Maybe like a image of GOLD that says
Top Poster
Is this possible? Please
Farcaster
09-12-2007, 04:57 PM
You could use the User Ranks by Post (https://vborg.vbsupport.ru/showthread.php?t=152103) hack I created and then use a conditional in your template to show a particular image.
So, it might look something like this:
<if conditional="$post[postrank]==1"><img src="images/topposter.gif" /></if>The poster's rank is also available on the profile page, so you can add it there too, with a similar expression, like:
<if conditional="$userinfo[postrank]==1"><img src="images/topposter.gif" /></if>
viper357
10-29-2007, 06:25 AM
Hi Farcaster, I have just installed your hack, thanks :D
Where would be the best place to put the above code to show an image?
Thanks.
--------------- Added 1193642876 at 1193642876 ---------------
Sorry, one more thing, with the above code would it replace the Poster Rank: #1 with an image?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.