The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Need Help with Putting a Link on Homepage only
Hi for the life of me i cant figure this out, i need to put a link on the mobile version of the forum but for it to only appear on the homepage only, I stuck the link in the footer but it shows up on every page and i cant figure out which template i need to edit or if theres a way for it to show on homepage only.
|
#2
|
|||
|
|||
just tried it and got this
PHP Warning: Invalid argument supplied for foreach() in ..../includes/functions.php on line 3823 ive tried loads but not getting anywhere, i did just try adding the link to forum home but no work. ] |
#3
|
||||
|
||||
+
It depends on the mobile style but on mine under vB3, it is possible to do this by simply placing the link between the two tags of a conditional like this one on the forumhome template. Code:
<if condition="$bbuserinfo['styleid']=#stylenumber"> <if condition="in_array(THIS_SCRIPT, array(index))">your link</if> </if> I guess it's the same with vB4. (im not a coder) --------------- Added [DATE]1582392925[/DATE] at [TIME]1582392925[/TIME] --------------- Quote:
... by editing the template.php Maybe someone else will help you better. |
#4
|
|||
|
|||
hm still getting the same, you would think you would just be able to add the text and link to the forumhome template, .
--------------- Added [DATE]1582393362[/DATE] at [TIME]1582393362[/TIME] --------------- ON vb4 it gets the news from the vbcms, i just need to pick the right template i suppose, what fun |
#5
|
||||
|
||||
Be careful, the conditional in vb4 are different. There is a vB: thing in the vB4 conditionals.
@++ |
#6
|
|||
|
|||
yeah im getting totally no where, someone wants a link on my mobile version of the vbulletin and whilst i can get it at the bottom of the page by editing footer i cant stop it from showing on every page, doing my nut in lol
--------------- Added [DATE]1582394820[/DATE] at [TIME]1582394820[/TIME] --------------- i was given this to try but it said something about unclosed tags <vb:if condition="$currentNodeIsHomepage"><URL Link></if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|