Hi,
I've been trying to show adsense ads in certain forums and chitika in the rest of them. Here is the code that I've been trying but it doesn't seem to work:
Any suggestions?Code:<vb:if condition="in_array($forum['forumid'], array(1,2,3))"> <div align="center"> <script type="text/javascript"> ch_client = "xyz"; ch_type = "mpu"; ch_width = 728; ch_height = 90; ch_non_contextual = 4; ch_vertical ="premium"; ch_sid = "Chitika Premium"; var ch_queries = new Array( ); var ch_selected=Math.floor((Math.random()*ch_queries.length)); if ( ch_selected < ch_queries.length ) { ch_query = ch_queries[ch_selected]; } </script> <script src="http://scripts.chitika.net/eminimalls/amm.js" type="text/javascript"> </script></div> <vb:else /> <vb:if condition="in_array($forum['forumid'], array(5,6,7,))"> <div align="center"> <script type="text/javascript"><!-- google_ad_client = "xxx"; google_ad_slot = "xxx"; google_ad_width = 728; google_ad_height = 90; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> </div> </vb:if> </vb:if>


1Likes
LinkBack URL
About LinkBacks





Reply With Quote

