vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Usergroup mark-up based off of userfield (https://vborg.vbsupport.ru/showthread.php?t=244868)

James Birkett 06-18-2010 11:39 PM

Usergroup mark-up based off of userfield
 
Hi guys,

Basically, I have a VIP usergroup (who all have the same permissions) and I want to be able to allow them to change their username colour by specifying a hex value (from a drop-down list) in their profile.

The only way I can think of doing this is by grabbing the field, then sending it to the fetch_musername hook and setting a custom $user['musername'] style.

I don't think the fetch_musername hook allows me to use the $post['fieldX'] variable globally across the forum, so I'm going to have to grab the field value (probably from fetch_userinfo) and send it to that hook.

Does anyone have any ideas on how I can accomplish this?


Thanks in advance.

--------------- Added [DATE]1276992160[/DATE] at [TIME]1276992160[/TIME] ---------------

Can anyone assist with this?

James Birkett 06-20-2010 05:48 PM

I've tried fetching the contents of the $post['fieldX'] variable and putting that directly into a plugin, but that has failed.

James Birkett 06-23-2010 09:12 PM

Does nobody have any idea on how to do this? I've tried all sorts!

Lynne 06-23-2010 09:20 PM

I think the hook would allow you to use the variable, however, did you look at the function? The $post variable, or whatever it is called when passed to the function, is called $user in the function. So, you would need to call it $user['fieldx'] in your plugin.

James Birkett 06-23-2010 09:50 PM

Hi Lynne,

I greatly appreciate the reply!

I have this code on the fetch_musername hook:

PHP Code:

if(!empty($user['field14']) && is_member_of($bbuserinfo6)){
$user['musername'] = "<span style=\"color:#".$user['field14'].";\">".$user['username']."</span>";


This doesn't seem to affect the username.

Lynne 06-24-2010 04:13 AM

James, go read the function. $bbuserinfo is nowhere in there. Not only that, in php, it would be $vbulletin->userinfo, not $bbuserinfo. But, as I said, the variable there is called $user.

James Birkett 06-24-2010 12:06 PM

Thanks Lynne, I've managed to get this to work now.


All times are GMT. The time now is 12:08 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.01677 seconds
  • Memory Usage 1,723KB
  • 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
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete