• Resolved Forensic Scientist

    (@kenancantok)


    Hey thank you again for this forum plugin.

    I am very pleased this plugin.

    I wonder if you will add adsens code integration feature? or how can i add advertisements between posts?

Viewing 1 replies (of 1 total)
  • Plugin Author Asgaros

    (@asgaros)

    Hello @kenancantok

    At the moment I have no plans for allowing advertisements between posts. What you could do is to use one of the existing hooks to add advertisements to the top or bottom of specific forum pages:

    – asgarosforum_{current_view}_custom_content_top
    – asgarosforum_{current_view}_custom_content_bottom

    For example:

    function my_custom_content() {
    	echo 'My advertisement ...';
    }
    add_action('asgarosforum_overview_custom_content_top', 'my_custom_content');
Viewing 1 replies (of 1 total)
  • The topic ‘Adsens and banner space for advertisements’ is closed to new replies.