The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I don't know how to describe this well... and this might be a dumb thing to ask for but...
In Who's Online, when you're an admin and you get that ![]() Unless you mouseover and write down the link then type it in manually there is no good way to view what another user is viewing. |
#2
|
||||
|
||||
![]()
I forget what it's called, but there's a 3.x modification that does just that. It's either a template edit or a product, but shouldn't be too hard to find.
|
#3
|
|||
|
|||
![]()
Thanks! I'll try to find it, but in my cursory searching before posting here it didn't show up. If I can find it hopefully it could easily be ported for VB4.
You'd think this kind of thing would be a VB default feature, but oh well. EDIT: Apparently I didn't look very well: https://vborg.vbsupport.ru/showthrea...ght=who+online Now to see if I have the ability to port it ![]() Code:
<phpcode><![CDATA[$element = addslashes('<img src="$stylevar[imgdir_misc]/question_icon.gif" alt="$userinfo[location]" />'); $replace = addslashes('<a href="$vboptions[bburl]$userinfo[location]" target="_"><img src="$stylevar[imgdir_misc]/question_icon.gif" alt="$userinfo[location]" border="0" /></a>'); $vbulletin->templatecache['whosonlinebit'] = str_replace($element, $replace, $vbulletin->templatecache['whosonlinebit']); unset($element, $replace);]]></phpcode> |
#4
|
|||
|
|||
![]()
<a href="https://vborg.vbsupport.ru/showthread.php?t=231306" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=231306</a>
?? |
#5
|
|||
|
|||
![]()
Already posted that link... in the post right above you??
I fixed the syntax... but importing it isn't making the style changes. Code:
<phpcode><![CDATA[$element = addslashes('<img src=" {vb:stylevar imgdir_misc}/question_icon.gif" alt="{vb:raw userinfo.location}" />'); $replace = addslashes('<a href="{vb:raw userinfo.location}" target="_"><img src="{vb:stylevar imgdir_misc}/question_icon.gif" alt="{vb:raw userinfo.location}" border="0" /></a>'); $vbulletin->templatecache['whosonlinebit'] = str_replace($element, $replace, $vbulletin->templatecache['whosonlinebit']); unset($element, $replace);]]></phpcode> |
#6
|
|||
|
|||
![]()
Bump... can anyone help out with getting the install script working for VB4?
|
#7
|
|||
|
|||
![]()
The modification would need to be updated to vB4
|
#8
|
|||
|
|||
![]()
.... I already said I updated and tested the code manually... But that I don't know how to update the auto template script...
|
#9
|
|||
|
|||
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|