The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
![]() Quote:
Varname $vbphrase[searchnoresults_getnew] Text Sorry, there are no new threads to view.<br /><br /> You may search for threads updated during the previous 24 hours, <a href="search.php?{1}do=getdaily">here</a>. So, if I change it to: Sorry, there are no new threads to view.<br /><br /> You may search for threads updated during the previous 24 hours, <a href="search.php?{1}do=getdaily&exclude=xx,xx, xx,xx,xx">here</a>. That should work? I'll give it a go! Yeah, I've thought about embedding a graphic that changes by city, in the top right area of the Header, but I don't have a clue as to how to even start on that... I imagine a directory of cities containing the images. Then code it to alter the image according to the city chosen. The coding is where I'm lost...as you know! I'll keep leaning. Once again, thanks! EDIT: I just tried it and it worked perfectly! You've done it again! (Now tell me how to do those graphics....hehe) |
#12
|
||||
|
||||
![]()
If you had a directory, say /images/banners and in it you had things like banner1.png and banner2.png for forumid 1 and forumid2, you could do something like:
HTML Code:
<if condition="$foruminfo[forumid] == 1"> <img src="/images/banners/forum1.png" alt="$foruminfo[title_clean]" width="x" height="y"> </if> <if condition="$foruminfo[forumid] == 2"> <img src="/images/banners/forum2.png" alt="$foruminfo[title_clean]" width="x" height="y"> </if> |
#13
|
|||
|
|||
![]() Quote:
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|