The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
Anyone have a clue lol
-Brian |
#12
|
||||
|
||||
in memberlist.php
find: Code:
if ($userinfo[yahoo]!="") { eval("\$userinfo[yahooicon] = \"".gettemplate("yahoo")."\";"); } else { $userinfo[yahoo]=" "; } Code:
$jointime = (time() - $userinfo[joindate]) / 86400; // Days Joined if ($jointime < 1) { // User has been a member for less than one day. $postsperday = "$userinfo[posts]"; } else { $postsperday = sprintf("%.2f",($userinfo[posts] / $jointime)); } replace: Code:
<td bgcolor="{ categorybackcolor }" colspan="6"> Code:
<td bgcolor="{ categorybackcolor }" colspan="7"> Code:
<td bgcolor="{ tableheadbgcolor }" align="center"><smallfont color="{ tableheadtextcolor }"><b>Posts</b></smallfont></td> Code:
<td bgcolor="{ tableheadbgcolor }" align="center"><smallfont color="{ tableheadtextcolor }"><b>Posts Per Day</b></smallfont></td> find: Code:
<td bgcolor="{ secondaltcolor }"><normalfont>$userinfo[posts]</normalfont></td> Code:
<td bgcolor="{ firstaltcolor }"><normalfont>$postsperday</normalfont></td> |
#13
|
|||
|
|||
How can i use this variable in global Vbulletin , i need to use it in other templates like Vbadvanced
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|