vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=155)
-   -   Staff avatars (https://vborg.vbsupport.ru/showthread.php?t=122623)

peterska2 07-30-2006 10:00 PM

Staff avatars
 
This is version 1 of my staff avatars modification.

What does it do? Adds a customised staff avatar per staff member to the postbit or postbit legacy

Known Limitations: This does not currently show in the profile page. This version is coming soon.

What is included with this modification? 1x template PSD for the image, and the instructions. The template was created in photoshop 6.0 so should work in all photoshop versions, and is layered for ease of editing.

maroceve 07-31-2006 08:22 AM

great :)

Snake 07-31-2006 09:19 AM

I love it! :)

Ziki 08-01-2006 04:08 PM

[high]* Ziki clicks install[/high]

But will wait until it is fully finished.Great work peterska2!Who's your mama?:p

eilrahC 08-03-2006 05:17 PM

awsome thanks!

MaLTRaiN 08-03-2006 07:14 PM

It's a great idea... but I didn't like the username on it, because many of my users has long nicks...

A tip for all who can't do this.

To my staff groups I give them the option for using a 165x100 avatar.

So, I did this templates:


https://vborg.vbsupport.ru/ https://vborg.vbsupport.ru/ https://vborg.vbsupport.ru/

And they can put their avatars on it, 90x90, and upload the avatars to their profile.

Mine, for example:

https://vborg.vbsupport.ru/

Thanks for the idea... and sorry for my english... :)

peterska2 08-03-2006 08:07 PM

Glad you like it.

The text on the template is simply because it is the PSD file that I use on my site. The option to just have them blank with the rank or whatever is up to you.

Please remember to click install if you use these.

MaLTRaiN 08-03-2006 11:28 PM

I did... by the way, I went to your forum yesterday... very cool the arcade icons on profile... :)

peterska2 08-03-2006 11:36 PM

Thanks :)

I like those ones that you have made BTW

bada_bing 08-04-2006 03:23 AM

Quote:

Originally Posted by MaLTRaiN
It's a great idea... but I didn't like the username on it, because many of my users has long nicks...

A tip for all who can't do this.

To my staff groups I give them the option for using a 165x100 avatar.

So, I did this templates:


http://www.asia-team.net/foros/image...inistrador.png http://www.asia-team.net/foros/images/misc/supermod.png http://www.asia-team.net/foros/image.../moderador.png

And they can put their avatars on it, 90x90, and upload the avatars to their profile.

Mine, for example:

http://www.asia-team.net/foros/images/misc/maltrain.png

Thanks for the idea... and sorry for my english... :)



WOw I like them.. Would you be interested in doing some for my site? PM me please.

Wired1 08-08-2006 12:07 PM

Cool beans peterska2 :)

Now we just need a vB 3.6.0 version lol! Anyone tested it yet?

peterska2 08-08-2006 07:25 PM

running smooth as a whistle on my 3.6.0 (which is actually what I wrote it on) :)

Wired1 08-08-2006 07:43 PM

Sweeeet :)

lasto 08-15-2006 08:21 PM

excellant how did i miss this :)

[high]* lasto licks install
[/high]

kk ill put me tongue away :)

loonytune15 10-30-2006 12:58 PM

did the version for the profile ever get made?

peterska2 10-30-2006 09:56 PM

Not as yet. If I get chance tonight I'll do it.

loonytune15 10-31-2006 06:08 AM

With creating custom images, is there anything in particular that I have to do??

peterska2 10-31-2006 08:24 AM

Make sure that they are all the same dimensions and if they are a different size to the template provided then you will need to adjust the code in the template to fit.

loonytune15 10-31-2006 12:30 PM

Code:

        <if condition="$show['avatar']">
<!-- check for staff -->
<if condition="in_array($post[usergroupid], array(5,6,7))">
<!-- I am staff so do this -->
<td class="alt2">
  <table cellpadding="4" cellspacing="0" border="0" width="124" height="82" align="center" background="images/$post[username]_avatar.gif" nowrap="nowrap" no-repeat>
      <tr>
        <td width="48%">&nbsp;</td>
<td><img src="$post[avatarurl]" height="56" width="56" align="center"></td>
      </tr>
  </table>
</td>
<else />
<!-- I am not staff so do this -->
  <td class="alt2">
      <a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a>
  </td>
</if>
</if>

Change those dimensions?

peterska2 10-31-2006 04:55 PM

Yes, all the dimensions for the table started with your highlighted row there.

loonytune15 11-01-2006 02:48 AM

cool..

something to work with.. :D

PoetJA-1975 01-21-2007 08:26 PM

Very nice share KERRY-ANNE - I think my staff Members are gonna be pleasantly surprised with their new staff badges ;)

Thanx! Working fabulously on 3.6.4

Jacquii.

V-S 01-27-2007 09:55 AM

i`m trying to add an extra image below a user name and above the user set avatar would this above code do this for me ?

Thanks

peterska2 01-27-2007 12:43 PM

No, use the user ranks feature built into vBulletin to do that.

This gives you avatars that look like the one I'm using here,

<------------

but they are generated automatically and allow users to change their inner avatar without having to redo the whole thing.

V-S 01-27-2007 01:20 PM

thanks kerry for the reply,

what i`m trying to do is for example as it stands now the way its layed out is

user name
rank
avatar
posts
location

what i want to do is for a certain user group only have it like this

username
usergroup image
rank
avatar
posts
location

any ideas of how to do this ?

sorry to hi-jack the thread

V-S 01-27-2007 04:08 PM

sussed it now

thanks for the pointer Kerry :up:

giotmuadong 02-05-2007 04:32 AM

i still don't understand it .. but i like Kerry-Anne avatar

Wired1 11-12-2007 07:44 PM

Quote:

Originally Posted by giotmuadong (Post 1174983)
i still don't understand it .. but i like Kerry-Anne avatar

This plugin came from the ideas started in this thread:
https://vborg.vbsupport.ru/showthread.php?t=120582

Is a 3.6.x version going to come out?

PoetJA-1975 11-12-2007 10:29 PM

It still works! I'm using 3.6.8 PL2 ----> http://jpicforum.info/miscellaneous/...tive-4994.html
You'll notice Administrator avatar in the 1st post - Also have Staff avatars for Mods & SuperMods...

Jacquii.

ThreeD 11-19-2007 01:21 PM

Doesn't this mod do the exact same thing as usergroups do?


All times are GMT. The time now is 08:55 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01427 seconds
  • Memory Usage 1,767KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (30)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete