Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   TBDev (http://www.bvlist.com/forumdisplay.php?f=20)
-   -   Custom Title! (http://www.bvlist.com/showthread.php?t=208)

Speedyx90 14th March 2008 23:04

Custom Title!
 
Hey people I want to ask u guy's if u got this MOD.. TO add a CUSTOM TITLE near the name like Speedy [Mr.Warning Triangle] :lol: :blink: something .. how..?

wMan 10th June 2008 16:36

Re: Custom Title!
 
im after cant see it any were

korl 22nd June 2008 14:30

Re: Custom Title!
 
I need this mod too.

djlee 25th June 2008 20:16

Re: Custom Title!
 
i dont think there was ever a mod was there ?? i never used one anyway lol .. the title is defined by $ARRAY['title'] unless your using a source that has changed from the default title field used by tbdev

so for example in userdetails.php you may have
Code:

echo $row['username']."".get_user_icons($row['id']);
to add the title of the user after username you would put

Code:

echo $row['username']."".$row['title']."".get_user_icons($row['id']);
and if you want to print out the current users title you would use $CURUSER['title'].. its very simple PHP :)

wMan 28th June 2008 15:56

Re: Custom Title!
 
dont even have this in my code


Code:

echo $row['username']."".get_user_icons($row['id']);


All times are GMT +2. The time now is 13:34.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.