@luceos any chance you'll add an advert spot above or below the reply box?

I find that's a good spot for ads but, more importantly, I'd use it for AdSense "Matched Content". I had that in my old forum software and my members really loved seeing the old posts and reviving them.

I'm happy to contribute. I've never done a pull request before but I can learn. I see Laracasts has a series out on contributing to Opensource projects so I could check that out.

Let me know if it's on your roadmap for this extension or not. If it's not, I'll make a tiny extension for it.

Thanks for your awesome work. This extension works great.

    NorioDS i'm pretty spread thin, feel free to start on a pr and ask for help we can get you up to speed fast. No need to create a new extension for such a small change.

      Installing now. Updating dependencies is taking awhile, is this normal?

        Just for clarification if:

        Specify from which post to start to show an ad = 1

        and

        Specify after how many posts to place an ad= 5

        Than, the first add will be placed after the 5th post? and every 5 posts after that?

        Also on mobile, I get a big blank square using Google Adsense... I saw one square ad once... but not its just a big blank square:

        luceos Cool I've added it to my project list for my forum. Might be a while before I can get to it but I can see it boosting engagement for me so it will get done!

        The blank square on mobile is fixed for me. I think it was just a new ad

        Any way to leave the left side ad when on desktop but, not have it move to the top on mobile?

          Also, think I found a bug when using dark mode with in post ads. It uses a white divider on the top instead of the dark one:

            MikeJones Any way to leave the left side ad when on desktop but, not have it move to the top on mobile?

            Tried to answer my own question with a little CSS but I guesse my CSS skills are not what they used to be. I tried hiding the ad in mobile view by adding this CSS in the apperence section of my admin settings:

            @media screen and (max-width: 600px) {
              #cto_banneer_content {
                visibility: hidden;
              }
            }
            

            But it didn't do anything, I will continue to play around with it tomorrow.

              Once flarum beta 8 is out I'll be rebuilding this extension from scratch to offer more functionality. All requests are taken into account.

                MikeJones I tried hiding the ad in mobile view by adding this CSS in the apperence section of my admin settings:

                Be careful not to violate the TOS of your ad provider.

                  luceos I've submitted the PR. Please let me know if I did anything wrong or if there's anything I can do to help my PRs get accepted. Thanks! Looking forward to using this new feature ?

                  a month later

                  MikeJones now your ads aren't even showing (for me at least) but the divider is.
                  p.s. i checked your website out of curiosity, i sowwy. ?