wraggster
02-22-2020, 05:08 PM
IM running Vbulletin 4.23 and using the VBCMS on both the full version and the Mobile version, i want to display something only on the homepage or index page, is there a conditional i can use to do this, been searching all day and i can add to the Footer but that obviously shows on every page. So im after a conditional and the best place to put it ?
edit
Looks like i just need the name of the VBCMS page that displays the content on both the full and mobile versions. First page only
--------------- Added 1582403804 at 1582403804 ---------------
Fixed it with this code
<vb:if condition="$page_url == 'your link'">Your Content</vb:if>
put in vbcms page template above where it says footer :)
edit
Looks like i just need the name of the VBCMS page that displays the content on both the full and mobile versions. First page only
--------------- Added 1582403804 at 1582403804 ---------------
Fixed it with this code
<vb:if condition="$page_url == 'your link'">Your Content</vb:if>
put in vbcms page template above where it says footer :)