The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
yup.. how can I make my ranks linkable? I thought it was impossilbe until yesterday I stumbled upon this forum.
http://www.webhostingtalk.com/showthread.php?t=860534 You can actually click on the "Premium Member" rank and it opens a webpage. I want to know how I can do that. THanks in advance!
|
|
#2
|
||||
|
||||
|
Hm, they could have used a conditional around the rank code in the postbit template so that the rank image for Premium Members is clickable.
Like this: Code:
<if condition="$post['rank']">
<if condition="$post['usergroupid'] == X">
<div class="smallfont">
<a href="payments.php">$post[rank]</a>
</div>
</if>
</if>
I just posted this off the top of my head, so try it out and let me know if it doesn't work properly. I didn't test it.
|
|
#3
|
||||
|
||||
|
ok. I will give it a shot. thanks.
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|