The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
looking for 3 small hacks
1. change user name into link (as seen here/search feature)
2. center forum name on homepage. 3. replace forum name on homepage with a pic. |
#2
|
|||
|
|||
also 1 more, where would i find how to make the (post#) appear like in the top right corner..
|
#3
|
||||
|
||||
well...to answer the first question, to make the username into a link, you just edit your postbit template and look for:
$post[username] and just add (for an ex.) something like: <a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$post[userid]" target="_blank">$post[username]</a> that well give you the users info |
#4
|
||||
|
||||
and for the one in your second post, about the post number on the upper right, go to https://vborg.vbsupport.ru/showthrea...threadid=22083 to get it
|
#5
|
|||
|
|||
thanks, but it added the link next to the username so it was like pHAZE_1[pHAZE_1] what would i do to correct that?
|
#6
|
||||
|
||||
you should just put in $post[username] (that well put in whatever username that posted there).
|
#7
|
||||
|
||||
pHAZE_1, please try to post your threads in the appropriate forums. You always post them in The Lounge, and it is getting tiresome to move them. Besides, you'll get more responses if you post in the correct forum to begin with.
|
#8
|
|||
|
|||
sorry about that, i will post in the correct forums for now on.
|
#9
|
||||
|
||||
Quote:
$post[username] and replace with: <a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$post[userid]" target="_blank">$post[username]</a> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|