View Full Version : HELP area like vbulletin.org
nymyth
06-04-2007, 04:02 PM
Is there a mod out for something like the HELP dropdown that exists here at vbulletin.org?
Thanks.
Wayne Luke
06-04-2007, 04:05 PM
That can easily be done by editing the footer template and adding links. There is an addon where you can make new custom pages called GT_CustomPages. It was released for 3.5.X but works in 3.6.X for the most part.
nymyth
06-04-2007, 04:15 PM
Thanks Luke
How would I add Join date, last activity etc to a custom_template....i put something like:
<div class="smallfont">$post[usertitle]</div>
<div class="info">$post[onlinestatus] </div>
<div>$vbphrase[last_activity]: $userinfo[lastactivitydate] <span class="time">$userinfo[lastactivitytime]</span> </div>
<div>$userinfo[action] $userinfo[where]<if condition="$show['detailedtime']"> - <else /> @ </if> $userinfo[time] </div>
But nothing shows up except the text (the database elements dont show up, did i miss a step?)
Thanks.
Dismounted
06-05-2007, 07:43 AM
$post = The poster's information (obviously not relevant in your template). Use $bbuserinfo instead.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.