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
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
- MSAnsweredHello,
You can edit `themes/default/views/forums/index.php` line no 22
```
echo '<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 - ADAnsweredThank you so much, Problem solved!!!
- Login to Reply