The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
First, jo must creat a new "Plugin"
Plugin Attitudes: Produkt - vBulletin (Hook) - threadbit_process Titel - your choise PHP-Code: PHP Code:
Now search in template "threadbit": Code:
<if condition="$show['guestuser']"> $thread[postusername] <else /> Code:
<span style="cursor:pointer" onclick="window.open('member.php?$session[sessionurl]u=$thread[postuserid]', '_self')">Von $thread[postusername] : $thread[creationdate] um $thread[creationtime] Uhr</span> </if> </div> Snatch |
#12
|
|||
|
|||
Snatch thats great.
Big Thanks! Using 3.6.0 I added the plugin as you indicated, however in the threadbit template I found this code already exists: Code:
<span style="cursor:pointer" onclick="window.open('member.php?$session[sessionurl]u=$thread[postuserid]', '_self')">$thread[postusername]</span> It looks like this: Code:
<span style="cursor:pointer" onclick="window.open('member.php?$session[sessionurl]u=$thread[postuserid]', '_self')">$thread[postusername]</span> $thread[creationdate] $thread[creationtime] |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|