AD
Asked
Hello, good day. I’m here again because i really need you help. my adsense ad codes display in Code for ad after first thread. note: The adsense code display not the advertisement… Please help… Thank you so much! here is the screen shot of the problem: https://drive.google.com/file/d/1BVqJSalizZCsf_Q2nZ78FglgbG0Nt234/view?usp=sharing
- MSAnswered
Hello,
You can edit
themes/default/views/forums/index.phpline no 22echo '<div class="ad ad-thread text-center">'.$Settings->ad_thread_code.'</div>';with
echo '<div class="ad ad-thread text-center">' . htmlspecialchars_decode($Settings->ad_thread_code, ENT_QUOTES) . '</div>';Thank you
- ADAnswered
Thank you so much, Problem solved!!!
- Login to Reply