The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
Quote:
|
#12
|
||||
|
||||
that's pretty cool
|
#13
|
||||
|
||||
I added this:
Code:
if ($userinfo[userid]==1) { $userinfo[activity] = 'firefly'; } Code:
default: $userinfo[activity] = 'unknown'; } Code:
case 'firefly': $userinfo[where] = "Ah-ah, no peeking, $bbuserinfo[username]! ;-)"; break; Code:
default: // Let's show the admin the location but put something false up for everyone else.. |
#14
|
|||
|
|||
Simple, but kinda cool.
Removed my very long quote. Please don't post long quotes, especially when it's just a message above. |
#15
|
||||
|
||||
it's quite a neat feature...
|
#16
|
||||
|
||||
I'll be adding this one. leased:
|
#17
|
||||
|
||||
If you're already using v2.2.0, you can also do this.
Add this: Code:
if ($userinfo[usergroupid]==6) { $userinfo[activity] = 'admin'; } Code:
default: $userinfo[activity] = 'unknown'; } Code:
case 'admin': $userinfo[where] = "This is the text that will appear for all admins!"; break; Code:
default: // Let's show the admin the location but put something false up for everyone else.. In online.php, add this: Code:
$userinfo[$key][usergroupid] = $user[usergroupid]; Code:
$userinfo[$key][invisible] = $user[invisible]; |
#18
|
||||
|
||||
hehe
gr8 hack FireFly muchas gracias |
#19
|
||||
|
||||
sweet hack.. i'll be giving it a try later on tonight..
thanks for the post. |
#20
|
|||
|
|||
aah! thats awesome.. ^^ uh... But it shows that for one of my guests.. O.o not supposed to is it? lol
grr.... Now it wont work no matter what i do... >_< lol -Syphin |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|