The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Hi in the template "forumdisplaybit"
there is a variable for the Thread Starter and is displayed as follows: <td bgcolor="{secondaltcolor}" width="30%" nowrap><normalfont>$thread[postedby]</normalfont></td> However this $thread[postedby] shows up in the forumdisplay page as a URL (ahref tag) that if clicked shows the profile of the member. I would like to take out the ahref tag completely, and just display the name of the topic starter. Could anyone please tell me how to do just this? Thanks!! |
#2
|
||||
|
||||
Open root/forumdisplay.php
Find (around line 613 in 2.2.2): PHP Code:
PHP Code:
That should work :up: |
#3
|
|||
|
|||
I guess there is no variable that will not have this tag removed. So it has to be a hack then. thanks a lot!
|
#4
|
||||
|
||||
No need to hack, at all, just use $thread[postusername] instead of $thread[postedby].
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|