2012-07-26, 11:41 PM
This user has been denied support.
How do i add an image to the "Username" and make it to where if clicked it redirects to the users profile ...?Also im using the theme BF3
How Do I Add an Image Here >>
|
2012-07-26, 11:41 PM
This user has been denied support.
How do i add an image to the "Username" and make it to where if clicked it redirects to the users profile ...?Also im using the theme BF3
2012-07-27, 01:06 AM
You'll need to edit the theme's templates, and it should be in the header > header template. Then you'll use the <img> HTML code and add it before the text and it'll add a image there for you.
2012-07-27, 01:17 AM
2012-07-27, 01:23 AM
Are you going to the AdminCP > Templates & Styles > Templates (left-hand side) > Theme Name Expand All > Header Templates > Header (Edit) ?
2012-07-27, 01:27 AM
This user has been denied support.
(2012-07-27, 01:23 AM)Known Wrote: Are you going to the AdminCP > Templates & Styles > Templates (left-hand side) > Theme Name Expand All > Header Templates > Header (Edit) ? yes here is the code
2012-07-27, 01:54 AM
So for example you'll add your image before this:
Heres an example:
2012-07-27, 02:16 AM
This user has been denied support.
ik know this.... i want to add it to the username its not in the code
2012-07-27, 02:41 AM
(This post was last modified: 2012-07-27, 02:45 AM by illusionalp.)
(2012-07-27, 02:16 AM)3Gnoob Wrote: ik know this.... i want to add it to the username its not in the code i think this is the solution you are looking for ACP > templates and themes > tepmplates > "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=""><a href="{$mybb->settings['bburl']}/member.php?">UserProfile</a></li>if not then please explain.
<snip - images exceed maximum total dimensions (see the rules)>
This user has been denied support.
(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 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
2012-07-27, 02:54 AM
(This post was last modified: 2012-07-27, 02:54 AM by illusionalp.)
(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 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..
<snip - images exceed maximum total dimensions (see the rules)>
|
« Next Oldest | Next Newest »
|