vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Forum Home Enhancements - Yet Another Usergroup Legend (https://vborg.vbsupport.ru/showthread.php?t=181956)

arco 06-08-2008 10:00 PM

Yet Another Usergroup Legend
 
Well, failing to think of a unique name for this kind of mod, this is called Yet Another Usergroup Legend. :D

I noticed in the threads for the other similar mods, someone wanted to show the legend above the users, and other below the users. Since none of the other mods did that, I decided to put this together.

Purpose of mod
Show a legend of your selected usergroups.

Options
Product enabled or disabled
Select position of the Legend
Show leading title or not
Ordering of usergroups
Show/Hide tags around usergroups
Users can enter the tags they want the usergroups to be enclosed with

Install/Configure
Import the xml from Manage Products in your AdminCP. (Allow Overwrite to upgrade)
Go to vBulletin Options and select Yet Another Usergroup Legend for settings.

Version History:
1.0.0 - June 09, 2008
- Initial release.
1.0.1
- June 10, 2008
- Added option for show/hide tags around usergroups.
- Users can enter the tag they want to use around usergroups.

RvG2 06-09-2008 02:57 AM

thank you so much. :)

clicks install.

crkgb 06-09-2008 03:11 AM

The best one so far ))

The360Place 06-09-2008 03:20 AM

Installed. Thanks.

Lea Verou 06-09-2008 03:51 AM

Suggestions that came to mind when I came across this thread:
-Ability to select which usergroups will be shown
-Each usergroup name being a link to the usergroup's table in Show Forum Leaders, if that usergroup is shown there (would require a template edit for the anchor)
-Ability to control the markup that surrounds each usergroup name (eg personally, I don't like []s )
- Tooltip with the usergroup's description on each usergroup name

Rickeo 06-09-2008 10:16 AM

Defiantly the best so far has everything I wanted :)

Would be cool to be able to add tooltip descriptions :) of each usergroup and maybe when ever someone hovers over a username it says there title like Meber or Manager etc :) or the name of the group there in :)

I like *clicks install*

Cheers

Rick

KURTZ 06-09-2008 10:34 AM

Quote:

Originally Posted by Michelle (Post 1544680)
Suggestions that came to mind when I came across this thread:
-Ability to select which usergroups will be shown
-Each usergroup name being a link to the usergroup's table in Show Forum Leaders, if that usergroup is shown there (would require a template edit for the anchor)
-Ability to control the markup that surrounds each usergroup name (eg personally, I don't like []s )
- Tooltip with the usergroup's description on each usergroup name

i support this :)

anyway just another request arco :) i use PM's split hack so after the installation of your product i've got a weird stat box ... is possibile put the legend under the PM's add-on?

TIA (check the pic attached)

Ideal Web Tech 06-09-2008 10:43 AM

That is a tiny image...

KURTZ 06-09-2008 11:02 AM

Quote:

Originally Posted by Ideal Web Tech (Post 1544896)
That is a tiny image...

http://img259.imageshack.us/img259/8...1332zp2.th.png

[img=http://img259.imageshack.us/img259/8413/01shotjun091332zp2.th.png]

arco 06-09-2008 02:29 PM

Quote:

Originally Posted by KURTZ (Post 1544890)
anyway just another request arco :) i use PM's split hack so after the installation of your product i've got a weird stat box ... is possibile put the legend under the PM's add-on?

For now, change the execution order for this plugin to 6. You also need to change something in the plugin for the other mod, it seems to be missing a <br />.

Find in "Most Ever Users, Members & Guests" plugin:
Code:

$activeusers = $activeusers."<br />".$maxmemberstext." ".$maxgueststext;
Change to:

Code:

$activeusers = $activeusers."<br /><br />".$maxmemberstext." ".$maxgueststext;
I'll look into the other requests. I'm not particular amazing with coding, so can't promise anything. :)


All times are GMT. The time now is 10:54 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.01860 seconds
  • Memory Usage 1,739KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (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