The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
![]()
Yea I posted the code on http://www.truckmountforums.com/forums but it's only left of the header, I am not sure how to put it anywhere else. I just copy/pasted the code you gave me directly into the header file at the end.
|
#12
|
||||
|
||||
![]()
You'll need to get an image that flashes then use some code like
Code:
<div align="right" class="smallfont"><a href="register.php"><img src="/images/flashing.gif" border="0">Your text</a></div> |
#13
|
|||
|
|||
![]()
Okay I got that last code, so how can I embed both of the codes you gave me together to only show to unregistered users?
The 1st code allowed me to do that, but the new code you gave me shows to everyone. |
#14
|
||||
|
||||
![]() Code:
<if condition="$show[guest]"> <div align="right" class="smallfont"><a href="register.php"><img src="/images/flashing.gif" border="0">Your text</a></div> </if> |
#15
|
|||
|
|||
![]()
Hi Guys, what a great idea, i'm adding it to my site too, I've added the above codes but the flashing gif appears below the writing :erm: How can i get it to appear right after rather than below, here the code i have so far...
HTML Code:
<DIV ALIGN=RIGHT> <if condition="$show['registerbutton']"> You have a new PM! Click here <a href="$vboptions[bburl]/register.php$session[sessionurl_q]" rel="nofollow">here</a> to read it! <if condition="$show[guest]"> <div align="right" class="smallfont"><a href="register.php"><img src="http://i475.photobucket.com/albums/rr114/ukbusinesslive/newpm.gif" border="0"></a> </div> </if> </if> $ad_location[ad_header_end] ![]() Thanks in advance ![]() |
#16
|
||||
|
||||
![]() Quote:
Try this instead (not tested but should work and point you in the right direction)... Code:
<if condition="$show['registerbutton']"><div align="right">You have a new PM! Click here <a href="$vboptions[bburl]/register.php$session[sessionurl_q]" rel="nofollow">here</a> to read it! <a href="$vboptions[bburl]/register.php$session[sessionurl_q]"><img src="http://i475.photobucket.com/albums/rr114/ukbusinesslive/newpm.gif" border="0"></a></div></if> $ad_location[ad_header_end] |
#17
|
|||
|
|||
![]()
Thank you Kind Sir,
Will upload it now, Thanks again ![]() ![]() ****EDIT*** Works a treat Thanks again, I've just enabled sending newbies PM's, so let see how long it'll be to get my first member using this method ![]() |
#18
|
|||
|
|||
![]()
Just add the last code FRDS posted....works good here: http://www.truckmountforums.com/forums/
|
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|