vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Forum Home Enhancements - Usergroup Color Bar Legend (https://vborg.vbsupport.ru/showthread.php?t=228607)

hiepsi@ 12-09-2011 08:15 AM

Thank you !
4.1.7 working . OK :)

ruger 12-11-2011 08:42 PM

Works on my 4.1.8

insidegames 12-16-2011 09:49 PM

Quote:

Originally Posted by chrisngrod (Post 2248246)
Code:

{vb:raw template_hook.forumhome_wgo_pos2}
Find this in forumhome template and move it where you want it.

Thx now it looks like great :)

http://forum.insidegames.ch

Beatrix Kiddo 12-19-2011 04:53 AM

Working on 4.1.9 but with bugs. The bar displays twice and it kills the Whose Online display..

I LOVE this hack...can we please get an updated version that works with 4.1.9???

ruger 12-20-2011 08:26 AM

Quote:

Originally Posted by Beatrix Kiddo (Post 2279022)
Working on 4.1.9 but with bugs. The bar displays twice and it kills the Whose Online display..

I LOVE this hack...can we please get an updated version that works with 4.1.9???

I have upgraded to 4.1.9 since my last post and its working fine.

Beatrix Kiddo 12-23-2011 07:32 PM

1 Attachment(s)
I tried it again, fresh install..Still same problem. As you can see in the image the color bar displays twice and eliminates any user name that is online from showing up (Disables whose online display)

Any suggestions?

Alibass 12-23-2011 07:59 PM

Quote:

Originally Posted by Beatrix Kiddo (Post 2280517)
I tried it again, fresh install..Still same problem. As you can see in the image the color bar displays twice and eliminates any user name that is online from showing up (Disables whose online display)

Any suggestions?

Goto your forumshome_complete in the hooks location and try this code, it works for me on 4.1.9

Code:

if (THIS_SCRIPT == "index" and $vbulletin->options['ugcb_onoff'])
{
    $activeusers2 = '';
    $userbuls = split(',', $vbulletin->options['sirala']);

    foreach($userbuls AS $userbul)
    {
        $activeusers2 .= $vbulletin->usergroupcache["$userbul"]['opentag'] . ' ? ' . $vbulletin->usergroupcache["$userbul"]['title'] . $vbulletin->usergroupcache["$userbul"]['closetag'] . ' ';
    }
    $vbphrase['most_users_ever_online_was_x_y_at_z'] .= '<p><b>'.$activeusers2.'</b></p>';
}


Beatrix Kiddo 12-23-2011 08:09 PM

Quote:

Originally Posted by Alibass (Post 2280525)
forumshome_complete in the hooks location

Thank you for the suggestion, but I'm just not familiar enough with the guts of vb yet to have any idea where that is. I tried a search for forumshome_complete and drew a blank. Could you give a little more detail please?

Beatrix Kiddo 12-23-2011 08:15 PM

Boofo just linked me to an alternate product that works...Can't get this version going..Thanks to all...

Alibass 12-23-2011 08:20 PM

Quote:

Originally Posted by Beatrix Kiddo (Post 2280528)
Thank you for the suggestion, but I'm just not familiar enough with the guts of vb yet to have any idea where that is. I tried a search for forumshome_complete and drew a blank. Could you give a little more detail please?

In your admincp goto plugins and products /plugin manager and scroll down to you see Usergroup Color Bar and click edit to edit foumhome_complete. Save the original code and try my code, if it works fine if not you can put the orig back.


All times are GMT. The time now is 07:38 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.01427 seconds
  • Memory Usage 1,740KB
  • 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
  • (2)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