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
  #12  
Old 09-25-2007, 04:46 PM
rainyleaves rainyleaves is offline
 
Join Date: Mar 2004
Posts: 227
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by princeedward View Post


...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...

You can get with this code.

Find:
<img src="image.php?u=$user[userid]" border="0">

Replace:
<a href="member.php?$session[sessionurl]u=$user[userid]"><img src="image.php?u=$user[userid]" border="0"></a>

Thats all...
Reply With Quote
  #13  
Old 09-26-2007, 04:31 PM
princeedward's Avatar
princeedward princeedward is offline
 
Join Date: Jan 2007
Location: Deutschland
Posts: 901
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

many thanks for your help and time bro. rainyleaves but it didn't work...what i want to make it happen...on my attachment image...

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

Okay, princeedward
You need edit more detail.

Template : showgroups_usergroupbit


Find: (This is 'showgroups_usergroupbit''s original code.)
Code:
<td class="$bgclass">$user[onlinestatus]</td>
	<td class="$bgclass">
		<a href="member.php?$session[sessionurl]u=$user[userid]">$user[musername]</a>

Replace: (You need change red code to your forum's main directory name.)
Code:
<td class="$bgclass">$user[onlinestatus]</td><td class="$bgclass"><a href="member.php?$session[sessionurl]u=$user[userid]"><img src="/forum/image.php?u=$user[userid]" border="0"></a></td>
	<td class="$bgclass">
		<a href="member.php?$session[sessionurl]u=$user[userid]">$user[musername]</a>
Luck!!
Reply With Quote
  #15  
Old 09-27-2007, 09:19 PM
princeedward's Avatar
princeedward princeedward is offline
 
Join Date: Jan 2007
Location: Deutschland
Posts: 901
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks once again for your help bro. rainyleaves....by doing this code...i manage to do my attachment...also made all leaders username big and italic...

Code:
<td class="$bgclass">$user[onlinestatus]</td><td class="$bgclass"><a href="member.php?$session[sessionurl]u=$user[userid]"><img src="image.php?u=$user[userid]" border="0"></a></td>
	<td class="$bgclass">
		<a href="member.php?$session[sessionurl]u=$user[userid]" class="bigusername" style="font-style: italic;">$user[musername]</a>



what i want to know if it's possible to add some of this leaders info below username:

Join Date:
Last Activity:
Current Location:
Homepage:


i mean can be seen to all leaders automatically



sorry for giving you all this headache job...

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

I can't because I'm not a coder.
I just can use little HTML code... Sorry...
Reply With Quote
  #17  
Old 09-28-2007, 07:51 AM
princeedward's Avatar
princeedward princeedward is offline
 
Join Date: Jan 2007
Location: Deutschland
Posts: 901
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

oh!...sorry for that...might coder anywhere out there see this and help us....anyway...thanks a lot for your time and help bro....

best regards...

Reply With Quote
  #18  
Old 09-28-2007, 07:18 PM
Magnumutz's Avatar
Magnumutz Magnumutz is offline
 
Join Date: Feb 2006
Location: Romania
Posts: 731
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It's nice, but can you make it work with vBSEO, cuz it's causing some problems...
Reply With Quote
  #19  
Old 10-04-2007, 08:46 AM
Nickbe Nickbe is offline
 
Join Date: Jul 2007
Posts: 116
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Not working it shows no change except for extra spacing between two groups. Any help??????????????
Reply With Quote
  #20  
Old 10-07-2007, 12:35 PM
Freki Freki is offline
 
Join Date: May 2007
Location: Germany
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Magnumutz View Post
It's nice, but can you make it work with vBSEO, cuz it's causing some problems...
VBSEO is running in our Forum, too. Should work.
Reply With Quote
  #21  
Old 10-10-2007, 03:17 PM
rdrunnr rdrunnr is offline
 
Join Date: May 2006
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

My user names, forums, and contact info headings are off a column, what did I do wrong?

http://www.clickclickracing.com/forums/showgroups.php
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 12:00 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.04430 seconds
  • Memory Usage 2,303KB
  • Queries Executed 25 (?)
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
  • (2)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
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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