Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Usergrouplegend Details »»
Usergrouplegend
Version: 1.1.0, by Surviver Surviver is offline
Developer Last Online: May 2020 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 3.6.5 Rating:
Released: 11-18-2006 Last Update: 03-05-2007 Installs: 323
DB Changes Uses Plugins Template Edits
Additional Files  
No support by the author.

ACP Controlable Usergrouplegend

  • Whats this ?
    • This Hack adds a over the ACP controlable Usergrouplegend to your Forum (forumhome)
  • Features
    • You can choose Usergroups to show
    • Using the Usergroup Matkup
    • You can choose the Display Position (new)
    • Auto replacement
    • Sortable
  • Installation
    • Upload all Files
    • Import the attached Product File
    • have Fun !
  • Other
    • Some Screenshots are attached
    • If you like ist, please klick install

v 1.0.2
[+] Added Some Auto Replacement Options
v 1.1.0
[+] Added the Ability to sort Usergroups

Greeting, Surviver

Show Your Support

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

Comments
  #22  
Old 11-21-2006, 04:06 AM
Surviver's Avatar
Surviver Surviver is offline
 
Join Date: Feb 2006
Location: Bonn, Germany
Posts: 382
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by domokun View Post
Does this work with vB 3.5.4?

~ Domokun?
Only if you delete all executeorder="5" in ths XML
Reply With Quote
  #23  
Old 11-21-2006, 08:52 AM
StuntFactoryX StuntFactoryX is offline
 
Join Date: May 2006
Posts: 228
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks for the update, working in 3.6.3 now... works and fits well w/ paul m's hack to show all members visited today.
Reply With Quote
  #24  
Old 11-24-2006, 03:28 PM
domokun domokun is offline
 
Join Date: Jun 2006
Location: Section 9
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Surviver View Post
Only if you delete all executeorder="5" in ths XML
Cool, uh, how do I delete the executeorder="5"?

~ Domokun ^^

Edit - Wait, I figured it out. COOL INSTALLED AND WORKING GREAT!!! THANK YOU
Reply With Quote
  #25  
Old 12-01-2006, 01:27 AM
KSE KSE is offline
 
Join Date: Sep 2006
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

working on 3.6.4
Reply With Quote
  #26  
Old 12-03-2006, 10:43 AM
YeşiLMeN YeşiLMeN is offline
 
Join Date: Sep 2006
Location: Mardin / Turkey
Posts: 132
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

my friend your xml has been edited by Huor (Huor is my close friend)
i think it is better


screenshot is Turkish but xml is English
Reply With Quote
  #27  
Old 12-03-2006, 11:03 AM
alawee.blawee's Avatar
alawee.blawee alawee.blawee is offline
 
Join Date: Oct 2006
Location: IraQ
Posts: 290
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nice one but didn't work with me

i uploaded it but nothing happened even no new options appeared in the admin control panel

help hehe
Reply With Quote
  #28  
Old 12-03-2006, 11:13 AM
YeşiLMeN YeşiLMeN is offline
 
Join Date: Sep 2006
Location: Mardin / Turkey
Posts: 132
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

look here

Admincp>>vBulletin Options>>Forums Home Page Options>>Legend

i think you will find it



screenshot of my admincp
(my panel is Turkish)
Reply With Quote
  #29  
Old 12-03-2006, 03:04 PM
alawee.blawee's Avatar
alawee.blawee alawee.blawee is offline
 
Join Date: Oct 2006
Location: IraQ
Posts: 290
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

you are awesome

i really did it

but in the forum home nothing appeared while its active from the blugins area and done from forum options

now what can i do plz?
Reply With Quote
  #30  
Old 12-04-2006, 04:10 PM
Surviver's Avatar
Surviver Surviver is offline
 
Join Date: Feb 2006
Location: Bonn, Germany
Posts: 382
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by YeşiLMeN View Post
my friend your xml has been edited by Huor (Huor is my close friend)
i think it is better


screenshot is Turkish but xml is English
Looks nice, too

Quote:
Originally Posted by alawee.blawee View Post
you are awesome


i really did it

but in the forum home nothing appeared while its active from the blugins area and done from forum options


now what can i do plz?
Template: FORUMHOME

Find:
Code:
<div>$activeusers</div>
Add below:
Code:
$usergrouplegend
Open the Plugin "Legend" (forumhome_start)

and remove the following Code:
Code:
	$vbulletin->templatecache['FORUMHOME'] = str_replace(
		array(
			'<div>$activeusers</div>'
		),
		array(
			'<div>$activeusers</div>$usergrouplegend'
		),
		$vbulletin->templatecache['FORUMHOME']
	);
Then it will work !

Greetings Surviver
Reply With Quote
  #31  
Old 12-04-2006, 04:44 PM
alawee.blawee's Avatar
alawee.blawee alawee.blawee is offline
 
Join Date: Oct 2006
Location: IraQ
Posts: 290
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Surviver View Post
Looks nice, too



Template: FORUMHOME

Find:
Code:
<div>$activeusers</div>
Add below:
Code:
$usergrouplegend
Open the Plugin "Legend" (forumhome_start)

and remove the following Code:
Code:
	$vbulletin->templatecache['FORUMHOME'] = str_replace(
		array(
			'<div>$activeusers</div>'
		),
		array(
			'<div>$activeusers</div>$usergrouplegend'
		),
		$vbulletin->templatecache['FORUMHOME']
	);
Then it will work !

Greetings Surviver



awesome


you are the one


i've made it work with only the above note


thaaaaaaaaaaaaaaanks
Reply With Quote
Reply


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:07 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05224 seconds
  • Memory Usage 2,312KB
  • 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
  • (6)bbcode_code
  • (5)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
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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