Question: Simple Forum ads problem

Simple Forum ads problem

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

AD

anxiety disorder

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
  • MS

    Mian Saleem

    Answered
    Hello,

    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
  • AD

    anxiety disorder

    Answered
    Thank you so much, Problem solved!!!
  • Login to Reply