By default you cant place an adadvertisement under FORUM > BELOW NAVBAR. There isn't such an option.
So i search the web for an alternate way to do it.
1st : i go to FORUMDISPLAY
Then add this code below
<vb:if condition="in_array($forum['forumid'], array(1,2,3))">Show this code on forum 1, 2 and 3</vb:if>
Together with my html code
<img class="aligncenter size-large wp-image-680502" title="20130425_SECRET" src="[URL="http://www.vbulletin.com/forum/core/view-source:http://static3.allkpop.com/wp-content/uploads/2013/04/20130425_SECRET-600x400.jpg"]http://static3.allkpop.com/wp-content/uploads/2013/04/20130425_SECRET-600x400.jpg[/URL="http://www.vbulletin.com/forum/core/view-source:http://static3.allkpop.com/wp-content/uploads/2013/04/20130425_SECRET-600x400.jpg"]" alt="" height="400" width="600">
Final code will be
<vb:if condition="in_array($forum['forumid'], array(1,2,3))"><img class="aligncenter size-large wp-image-680502" title="20130425_SECRET" src="[URL="http://www.vbulletin.com/forum/core/view-source:http://static3.allkpop.com/wp-content/uploads/2013/04/20130425_SECRET-600x400.jpg"]http://static3.allkpop.com/wp-content/uploads/2013/04/20130425_SECRET-600x400.jpg[/URL="http://www.vbulletin.com/forum/core/view-source:http://static3.allkpop.com/wp-content/uploads/2013/04/20130425_SECRET-600x400.jpg"]" alt="" height="400" width="600"></vb:if>
and I'll add everything to FORUMDISPLAY, under "{vb:raw navbar}" Is this correct?
I tired this method but it didnt work. Please advice.
So i search the web for an alternate way to do it.
1st : i go to FORUMDISPLAY
Then add this code below
<vb:if condition="in_array($forum['forumid'], array(1,2,3))">Show this code on forum 1, 2 and 3</vb:if>
Together with my html code
<img class="aligncenter size-large wp-image-680502" title="20130425_SECRET" src="[URL="http://www.vbulletin.com/forum/core/view-source:http://static3.allkpop.com/wp-content/uploads/2013/04/20130425_SECRET-600x400.jpg"]http://static3.allkpop.com/wp-content/uploads/2013/04/20130425_SECRET-600x400.jpg[/URL="http://www.vbulletin.com/forum/core/view-source:http://static3.allkpop.com/wp-content/uploads/2013/04/20130425_SECRET-600x400.jpg"]" alt="" height="400" width="600">
Final code will be
<vb:if condition="in_array($forum['forumid'], array(1,2,3))"><img class="aligncenter size-large wp-image-680502" title="20130425_SECRET" src="[URL="http://www.vbulletin.com/forum/core/view-source:http://static3.allkpop.com/wp-content/uploads/2013/04/20130425_SECRET-600x400.jpg"]http://static3.allkpop.com/wp-content/uploads/2013/04/20130425_SECRET-600x400.jpg[/URL="http://www.vbulletin.com/forum/core/view-source:http://static3.allkpop.com/wp-content/uploads/2013/04/20130425_SECRET-600x400.jpg"]" alt="" height="400" width="600"></vb:if>
and I'll add everything to FORUMDISPLAY, under "{vb:raw navbar}" Is this correct?
I tired this method but it didnt work. Please advice.