vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Forum Home Enhancements - Usergrouplegend (https://vborg.vbsupport.ru/showthread.php?t=131945)

Surviver 11-21-2006 04:06 AM

Quote:

Originally Posted by domokun (Post 1121901)
Does this work with vB 3.5.4?

~ Domokun?

Only if you delete all executeorder="5" in ths XML :)

StuntFactoryX 11-21-2006 08:52 AM

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.

domokun 11-24-2006 03:28 PM

Quote:

Originally Posted by Surviver (Post 1122051)
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 :D

KSE 12-01-2006 01:27 AM

working on 3.6.4

YeşiLMeN 12-03-2006 10:43 AM

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


screenshot is Turkish but xml is English;)

alawee.blawee 12-03-2006 11:03 AM

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

YeşiLMeN 12-03-2006 11:13 AM

look here

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

i think you will find it:)



screenshot of my admincp
(my panel is Turkish)

alawee.blawee 12-03-2006 03:04 PM

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?

Surviver 12-04-2006 04:10 PM

Quote:

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


screenshot is Turkish but xml is English;)

Looks nice, too :)

Quote:

Originally Posted by alawee.blawee (Post 1130861)
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

alawee.blawee 12-04-2006 04:44 PM

Quote:

Originally Posted by Surviver (Post 1131690)
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


All times are GMT. The time now is 02:05 AM.

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.01189 seconds
  • Memory Usage 1,745KB
  • 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
  • (6)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete