vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Profile Enhancements - Personal User Badges (https://vborg.vbsupport.ru/showthread.php?t=300604)

OUTL4W 12-05-2013 12:57 PM

Quote:

Originally Posted by ozzy47 (Post 2465191)
Your not in Kansas anymore.......

not sure if that means its in your backlog or not but figured it out. I use this method now instead of creating numerous usergroups.

Before finding this mod we created custom user-groups when member paid with vbcredits for requesting a custom user-title/badge....currently we have 110+ user-groups on one forum, using vb3.8.7, that only contain 1 member in order to show these custom ranks/badges/usertitles under avatar in posts....and it's becoming very convoluted.

We now use this mod(personal user badge) but set the "field editable by user" to "no" and set the "Display Page" to "Options: other" and then insert the url link into the field via the ACP when viewing the member's profile via "search for users". Have set up 4 custom user-titles profile fields this way. And now mods can accomplish this without admin intervention of creating specific usergroup.

But its beyond me on how to display it on "MEMBERINFO" template where the ranks/usertitle's show up across from member name currently.

Jordan S Smith 12-11-2013 01:51 PM

Quote:

Originally Posted by MikeBeams (Post 2465058)
Can you tell me if and how to add an option where I can set it so only certain usergroups can use this?

The easiest way would be to simply add a few lines of code that say 'only this usergroup may display a userbadge' while the option would still appear under other usergroups, the images wouldn't display.

I'll update this post later when I have the time to work out the code. I might also try and update with how to make the option usergroup specific. I'm currently at university right now and have finals today. I apologize for the inconvenient wait.

A vb condition should take care of this. Try this:

Code:

<vb:if condition="is_member_of($bbuserinfo, x,x,x)">Wrap these around the userbadge code.</vb:if>
If you only need one usergroup then remove the second and third 'x' replacing the first with the usergroup id you want. This will allow users of a single or multiple usergroups to display their user badge.

Jordan S Smith 12-12-2013 03:26 PM

Quote:

Originally Posted by OUTL4W (Post 2465932)
not sure if that means its in your backlog or not but figured it out. I use this method now instead of creating numerous usergroups.

Before finding this mod we created custom user-groups when member paid with vbcredits for requesting a custom user-title/badge....currently we have 110+ user-groups on one forum, using vb3.8.7, that only contain 1 member in order to show these custom ranks/badges/usertitles under avatar in posts....and it's becoming very convoluted.

We now use this mod(personal user badge) but set the "field editable by user" to "no" and set the "Display Page" to "Options: other" and then insert the url link into the field via the ACP when viewing the member's profile via "search for users". Have set up 4 custom user-titles profile fields this way. And now mods can accomplish this without admin intervention of creating specific usergroup.

But its beyond me on how to display it on "MEMBERINFO" template where the ranks/usertitle's show up across from member name currently.

What exactly is your issue? You want the user badge to appear where? Currently I've only coded it to appear in the postbit.

OUTL4W 12-12-2013 05:19 PM

I adapted this for a 3.8.7 forum I help admin & finally figured out how to show it on the MEMBERINFO template by using:
Code:

<if condition="$userinfo[field19]"><img src="$userinfo[field19]"<p style="float:right; margin-top:0px;"></if>


All times are GMT. The time now is 02:06 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.01653 seconds
  • Memory Usage 1,728KB
  • 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
  • (4)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