PDA

View Full Version : Forum Home Enhancements - Avatar in Header


Seven Skins
12-16-2009, 10:00 PM
Avatar in Header

This will add user avatar in header.
User without avatar will be show blank avatar.
Unregistered user will not be shown any avatar.


Installation:

-Import the XML file via ... AdminCP > Plugin & Products > Manage Products > Add/Import Product.




Find in header template:
<div id="toplinks" class="toplinks">

Add Below:
<div style="float:right; margin: 5px -12px 5px 10px;">{vb:raw ss_avatar}</div>


You can edit the margins to suit your needs

Live demo (http://www.sevenskins.com/forum/forum.php?styleid=41)

Login to see the avatar.

User: Mike
Pass: vborg


PS. Minimum height for the logo you are using must be 65 pixels, or else the avatar will be hidden behind the navbar.


Click Install if using this mod.


Thanks


Updated:
18 Dec 09: Changed template edits to correct problems with adverts in the header.
21 Dec 09: Add url to profile.php so avatar can be edited.
22 Dec 09: Working with vBulletin 4.0.0 (Gold)
14 Jan 10: Updated for vBulletin 4.0.1


.

milsirhc
12-17-2009, 08:18 PM
Thanks! Will be using this once VB 4 goes Gold!

Toxic2
12-17-2009, 08:20 PM
LOL That's Kinda Nice ! I can Imagine the members response :eek: tagged

elwachiman
12-17-2009, 08:21 PM
Excelente Tnks Man

Trek
12-17-2009, 11:24 PM
I can see my members enjoying this. =) Tagged.

fourat
12-18-2009, 02:00 AM
Nice work
Can you make it as widget ?

Cableguy69
12-18-2009, 02:23 AM
Looks good thanks, installed.

Kolbi
12-18-2009, 01:43 PM
My 3.8.x version: https://vborg.vbsupport.ru/showthread.php?t=227666
:(

halkum
12-18-2009, 02:59 PM
I love this idea, but with the use of advertisements it made my header look sloppy, so had to remove it.

:(

Brandon Sheley
12-18-2009, 04:42 PM
nice mod, it looks good :)

Seven Skins
12-18-2009, 05:38 PM
I love this idea, but with the use of advertisements it made my header look sloppy, so had to remove it.

:(

lol ... I forgot about the ads. I have edited the installation process, please use that and avatar will stay up top.

See Screenshot:

https://vborg.vbsupport.ru/attachment.php?attachmentid=107721&d=1261164876

.

trilogy33
12-18-2009, 10:51 PM
Nice one, thank you and tagged.
Probably will get more users uploading an avatar. :)

Dr.osamA
12-19-2009, 07:57 AM
installed
thanxx man
________
Box Vaporizers (http://boxvaporizers.com)

jackph
12-19-2009, 08:14 AM
great, thanks :D

saqibnpt
12-19-2009, 03:14 PM
Great, Nice one thanks

Selcor
12-19-2009, 07:35 PM
It not works in VB4 beta 5 with another skin ...

In applying this supplement will not let me enter the forum ...

Seven Skins
12-19-2009, 07:40 PM
Have they released RC5 ... I dont think they have yet.

You just do the template edits according to your skin.

.

Selcor
12-19-2009, 07:47 PM
I have: Powered by vBulletin™ Version 4.0.0 Beta 5 Copyright ? 2009 vBulletin Solutions, Inc. All rights

Just apply and try to enter the forum:


Warning: require_once(./includes/functions_user.php) [function.require-once]: failed to open stream: No such file or directory in [path]/includes/class_bootstrap.php5(277) : eval()'d code on line 3

Fatal error: require_once() [function.require]: Failed opening required './includes/functions_user.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/gmaster/public_html/foro/includes/class_bootstrap.php5(277) : eval()'d code on line 3

Modify the template Header like you said. And the error still ...

Seven Skins
12-19-2009, 08:51 PM
Edit the plugin Header Avatar ... find this "./includes/functions_user.php" and edit it to "./includes/functions_user.php5"

.

Selcor
12-21-2009, 01:45 AM
Thanks!

WNYorker
12-21-2009, 02:45 AM
any way to link the avatar to the change avatar page? tried coding it myself, thought it might be easy, but couldn't figure it out.

Seven Skins
12-21-2009, 01:23 PM
any way to link the avatar to the change avatar page? tried coding it myself, thought it might be easy, but couldn't figure it out.

Updated, download and overwrite the exisitng installation.

.

zonaenlinea
12-21-2009, 07:51 PM
Thank you all very well prefect

nitra1000
12-21-2009, 09:08 PM
Tried with VB4 Gold and it's failing to show the avatar anything missing off the steps? or does this not work with VB4?

Glenshadow
12-21-2009, 10:19 PM
I liked the idea and installed it, however what about a piece of code to add maybe a table border or something similar around the Avatar when it is displayed ? Reason I ask is because most avatars are pictures and it kinda looks like a pic is just slapped up there, nothing fancy. (I haven't dug around in the code at all to try an accomplish this myself, but just suggesting.)

Thanks again for the mod !

*edit*
Forgot to mention, I have it working in vB4.0 Gold, I just followed the steps outlined and it works.

Another thing I was thinking.. what about calling it directly as it would in say postbit, so the Avatar populates the in exact size that it is through the rest of the board ?

I am no coder by far, but just an idea.

garretbyrne
12-22-2009, 02:22 AM
Excellent.. Nice one mate.. Installed

VonDoom
12-22-2009, 04:45 AM
Installed and 2nd the Gold Conformation. :) Thanks for another cool product. looks nice in combination with Alternative Header User Info (https://vborg.vbsupport.ru/showthread.php?goto=newpost&t=230719)

bacemail
12-22-2009, 04:49 AM
Any chance you created a mod that places an avatar in the thread list next to the thread creator's user name?

nitra1000
12-22-2009, 04:29 PM
Tried with VB4 Gold and it's failing to show the avatar anything missing off the steps? or does this not work with VB4?

NVM was me being a nonce and not installing the plugin correctly.

For anyone else... you import the xml without filling in the other product details...

p.s Excellant plugin although would like to see a border around the pictures.

Seven Skins
12-22-2009, 08:00 PM
^^ In the Header Avatar plugin find:
$ss_avatar = "<a href=\"profile.php?do=editavatar\"><img src=\"$ava_urlX\" width=\"60\" height=\"60\" border=\"0\" alt=\"Your Avatar\" /></a>";


Replace it with:
$ss_avatar = "<a href=\"profile.php?do=editavatar\"><img src=\"$ava_urlX\" width=\"60\" height=\"60\" style=\"border: 1px solid #FF0000;\" alt=\"Your Avatar\" /></a>";

And edit "border: 1px solid #FF0000" to suit your needs.


.

Glenshadow
12-22-2009, 08:41 PM
I tried that just now.. no worky for me... tried solid, groove, etc.. even tried 10px to make sure it wasn't being weird on me...

Seven Skins
12-22-2009, 09:00 PM
Try again please, I have edited my post above.

.

HN?
12-23-2009, 01:01 AM
Great, Nice one thanks !

Glenshadow
12-23-2009, 03:43 PM
Bingo.. thanks !

radmoose
12-24-2009, 05:37 AM
Thanks for this mod.

The issue that I am having is not with this mod, but I can't figure out how to make a minimum width of the header.. so I can change the header graphic and when someone resizes the avatar won't throw off the header graphic.

I only found the 10 ways tutorial at vBulletin.com on how to change hte header graphic, but I can't find any place that has info on how to make a minimum width... =/

Thanks again!

napy8gen
12-27-2009, 01:47 PM
hi. it is not showing in my ie8

Bluetiereign
12-27-2009, 05:53 PM
I like it. Thanks.

gyaronn
12-27-2009, 05:53 PM
nice one m8 good work :-)

SoFresh
12-27-2009, 10:33 PM
Super. Thank you!

TheSupportForum
12-27-2009, 10:44 PM
i would like to know if its possible to get it to float instead, i have already modified my own header

www.tutorials4you.co.uk (http://www.tutorials4you.co.uk)

ragarcia87
12-28-2009, 04:06 AM
Awesome :D Works like a charm.

Seven Skins
12-28-2009, 02:16 PM
hi. it is not showing in my ie8

It should, I test my hacks in IE, FF, Opera etc ... before releasing.

Did you do the template edits?

.

napy8gen
12-29-2009, 03:50 PM
It should, I test my hacks in IE, FF, Opera etc ... before releasing.

Did you do the template edits?

.
Hi SS.
I edited your plugin from working in header to navbar instead.
just change the location of template.
in FF it shown

carrlos
01-07-2010, 04:16 AM
I had a problem with this because my avatar is not a perfect square. To fix, I removed the width and height settings completely from the plug-in and changed the margin-right in the header to 80px (my default forum max size is 80x80). ;)

Switch3130
01-13-2010, 12:47 AM
This isn't working with vB 4.0.1

Deviant K1
01-13-2010, 04:45 PM
Don't remember if I posted that I installed this great mod so...

INSTALLED! :)


Anyways...

It isn't working for me either after upgrading to vB 4.0.1.

Please review the attached image below. It clearly knocks my logo down off the header :(.

When I disable the mod everything on my header is back to normal. Any ideas on a fix for this?

carrlos
01-14-2010, 02:46 AM
I have the same problem as Deviant_K1. I thought I was doing something wrong but clearly something is broken in 4.0.1.

RedHacker
01-14-2010, 07:56 AM
With 4.0.1 Version i think doing biggest the header... Please update..!!!

Seven Skins
01-14-2010, 08:59 AM
First post has been updated.

No need to update the plugin, just redo the edits in header template.

.

RedHacker
01-14-2010, 10:05 AM
Destroy the Welcome,Settings,myprofile,notifications and log out

Seven Skins
01-14-2010, 10:14 AM
If you have custom skin then you have to edit the header accordingly.
This works without any problem in default skin.

Add "{vb:raw ss_avatar}" to the header template where ever you need to.

.

RedHacker
01-14-2010, 10:18 AM
No i have default Style...

I follow the instoductions....

Deviant K1
01-15-2010, 12:53 AM
First post has been updated.

No need to update the plugin, just redo the edits in header template.

.

Definitely Appreciated! Working great with nothing broken in the header. View the attachment below.

Thanks! :)

RedHacker
01-15-2010, 04:48 AM
Destroy the Welcome,Settings,myprofile,notifications and log out

It is work.. I do one mistake no add below but replace.. It is now perfect...

kontagio.us
01-16-2010, 02:48 AM
Thank you for this.

ErnieTheMilk
01-16-2010, 08:41 AM
OK, a stupid question.... where do I find the header template in 4.0?

iyama
01-17-2010, 08:15 AM
admincp>search in templates: find text:<div id="toplinks" class="toplinks">
And on the left site you see a box with header>click on it

Delifed
01-18-2010, 02:26 AM
wrong thread.

Reef Man
01-18-2010, 06:11 PM
Installed.

Just one question, my avatars are bigger, what size do you recomend to edit the margin?
I tried, but I am a novice on this.

Thanks for the support.

Seven Skins
01-18-2010, 10:00 PM
Your forum is not working, when it is let me know via pm, then I will have a look.

.

utahraves
01-18-2010, 11:43 PM
I have 4.0.1 and I am a little knowledgeable with template edits however I have followed these directions and it does not work for me :(

utahraves
01-18-2010, 11:44 PM
Just kidding, 1000 refreshes later it came.

utahraves
01-18-2010, 11:45 PM
I got it working in FF but it doesn't want to work in IE8 w/wo compatibility mode no.

Reef Man
01-19-2010, 01:12 PM
yes, they are working. you can see here:

http://www.acuarios-marinos.com/forums/forum.php

I placed a big logo and i think that solved. Take a look and let me know.

gabrielt
01-21-2010, 09:49 PM
Good. One suggestion. To add this manual modification into a plugin, this way whenever the official "header" template is modified after the release of a new vBulletin version we won't need to re-edit it.

balkanboy
01-21-2010, 09:52 PM
cool installed :D

GamerPerfection
03-07-2010, 08:31 AM
Nice Mod. :) but unfortunately I don't think it really works with my custom template header. Nice idea though. Maybe if it was in a widget? But great Mod anyway. :)

Seven Skins
03-07-2010, 10:22 AM
You just to find a place where you can put "{vb:raw ss_avatar}"

hossgher
03-07-2010, 10:43 AM
installed great, works great, thanks!

movslow
04-12-2010, 05:34 PM
Re-installed for 4.03 and works fine fyi.
:up:

warezgen.com
04-12-2010, 09:20 PM
working fine. thanks

GamerPerfection
04-14-2010, 08:21 PM
Can i get this to work in a CMS Widget at all? If so, how?

akxt660
05-08-2010, 05:49 AM
I like it. Ok for VB4.0.3?

sKippah
05-13-2010, 01:15 PM
Wrong thread sry

eksajlee
05-13-2010, 03:44 PM
If you want border around avatar use this code:

<div style="border: 3px COLOR solid; float:right; margin: 5px -12px 5px 10px;">{vb:raw ss_avatar}</div>

instead of COLOR put Red, Blue, Black, #000000 whatever you want :D

goran424
07-02-2010, 07:13 PM
There is a problem though:

once I installed this add-on, Paul M's "Display Unread Posts and Reputation Comments" no longer displays number of unread posts even though they are out there.

https://vborg.vbsupport.ru/showthread.php?t=231060

However, if I click on "You Have No Unread Posts", it will list all unread posts anyway.

Not sure who needs to do the fix, you or him, but sure would appreciate if something can be done because I would like to keep both of these mods.

Gero50
07-03-2010, 11:41 PM
Is this avatar in the header a link to the user profile or just a extra image.

goran424
07-04-2010, 05:18 AM
Is this avatar in the header a link to the user profile or just a extra image.

Not just an image, upon clicking on it takes you to Settings / Edit Avatar.

goran424
07-04-2010, 05:18 AM
There is a problem though:

once I installed this add-on, Paul M's "Display Unread Posts and Reputation Comments" no longer displays number of unread posts even though they are out there.

https://vborg.vbsupport.ru/showthread.php?t=231060

However, if I click on "You Have No Unread Posts", it will list all unread posts anyway.

Not sure who needs to do the fix, you or him, but sure would appreciate if something can be done because I would like to keep both of these mods.

Never mind, problem is gone now....

BlueCheri
07-04-2010, 06:43 AM
Installed for 4.0.4, works fine for it :)

Thanx

Gero50
07-04-2010, 09:02 AM
Installed perfectly. Thanks a bunch.

JesusSuarz
07-20-2010, 05:00 AM
I change my template to make it this way:

http://img832.imageshack.us/img832/1218/avatarheader.jpg

I want is to display the user avatar after registering your account

kontagio.us
07-22-2010, 01:11 AM
In IE 8 with vBulletin 4.0.5 I get this error. It works perfectly fine with Firefox logged in as the same user and also with the admin account. See the code below the images.

IE 8 Regular view:
http://img80.imageshack.us/img80/539/regulart.jpg

IE 8 Compatibility view:
http://img80.imageshack.us/img80/9452/compatibility.jpg

What it looks like in Firefox:
http://img80.imageshack.us/img80/3151/firefoxgu.jpg

<table border="0">
<tr>
<td width="66" valign="top" style="padding-top: 1px;">{vb:raw header_avatar}</td>
<td valign="top" align="left"><vb:if condition="$notifications_total">
<dl class="th-dropdown">
<dt id="one-ddheader" onmouseover="ddMenu('one',1)" onmouseout="ddMenu('one',-1)"><img src="http://www.viralarchive.com/images/buttons/sortasc.png" border="0" /> {vb:raw bbuserinfo.username} - ({vb:raw notifications_total})</dt>
<dd id="one-ddcontent" onmouseover="cancelHide('one')" onmouseout="ddMenu('one',-1)">
<ul>
{vb:raw notifications_menubits}
<vb:else />
<dl class="th-dropdown">
<dt id="one-ddheader" onmouseover="ddMenu('one',1)" onmouseout="ddMenu('one',-1)"><img src="images/buttons/sortasc.png" border="0" /> {vb:raw bbuserinfo.username}</dt>
<dd id="one-ddcontent" onmouseover="cancelHide('one')" onmouseout="ddMenu('one',-1)">
<ul>
</vb:if>
<li><a href="{vb:link member, {vb:raw bbuserinfo}}" class="th-underline">My Profile</a></li>
<li><a href="profile.php?do=editprofile{vb:raw session.sessionurl_q}" class="th-underline">Edit Profile</a></li>
<li><a href="usercp.php{vb:raw session.sessionurl_q}" class="th-underline">My Settings</a></li>
<li><a href="profile.php?do=buddylist{vb:raw session.sessionurl_q}" class="th-underline">Friends & Contacts</a></li>
<li><a href="private.php{vb:raw session.sessionurl_q}">Private Messages</a></li>
</ul>
</dd>
</dl><div style="margin: 0px 0px 7px 0px; font-size: 11px;"><b>Last Login:</b> {vb:raw pmbox.lastvisitdate}</div>
<div style="width: 194px; color: #FFF; padding: 4px 4px 4px 4px; background:#28437c; font-size: 11px;">

<vb:if condition="$show['admincplink']"><b><a href="http://www.viralarchive.com/admincp/index.php" class="th-underline">Admin</a></b> - </vb:if>

<b><a rel="help" href="http://www.viralarchive.com/xperience.php">Statistics</a><b>&nbsp;-&nbsp;<b><a href="login.php?{vb:raw session.sessionurl}do=logout&amp;logouthash={vb:raw bbuserinfo.logouthash}" onclick="return log_out('{vb:rawphrase sure_you_want_to_log_out}')">Logout</a></b></div></td></tr>
</table>

Alex@Mk3OC
07-22-2010, 09:27 AM
Does anyone know how to get the avatar to point to the users member.php page instead of their edit avatar page?

deathtrancer
07-25-2010, 09:27 AM
Thank you, awesome work

movslow
07-27-2010, 04:03 PM
It doesn't work w/this skin here --> https://vborg.vbsupport.ru/showthread.php?t=242855 (CF1), b/c they don't have a "toplinks" pointer in the HEADER template.

Any ideas?

Thanks
:up:

farhanisfarhan
07-27-2010, 08:10 PM
Nice One...

surfer2124
08-06-2010, 04:49 PM
How do I use in a widget?

surfer2124
08-13-2010, 08:02 PM
Is this mod supported?

Seven Skins
08-13-2010, 08:34 PM
It is ... if you use it in default skin and in the header not in a widget.

PreciseDemise
08-13-2010, 09:27 PM
Nice! :D Maybe this will get hte lazy buggers to up load one :D

Thanks guys =)

8thos
09-26-2010, 04:42 AM
Works great!

8thos
10-04-2010, 02:12 AM
I take that back. This is the mod that screwed up my main login page.

https://vborg.vbsupport.ru/showthread.php?t=251567

Mr_Running
10-27-2010, 11:49 AM
Great Job Seven Skins works with 4.0.8 default. I thought it needed sharing that it works :)

I added the border and when I remove the width and height settings I lose the border. I know this combo will work but I could use a little help and It would be great to have it below the logout.

Maybe Carrlos would be willing to help :) not to single you out friend :)
I had a problem with this because my avatar is not a perfect square. To fix, I removed the width and height settings completely from the plug-in and changed the margin-right in the header to 80px (my default forum max size is 80x80). ;)

what do I need to remove width and height...or do I need to find "profile.php?do=editavatar" ...if so where do I find it...LOL :)
I feel like I am trapped in a square box :) --> I like the square if it was an image but if it user uploads a random "photo" and does not square it up! It will be distorted. I guess user can learn to square their photos to look good but if they do not have to all the better.

I thought I would just remove this " width=\"60\" height=\"60\"
but no it did not work. Learning code is fun :)

$ava_urlX = $ava_url[0];
$ss_avatar = "<a href=\"profile.php?do=editavatar\"><img src=\"$ava_urlX\" width=\"60\" height=\"60\" style=\"border: 1px solid #FF0000;\" alt=\"Avatar\" /></a>";

Avatar in header mod is awesome!
Cheers,
:)
Mr_Running

sweetguy2004
10-28-2010, 07:50 AM
Thanks friend installed!

Mobo
11-09-2010, 02:35 PM
Great Job Seven Skins works with 4.0.8 default. I thought it needed sharing that it works :)

I added the border and when I remove the width and height settings I lose the border. I know this combo will work but I could use a little help and It would be great to have it below the logout.

Maybe Carrlos would be willing to help :) not to single you out friend :)


what do I need to remove width and height...or do I need to find "profile.php?do=editavatar" ...if so where do I find it...LOL :)
I feel like I am trapped in a square box :) --> I like the square if it was an image but if it user uploads a random "photo" and does not square it up! It will be distorted. I guess user can learn to square their photos to look good but if they do not have to all the better.

I thought I would just remove this " width=\"60\" height=\"60\"
but no it did not work. Learning code is fun :)

$ava_urlX = $ava_url[0];
$ss_avatar = "<a href=\"profile.php?do=editavatar\"><img src=\"$ava_urlX\" width=\"60\" height=\"60\" style=\"border: 1px solid #FF0000;\" alt=\"Avatar\" /></a>";

Avatar in header mod is awesome!
Cheers,
:)
Mr_Running

I was able to get it to work. Here is what my section of that code looks like:

$ava_urlX = $ava_url[0];
$ss_avatar = "<a href=\"profile.php?do=editavatar\"><img src=\"$ava_urlX\" border=\"0\" alt=\"Your Avatar\" /></a>";

Hope this helps.

Outbackmark
11-10-2010, 02:27 AM
I like this mod, just one problem, your code does not use the full server path to functions_user.php which causes problems with other mods, any chance of rectifying this?

hardboiled
11-10-2010, 08:17 PM
Installed, works great. Thank you.

blake247
11-12-2010, 01:21 AM
Installed this mod, now I get "Own3d By Cyb3R"

Seven Skins
11-13-2010, 12:56 PM
^^ You can open this hack in the notepad and see the code ... there is no way this hack can do this.

ROTPAR
11-26-2010, 01:24 PM
Installed this mod, now I get "Own3d By Cyb3R" you got hacked because of this mod? or what do you want to say?

OldSchoolDSL
12-29-2010, 11:00 PM
Installed & working

4.1 PL2

OldSchoolDSL
01-17-2011, 05:48 PM
Installed & working

4.1 PL2

Un-installed

It was nice eye candy, but really only added to the load.

GamersChallenge
10-02-2011, 06:48 AM
I want to display unkown.gif even if the user is not loged in. how do I that?

ps. works great on 1.1.5 pl1

Scalemotorcars
10-22-2011, 12:35 AM
Great mod I tweaked it a little to work in my footer.

@ GamersChallenge

I had the same questions and actually came up with a very easy answer. I just used the unknow.gif wrapped by the Guest conditional. Heres my code, feel free to weak as needed.

<div style="float:left; margin-right: 10px; margin-bottom: 5px;">{vb:raw ss_avatar}</div>
<vb:if condition="$show['guest']"><div style="float:left; margin-right: 10px; margin-bottom: 5px;"><img src="images/misc/unknown.gif" alt="" title="" /></div></vb:if>


Here's a link, check the footer to see it in action. http://www.scalemotorcars.com

Opp's I should be a little more clear on where to look. Bottom right with the kit motor boxart. Once a member log's in that changes to the users avatar. :up:

FReeSTER
11-12-2011, 01:36 AM
very nice mate thanks

Emeralda
02-11-2012, 02:42 PM
Really nice, though because we use kinda big avatars (150x200 even) and not square, I had to modify the code a bit for a 100px high header:

$ss_avatar = "<a href=\"profile.php?do=editavatar\"><img src=\"$ava_urlX\" height=\"90\" border=\"0\" alt=\"Avatar\" /></a>";

It doesn't set the width, letting proper proportions to stay.

OcR Envy
03-22-2012, 01:28 AM
blah can delete.

wabbits
04-12-2012, 02:23 AM
Nice touch cheers for that.:up:

ywwz
04-12-2012, 11:39 AM
working on 4.1.11

marccap
04-25-2012, 05:42 PM
added nice

chrisngrod
05-17-2012, 12:47 AM
https://vborg.vbsupport.ru/external/2012/05/34.jpg

https://vborg.vbsupport.ru/external/2012/05/35.jpg




Actually used your plugin to help with a couple of different things.

4.1.12

Thanks a lot!

ywwz
07-05-2012, 07:05 AM
works fine on 4.2.0

imported_polygrinder
07-05-2012, 10:45 PM
Awesome. Using it on 4.2

sebk1
07-27-2012, 11:00 AM
Hi dudes, I have a little problem on my 4.2 ...
Any idea ?

https://vborg.vbsupport.ru/external/2012/07/6.jpg (http://www.hostingpics.net/viewer.php?id=970534Sanstitre.jpg)

Thanks ! :)

Seven Skins
07-27-2012, 05:50 PM
There is something seriously wrong with your style or vBulletin code as {vb:raw ss_avatar} should not be visible after the templates has been rendered. See if the code works in your default style.

zascok
08-01-2012, 12:29 PM
taget, tia

zascok
08-03-2012, 07:07 PM
Installed. Any chance that avatar can be show on the right -top corner instead of nav-bar please? I'm using fixed width

Seven Skins
08-05-2012, 08:32 PM
It is on right top corner see this: https://vborg.vbsupport.ru/attachment.php?attachmentid=107678&d=1261086383

Or you want that on top of "toplinks"?

ViciousCode
08-30-2012, 03:50 AM
does not work for me in 4.2.0 PL2

avatar wont show up

Seven Skins
08-30-2012, 05:54 PM
Live demo (http://www.sevenskins.com/forum/forum.php?styleid=41)

Login to see the avatar.

User: Mike
Pass: vborg

Mark_Zuckerberg
09-29-2012, 09:45 PM
uninstalled bad mod messed up my header for guests login button etc

puncol
05-10-2013, 12:56 PM
I do not know but avatar is not showing up ;) I am using 4.2.1 version.

goxy63
09-14-2013, 02:33 PM
Cool

Installed VB.4.2 , thank you

edited:
When hoovering over avatar it says "Your Avatar"...where to change that, I think that something like "Edit Avatar" is much better?
Cant find it within phrases...

ozzy47
09-14-2013, 04:04 PM
You need to change it in the plugin, Header Avatar that is for this mod, look for this, alt=\"Your Avatar\"

DemOnstar
09-14-2013, 04:09 PM
Cool

Installed VB.4.2 , thank you

When hovering over avatar it says "Your Avatar"...where to change that, I think that something like "Edit Avatar" is much better?
Cant find it within phrases...

Same here, would like to change to users name. Looks good though....

Thanks for your effort...

DemOnstar
09-14-2013, 04:32 PM
You need to change it in the plugin, Header Avatar that is for this mod, look for this, alt=\"Your Avatar\"

Found alt=\"Your Avatar\"

Got it...

Ta.....

DemOnstar
09-14-2013, 04:56 PM
After logging out, the avatar is displayed until page refresh. This is just a little irritating...

Other than that, well done!

A few things I would like to do with this is have the position fixed so that it is always there as I scroll...This is what I will attempt to do...

Be nice to add a drop down menu to it also..

I will never attempt that...Over my head...

goxy63
09-14-2013, 05:05 PM
sometimes simple things are best, as for me no need to make this more complicated...

DemOnstar, to display user name there for what? if I may ask, just few cm to the left of avatar user can read his nickname, just no need for that...I chenged from "Your Avatar" to "Edit Avatar" as this will help new users ...noticed that they ask a lot how to change avatar so this mod is perfect :D

DemOnstar
09-14-2013, 05:15 PM
DemOnstar, to display user name there for what?

I changed that idea, as you can see, I opted for something else...

Don't get me wrong, I like it the way it is, I just want to try to improve it...
Never done anything like this before...

You never know, one day, I may be capable of releasing a mod to the world?

Small steps...

I.G.O.T.A.
09-26-2013, 11:44 PM
Anyway I can change the size of the avatar?

ozzy47
09-26-2013, 11:54 PM
ACP --> Plugins & Products --> Plugin Manager

Search the list for Header Avatar and click on edit.

Now search the code for the following.
width=\"60\" height=\"60\"

You can change 60 to what value you wish.

Benedicte
09-27-2013, 06:56 AM
ACP --> Plugins & Products --> Plugin Manager

Search the list for Header Avatar and click on edit.

Now search the code for the following.
width=\"60\" height=\"60\"

You can change 60 to what value you wish.

Thank you! :D

ozzy47
09-27-2013, 09:24 AM
Not a problem, glad to help. :)

RedHacker
05-15-2016, 10:02 PM
Not show correct with 4.1.7 Version. Any help to fix this ?

MarkFL
05-15-2016, 11:47 PM
Not show correct with 4.1.7 Version. Any help to fix this ?

The developer of this mod states:

PS. Minimum height for the logo you are using must be 65 pixels, or else the avatar will be hidden behind the navbar.

RedHacker
05-16-2016, 12:28 AM
The developer of this mod states:

Can i find the official logo of vBulletin in this size ?

MarkFL
05-16-2016, 12:48 AM
Can i find the official logo of vBulletin in this size ?

You may be able to get away with giving your current default logo a bottom margin of 20px, which will give the entire element the required minimum height. To try this, add to your "additional.css" template the following selector:

.logo-image {
margin-bottom: 20px;
}

RedHacker
05-16-2016, 12:52 AM
You may be able to get away with giving your current default logo a bottom margin of 20px, which will give the entire element the required minimum height. To try this, add to your "additional.css" template the following selector:

.logo-image {
margin-bottom: 20px;
}

Thanks now it is perfect

RedHacker
06-20-2016, 04:52 AM
Hello i have installed this mod : https://vborg.vbsupport.ru/showthread.php?t=227947

But not show avatar selected in header.

RedHacker
08-31-2021, 03:23 AM
Hello i have installed this mod : https://vborg.vbsupport.ru/showthread.php?t=227947

But not show avatar selected in header.

Anyone to help me for this ?