View Full Version : Need Help with Putting a Link on Homepage only
wraggster
02-22-2020, 12:07 PM
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.
wraggster
02-22-2020, 03:28 PM
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. ]
lange
02-22-2020, 03:29 PM
+
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.
<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 1582392925 at 1582392925 ---------------
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. ]
Take a look at https://vborg.vbsupport.ru/showthread.php?t=327747
... by editing the template.php
Maybe someone else will help you better.
wraggster
02-22-2020, 03:37 PM
hm still getting the same, you would think you would just be able to add the text and link to the forumhome template, .
--------------- Added 1582393362 at 1582393362 ---------------
ON vb4 it gets the news from the vbcms, i just need to pick the right template i suppose, what fun
lange
02-22-2020, 03:58 PM
Be careful, the conditional in vb4 are different. There is a vB: thing in the vB4 conditionals.
@++
wraggster
02-22-2020, 04:04 PM
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 1582394820 at 1582394820 ---------------
i was given this to try but it said something about unclosed tags
<vb:if condition="$currentNodeIsHomepage"><URL Link></if>
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.