How can I make a conditional so some stuff I put in ad_below_top_breadcrumb ONLY appears on the main forum page - the standard landing page?
@tenants I noticed you playing with this when I searched maybe you can advise? or anyone else ... ?
How can I find out which template to edit?
Using your browser, view the page source and look for a line of code near the top of the page which begins <div id="content" class="; the class is the name of the template. So for the main forum page, the line of code is: <div id="content" class="forum_list">, which makes the template forum_list.
@Brogan thank you - but I'm getting error on line2 which makes it that line of code so there's something I haven't understood. Your post seemed to show you'd put the forum_list part in the conditional so I didn't need to do anything except close the 'if'
Now I have one tiny opposite thing to do and I'm done.
The same graphic as I just put at the top of the forum_list also appears much smaller on my sidebar which is on most pages. Obviously I dont want this to duplicate on forum_list
On the sidebar which is my own include template, I tried this