2012-07-27, 03:08 AM
(2012-07-27, 02:54 AM)illusionalp Wrote: [ -> ]Did it fail bad enough http://modzworld.net84.net/(2012-07-27, 02:47 AM)3Gnoob Wrote: [ -> ]i see your problem OP you want the start image and the username under it(2012-07-27, 02:41 AM)illusionalp Wrote: [ -> ]Okay as You See here :(2012-07-27, 02:16 AM)3Gnoob Wrote: [ -> ]ik know this.... i want to add it to the username its not in the code
known gave you the solution OP but it seems that this is not your problem
can you please explain more what is your problem.
i want it like this....
but then i want it to where if you click on the image it redirects it to the profile of the user
amaright?
will here is the solution
1- cut the star image and delete the username and re size it
2-
ACP > templates and themes > templates > "theme name " templates > expand > header templates > header > options > edit template > add code1 after code 2
code 1:
Quote:<li><a href="{$mybb->settings['bburl']}/search.php">Advanced search</a></li>code 2:
Quote:<li><img src="your image link in here"><a href="{$mybb->settings['bburl']}/member.php?">{$mybb->user['username']} Profile</a></li>now it will show the star then after the start this text
username profile
username = if you are logged in as illusion
it will display illusion,etc..