Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons

Reply
 
Thread Tools
Show Usergroup Description on Show Groups Details »»
Show Usergroup Description on Show Groups
Version: 2, by Link14716 Link14716 is offline
Developer Last Online: Oct 2023 Show Printable Version Email this Page

Version: 3.5.0 Beta 4 Rating:
Released: 07-14-2005 Last Update: 07-14-2005 Installs: 11
Uses Plugins Template Edits
 
No support by the author.

This plugin shows the description of the usergroup on showgroups.php.

Enjoy.

Show Your Support

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

Comments
  #12  
Old 07-15-2005, 03:24 AM
Chris M's Avatar
Chris M Chris M is offline
 
Join Date: Dec 2001
Location: Northampton, England
Posts: 6,186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ah I've figured out why

For some reason the plugin I downloaded had:

Code:
<plugins>
	<plugin active="1" devkey="show_description_on_showg" product="vbulletin">
		<title>Show Description On Showgroups - Usergroup Loop</title>
		<hookname>showgroups_user</hookname>
		<phpcode>if (isset($locationfieldselect2)) {
	$locationfieldselect = $locationfieldselect2;
}
unset($locationfieldselect2);</phpcode>
	</plugin>
That should be:
Code:
<plugins>
	<plugin active="1" devkey="show_description_on_showg" product="vbulletin">
		<title>Show Description On Showgroups - Usergroup Loop</title>
		<hookname>showgroups_user</hookname>
		<phpcode><![CDATA[if (isset($locationfieldselect2)) {
	$locationfieldselect = $locationfieldselect2;
}
unset($locationfieldselect2);]]></phpcode>
	</plugin>


Satan
Reply With Quote
  #13  
Old 07-15-2005, 03:25 AM
Link14716's Avatar
Link14716 Link14716 is offline
 
Join Date: Jun 2002
Location: Georgia, USA
Posts: 2,519
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It looks like the xml file has some issues. It cut the devkey down, and since the differences are at the end, one of the plugins overwrote the other one. That hurts.

Delete the single plugin it added and I'll fix it.
Reply With Quote
  #14  
Old 07-15-2005, 03:27 AM
Link14716's Avatar
Link14716 Link14716 is offline
 
Join Date: Jun 2002
Location: Georgia, USA
Posts: 2,519
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Redownload it and the plugin file should work.
Reply With Quote
  #15  
Old 07-15-2005, 03:28 AM
Chris M's Avatar
Chris M Chris M is offline
 
Join Date: Dec 2001
Location: Northampton, England
Posts: 6,186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Link14716
It looks like the xml file has some issues. It cut the devkey down, and since the differences are at the end, one of the plugins overwrote the other one. That hurts.

Delete the single plugin it added and I'll fix it.
Hehe - I fixed it by myself manually but I though I'd let you know it was corrupted

Satan
Reply With Quote
  #16  
Old 07-15-2005, 04:23 AM
Wayne Luke's Avatar
Wayne Luke Wayne Luke is offline
Senior Member
 
Join Date: Jan 2002
Location: Southern California
Posts: 1,694
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Did you see my post on vBulletin.com about this? I deleted it when I figured out it needed to be done in the code.

Anyways, thanks. Will be installing this on my site once I go live with 3.5.0.
Reply With Quote
  #17  
Old 07-15-2005, 04:48 AM
Link14716's Avatar
Link14716 Link14716 is offline
 
Join Date: Jun 2002
Location: Georgia, USA
Posts: 2,519
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Wayne Luke
Did you see my post on vBulletin.com about this? I deleted it when I figured out it needed to be done in the code.

Anyways, thanks. Will be installing this on my site once I go live with 3.5.0.
Yep. I was going to post a link to the code mod version I did right after I saw it, but the thread disappeared on me.
Reply With Quote
  #18  
Old 10-17-2005, 07:00 PM
Oblivion Knight's Avatar
Oblivion Knight Oblivion Knight is offline
 
Join Date: May 2002
Location: Sheffield, UK
Posts: 1,757
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm quite surprised that this isn't a default feature, even if usergroup descriptions generally aren't used..

Installed, thanks Matt.
Reply With Quote
  #19  
Old 10-31-2005, 05:45 AM
Oblivion Knight's Avatar
Oblivion Knight Oblivion Knight is offline
 
Join Date: May 2002
Location: Sheffield, UK
Posts: 1,757
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This doesn't work for Moderators that are assigned to a forum (using $moderatorbits).

Is there any way to get around that?
Reply With Quote
  #20  
Old 08-21-2008, 08:34 PM
robertpro2a robertpro2a is offline
 
Join Date: Mar 2008
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Why is it not showing anything? I've followed your directions to the 'T'. And I have descriptions on them set.

Added the code and everything:

<if condition="$user['description']"><br /><span class="smallfont">$user[description]</span></if>

I even replaced it with "TEST" and that text shows up, but it's as if $user[description] is a NULL value.
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 04:51 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.04631 seconds
  • Memory Usage 2,290KB
  • Queries Executed 24 (?)
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
  • (2)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
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)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