The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
what am i doing wrong?
<a href="http://gamingne.com/forumdisplay.php?67-Meet-The-Founders"><img src="images/title/Founder.gif" title="Meet The Founders" width="200" height="75" /></a>
this is supposed to be a usergroup banner hyperlink back to meet the founders page. for some reason I cant get it to work. Have it in the description for that usergroup. |
#2
|
|||
|
|||
Why doesn't it work? What is showing instead? Do you have any URL to your site so we can see what goes wrong?
|
#3
|
|||
|
|||
gamingne.com
login as fudge, pw is 99camaro click any post by either admin, the founder banner should link back to founders page... the image is there but no hyperlink |
#4
|
||||
|
||||
Do you have HTML turned on?
|
#5
|
||||
|
||||
That banner is a rank...did you enter the HTML in your first post in this thread into the text field for "Rank Type" in your "User Rank Manager" and then run "update user titles and ranks" after adding, editing, and deleting user titles or ranks?
|
#6
|
|||
|
|||
oh crap ok, yea I keep forgetting the rank stuff. still doesn't allow me to hyperlink back to founders page
|
#7
|
||||
|
||||
On my local dev site, I have a link to the "Contact Us" page on the admin ranks, which works. The HTML I have for that is:
HTML Code:
<div class="rank_badge_wrapper" style="border-color:#FF8000" title="Contact Administrators"><a href="http://localhost/vbulletin/upload/sendmessage.php" target="_blank" style="text-decoration: none"><div class="rank_badge badge_admin">MLB Administrator</div></a></div> |
#8
|
|||
|
|||
oooh it works! =) ty!
|
#9
|
||||
|
||||
Yes, I had to use a lot of inline CSS to get it to work...and if you want I can add a plugin to inject CSS class selectors so the HTML in the rank definition will be simpler.
For others who may be interested, this is what I used: HTML Code:
<div style="position: relative; width: 175px; height: 50px; margin-bottom: -1.25em; background-image: url('http://gamingne.com/images/title/Founder.gif')" title="Meet The Founders"><a href="http://gamingne.com/forumdisplay.php?67-Meet-The-Founders" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%"></a></div> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|