The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I'm running VB3.7.0, have a few questions, this has been asked at official vb forums.
How do I remove "active members" from the "who's online" display on mainpage, only to guests...and registered members? The only ones to see it would be the admins. I have Gamertag/PSN profile fields, but don't know how to apply them to postbit. So... How do I add information that I added as profile fields to postbit? I asked a owner of another board about it, and he told me to use conditionals, but never which kinds of conditionals. How can I turn on "users viewing this forum" and put them on top of the forum display? The same question can be asked for thread display. |
#2
|
||||
|
||||
![]()
Find these lines in FORUMHOME:
HTML Code:
$vbphrase[members]: $numbermembers<if condition="$show['activemembers']">, <span title="<phrase 1="$vboptions[activememberdays]">$vbphrase[within_the_last_x_days]</phrase>">$vbphrase[active_members]: $activemembers</span> </if> HTML Code:
$vbphrase[members]: $numbermembers<if condition="$show['activemembers']"><if condition="!is_member_of($bbuserinfo, array(x,y,z))">, <span title="<phrase 1="$vboptions[activememberdays]">$vbphrase[within_the_last_x_days]</phrase>">$vbphrase[active_members]: $activemembers</span> </if></if> As for profile fields in postbit, see this article: How To Add Custom Profile Field Information To The Postbit |
#3
|
|||
|
|||
![]()
Thanks! I got them working last night, and am happy now.
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|