• Support will be limited until May 1st, as I will be out of the office travelling. Thank you for your patience and understanding.

Question I would like to hide the Slider Widget when in Article Detail

Status
Not open for further replies.

mush490

Customer
Hi, I have the slider showing as a widget on my front page. When someone clicks into an article, I would like the slider NOT to show on the article detail page. How do I do this?
Thanks,
 
You'll need to set up your layouts & pages in such a way that the article detail page does not display that widget.

Unfortunately I am not familiar enough with the vBulletin CMS to be able to give you detailed instructions, however you should investigate the Layouts and Grids sections in the AdminCP, then try editing each article and setting different layouts.
 
I figured it out so I thought that I would let everyone how i did it. I edited the dbtech_vbslider template, adding an if condition around the code.

<vb:if condition="$vbulletin->nodeid == 1">

</vb:if>

This will only show the slider on nodeid 1 which is the home page. It works great for me!
 
Status
Not open for further replies.

Legacy vBSlider

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
839
Customer rating
0.00 star(s) 0 ratings
Back
Top