I am working on my skin, and in template threadbit_announcementbit I found this block of code I cant seem to trigger.
HTML Code:
<if condition="$show['forumtitle']"><a href="forumdisplay.php?$session[sessionurl]f=$announcement[forumid]">$announcement[forumtitle]</a> </if>
I have removed the if condition around it, and placed it in a comment
Code:
<!-- <a href="forumdisplay.php?$session[sessionurl]f=$announcement[forumid]">$announcement[forumtitle]</a> -->
But no matter how I set my announcement, I am not pulling any data in this snippet of code. Is there another announcement section I am missing? Other than announcement manager in the admincp.
Code:
<!-- <a href="forumdisplay.php?f="></a> -->
This is vB3 btw.