The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
Automated usergroup move through results by another code.
We are using the steam plugin here on the vBulletin forums, and I have a small request.
Is there a way possible, that there's a small system that checks a specific result of a persons information and act accordingly on it? For example: Code:
$html = '<br/>Steam Level: '.$steam_info['player_level']; $post['steamlevel'] .= $html; Quote:
And if possible; Code:
$visiblestate_words = array(0 => "<span style='color: #137500;'>Public</span>", 1 => "<span style='color: #FF0000;'>Private</span>", 2 => "<span style='color: #FF0000;'>Friends Only</span>", 3 => "<span style='color: #137500;'>Public</span>"); $html = '<br/>Profile Status: '.$visiblestate_words[$steam_info['communityvisibilitystate']]; $post['steamvisibilitystate'] .= $html; } For the steam level usergroup movement and the above communityvisibilitystate, I would appreciate if it has an exclusion code so it won't affect all usergroups. I appreciate the help . |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|