The Arcive of vBulletin Modifications Site. |
|
Homepage Button In Postbit Details »»
|
|||||||||||||||||||||||||
This will add a Homepage Icon to your postbit next to the Yahoo, MSN, etc... Icons for your members website (if they have one).
UPDATE: Added alt tag to img code. When you hover over the image it will now say "Go to _______'s homepage INSTRUCTIONS: Upload Attached image to your images/misc folder then make the following changes to the postbit template: In postbit, find: HTML Code:
{vb:raw post.icqicon} {vb:raw post.aimicon} {vb:raw post.msnicon} {vb:raw post.yahooicon} {vb:raw post.skypeicon}
HTML Code:
<!-- Homepage Start--> <vb:if condition="$show['homepage']"> <a href="{vb:raw post.homepage}" target="_blank" dir="ltr"><img src="images/misc/userhome.png" alt="Go to {vb:raw post.username}'s homepage" border="0" /></a> </vb:if> <!-- Homepage End--> Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
thanks, can this be altered so that when you hover over it, it says, "go to...........'s homepage"
|
|
#3
|
|||
|
|||
|
You would have to use the alt tag within the img code. Try replace the <img> part of the code with:
HTML Code:
<img src="images/misc/userhome.png" alt="Go to {vb:raw post.username}'s homepage" border="0" />
|
|
#4
|
|||
|
|||
|
Actually I just tried it and it does work!!
|
|
#5
|
|||
|
|||
|
Don't forget include this
|
|
#6
|
||||
|
||||
|
so it'll add X amount of home page links on the threads?
can you post a live demo so I can better understand the mod thx for sharing
|
|
#7
|
||||
|
||||
|
Quote:
![]() It simply adds a new icon to the postbit.. you see their icons for msn/yahoo etc so now there's a little house with a mouseover effect and they specify their home page by default via the usercp or when registering so your set .Mike |
|
#8
|
||||
|
||||
|
Very Cool, I actually misunderstood its function myself. thought it just took you to forum home. lol i was kind of scratching my head at the purpose of that. Good stuff Tagged
|
|
#9
|
|||
|
|||
|
LOL ok I added a little more to what this is used for
|
|
#10
|
||||
|
||||
|
|
![]() |
|
|