+ Reply to Thread
Results 1 to 8 of 8




  

Thread: vBulletin Mod or Just a Setting?

      
  1. #1
    Grand Masters Web Gazelle is a splendid one to beholdWeb Gazelle is a splendid one to beholdWeb Gazelle is a splendid one to beholdWeb Gazelle is a splendid one to beholdWeb Gazelle is a splendid one to beholdWeb Gazelle is a splendid one to beholdWeb Gazelle is a splendid one to beholdWeb Gazelle is a splendid one to beholdWeb Gazelle is a splendid one to beholdWeb Gazelle is a splendid one to beholdWeb Gazelle is a splendid one to behold Web Gazelle's Avatar
    Join Date
    January 23, 2007
    Location
    Heating Things Up On WTF
    Posts
    760
    Rep Power
    7
    Feedback Score
    0

    Default vBulletin Mod or Just a Setting?

    I am unsure if it is a mod that I need to install or just a setting in the Admin CP. How do I specify an image to be used as an avatar for a specific usergroup?

    Thanks.

  2. #2
    Zap
    Zap is offline
    I Love Lesbians! Zap has a reputation beyond reputeZap has a reputation beyond reputeZap has a reputation beyond reputeZap has a reputation beyond reputeZap has a reputation beyond reputeZap has a reputation beyond reputeZap has a reputation beyond reputeZap has a reputation beyond reputeZap has a reputation beyond reputeZap has a reputation beyond reputeZap has a reputation beyond repute Zap's Avatar
    Join Date
    September 29, 2006
    Location
    Canada, Eh?
    Posts
    4,385
    Rep Power
    10
    Feedback Score
    0

    Default

    I think that might be a plugin Kalina installed.
    Toronto Forum ♫ ♫ ♫ ♫ ♫ ♫ ♫ ♫ ♫ ♫ ♫ GET FREE EXPOSURE FOR YOUR BLOG!

  3. #3
    Grand Masters Web Gazelle is a splendid one to beholdWeb Gazelle is a splendid one to beholdWeb Gazelle is a splendid one to beholdWeb Gazelle is a splendid one to beholdWeb Gazelle is a splendid one to beholdWeb Gazelle is a splendid one to beholdWeb Gazelle is a splendid one to beholdWeb Gazelle is a splendid one to beholdWeb Gazelle is a splendid one to beholdWeb Gazelle is a splendid one to beholdWeb Gazelle is a splendid one to behold Web Gazelle's Avatar
    Join Date
    January 23, 2007
    Location
    Heating Things Up On WTF
    Posts
    760
    Rep Power
    7
    Feedback Score
    0

    Default

    I noticed your forums are showing a standard avatar for noobs when they sign up until they change it. I want to do something like that but for the banned users.

  4. #4
    Grand Masters Colleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond repute Colleen's Avatar
    Join Date
    September 22, 2006
    Location
    Canada
    Posts
    11,144
    Rep Power
    26
    Feedback Score
    0

    Default

    Let me take a look....

    Kalina added 4 Minutes and 54 Seconds later...

    Ok, in the postbit_legacy template (postbit if you're using that one instead)... I've used a conditional.

    To apply this to a specific usergroup, group ID 8, the banned usergroup, you're going to need to work in more conditionals, then what I have here....

    PHP Code:
    <if condition="$show['avatar']"><div style="clear:both;"><a href="member.php?$session[sessionurl]u=$post[userid]">
    <
    img src="$post[avatarurl]$post[avwidth$post[avheightalt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>"
     
    border="0" /></a></div><else /><if condition="$bbuserinfo[showavatars]"><div style="clear:both;">
    <
    br /><a href="register.php$session[sessionurl_q]rel="nofollow"><img src="images/avatars/wtf-default-avatar.gif" width="182" height="76"
     
    alt="Register today with our Webmaster Forum and put your own avatar here!" border="0" /></a></div></if></if> 
    Last edited by Colleen; Apr 3rd, 2008 at 4:00 pm. Reason: Automerged Doublepost

  5. #5
    Nips Spam in the Bud EmmaB is a splendid one to beholdEmmaB is a splendid one to beholdEmmaB is a splendid one to beholdEmmaB is a splendid one to beholdEmmaB is a splendid one to beholdEmmaB is a splendid one to beholdEmmaB is a splendid one to beholdEmmaB is a splendid one to beholdEmmaB is a splendid one to beholdEmmaB is a splendid one to beholdEmmaB is a splendid one to behold EmmaB's Avatar
    Join Date
    February 15, 2008
    Location
    Ontario, Canada
    Posts
    779
    Rep Power
    6
    Feedback Score
    0

    Default

    I was wondering the same thing.

  6. #6
    Jedi Master GRECO is on a distinguished road GRECO's Avatar
    Join Date
    April 17, 2008
    Location
    Greece
    Posts
    67
    Rep Power
    5
    Feedback Score
    0

    Default Re: vBulletin Mod or Just a Setting?

    Actually there is a plugin that does the job for you in case you don't wanna mess up things with codes. (though the above way works 100%)

    If you have a VB.org search for Default Avatar ( I think that is the title)

  7. #7
    Grand Masters Web Gazelle is a splendid one to beholdWeb Gazelle is a splendid one to beholdWeb Gazelle is a splendid one to beholdWeb Gazelle is a splendid one to beholdWeb Gazelle is a splendid one to beholdWeb Gazelle is a splendid one to beholdWeb Gazelle is a splendid one to beholdWeb Gazelle is a splendid one to beholdWeb Gazelle is a splendid one to beholdWeb Gazelle is a splendid one to beholdWeb Gazelle is a splendid one to behold Web Gazelle's Avatar
    Join Date
    January 23, 2007
    Location
    Heating Things Up On WTF
    Posts
    760
    Rep Power
    7
    Feedback Score
    0

    Default Re: vBulletin Mod or Just a Setting?

    Thanks Greco. Do you know if this mod can be set to use a default avatar for a specific user group?

  8. #8
    Jedi Master GRECO is on a distinguished road GRECO's Avatar
    Join Date
    April 17, 2008
    Location
    Greece
    Posts
    67
    Rep Power
    5
    Feedback Score
    0

    Default Re: vBulletin Mod or Just a Setting?

    The first version is for all usergroups.

    Currently I dont know if there is a newer version that lets you specify usergroups,though if you know some VB coding it will be easy to make it yourself.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Setting up a backup / mirror server
    By grim in forum Dedicated / VPS Hosting
    Replies: 4
    Last Post: Aug 20th, 2008, 5:07 pm
  2. vBulletin 3.7 RC4
    By EmmaB in forum Forum Management
    Replies: 1
    Last Post: Apr 25th, 2008, 11:35 am
  3. vBulletin 3.6.8-What to use for ads?
    By EmmaB in forum Forum Management
    Replies: 7
    Last Post: Mar 30th, 2008, 8:58 am
  4. Replies: 7
    Last Post: Sep 11th, 2007, 12:37 pm
  5. considering vBulletin
    By chovy in forum Forum Management
    Replies: 11
    Last Post: Dec 1st, 2006, 5:18 am

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
WebTalkForums
WebTalkForums
Recent Forum Threads