Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Template Modifications

Reply
 
Thread Tools
Show Avatars in your Forum-Staff-List Details »»
Show Avatars in your Forum-Staff-List
Version: 1.00, by Freki Freki is offline
Developer Last Online: Jul 2008 Show Printable Version Email this Page

Category: Mini Mods - Version: 3.6.7 Rating:
Released: 09-15-2007 Last Update: Never Installs: 31
 
No support by the author.

This little modification will show the avatars of your Staff in the Forum-Staff-List.

DEMO

I test it at VB 3.6.7 but I thought it will also work in 3.6.X. (no guaranty, ?cause not tested)

Changes you?ve made to:
In your showgroups_usergroupbit template search:
Code:
<td class="$bgclass">$user[onlinestatus]
after it set:
Code:
<br/><img src="image.php?u=$user[userid]" border="0">
Done!

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 09-16-2007, 04:48 AM
rainyleaves rainyleaves is offline
 
Join Date: Mar 2004
Posts: 227
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for Good idea.

You can get more good display with this code.

Template: showgroups_usergroupbit
Code:
Find :
<td class="$bgclass">$user[onlinestatus]</td>

Replace :
<td class="$bgclass">$user[onlinestatus]</td><td class="$bgclass"><img src="image.php?u=$user[userid]" border="0"></td>

Template: showgroups_usergroup
Code:
Find :
<td class="tcat" colspan="3">$user[title]</td>
Replace :
<td class="tcat" colspan="4">$user[title]</td>

Find :
<td class="thead">$vbphrase[contact]</td>
Replace :
<td class="thead" colspan="2">$vbphrase[contact]</td>
Reply With Quote
  #3  
Old 09-16-2007, 05:17 AM
Freki Freki is offline
 
Join Date: May 2007
Location: Germany
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Thanks for Good idea.

You can get more good display with this code.
THX; yes thats looks nice, too. :up:
But that way the colum for usernames and contact should be renamed also.
Reply With Quote
  #4  
Old 09-16-2007, 07:05 AM
rainyleaves rainyleaves is offline
 
Join Date: Mar 2004
Posts: 227
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry, My mistaken.

Fixed.
Template: showgroups_usergroup

Code:
Find :
<td class="tcat" colspan="3">$user[title]</td>
Replace :
<td class="tcat" colspan="4">$user[title]</td>

Find :
<td class="thead">&nbsp;</td>
Replace :
<td class="thead"  colspan="2">&nbsp;</td>
Reply With Quote
  #5  
Old 09-16-2007, 07:14 AM
Magnumutz's Avatar
Magnumutz Magnumutz is offline
 
Join Date: Feb 2006
Location: Romania
Posts: 731
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just tested it Frenki, and it doesn't work: http://haste-network.net/staff.html

Edit: i now see that we were supposed to have the avatars saved somewhere else? WTF?

Later Edit: Nevermind...
Reply With Quote
  #6  
Old 09-16-2007, 10:53 AM
princeedward's Avatar
princeedward princeedward is offline
 
Join Date: Jan 2007
Location: Deutschland
Posts: 901
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nice and thanks for this...is it possible also add to the top/title?

Stat: Status Title (Online/Offline)

Avatar: Avatar Title

i guess its possible also right?...and how can we make those no avatar...auto use the noavatar default image?

please view attachment below...

Attachment 69864

anyway...thanks and clicked install..

Reply With Quote
  #7  
Old 09-16-2007, 01:33 PM
rainyleaves rainyleaves is offline
 
Join Date: Mar 2004
Posts: 227
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by princeedward View Post
nice and thanks for this...is it possible also add to the top/title?

Stat: Status Title (Online/Offline)

Avatar: Avatar Title

i guess its possible also right?...and how can we make those no avatar...auto use the noavatar default image?

please view attachment below...

Attachment 69864

anyway...thanks and clicked install..

Yes, You can.

Template: showgroups_usergroup

Code:
Find :
<td class="tcat" colspan="3">$user[title]</td>
Replace :
<td class="tcat" colspan="5">$user[title]</td>

Find :
<td class="thead">&nbsp;</td>
Replace :
<td class="thead">Stat</td><td class="thead">Avatar</td>
Reply With Quote
  #8  
Old 09-16-2007, 01:56 PM
Freki Freki is offline
 
Join Date: May 2007
Location: Germany
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

THX for that support rainyleaves. :up:
Yes it is possible to change this modi so how you like it. I thought I will change my one a little bit, too, until I got the time for it. ( You know.... the work... )
Reply With Quote
  #9  
Old 09-16-2007, 02:42 PM
princeedward's Avatar
princeedward princeedward is offline
 
Join Date: Jan 2007
Location: Deutschland
Posts: 901
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default



...wonderful...mod...i really like it...i guess its not far enough to create almost the same of vB.org "Meet Our Staff"...right?

btw...i guess its good also if the avatar has a direct link to view public profile page...right?

OK...this is just an idea...and i guess its good also..if it's posible...

please view attachment below...

Attachment 69867

keep it up and best regards to all...

Reply With Quote
  #10  
Old 09-16-2007, 06:51 PM
Freki Freki is offline
 
Join Date: May 2007
Location: Germany
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by princeedward View Post
OK...this is just an idea...and i guess its good also..if it's posible...

please view attachment below...

Attachment 69867

keep it up and best regards to all...

I will take a look on it at the next days. I thought that should be possible.

Edit: SRY I just haven?t found the time for it. We moved with our Forum to another Server and I?ve many to do there...
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:47 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.04606 seconds
  • Memory Usage 2,295KB
  • Queries Executed 23 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (5)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete