Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
June 7, 20204 yr @newbie LAC Thanks, purchased today and just working out some of the settings. What would you advise to the number to stop click bombing but still keeping ad clicks by users and real visitors intact without issue. I appreciate the number will vary for each site.
June 8, 20204 yr Author Hello, What would you advise to the number to stop click bombing but still keeping ad clicks by users and real visitors intact without issue. Depends on advert system. The less value is better.
June 8, 20204 yr Thanks, I'm using the built in advert placements with adsense. Have still been getting bombed so I'm not sure if I've missed something.
June 9, 20204 yr Author Have still been getting bombed so I'm not sure if I've missed something. You should to configure the CSS selectors setting. Otherwise the Clicks counter protection will not work.
June 9, 20204 yr Yep rookie error by me that I realised after posting. So in theory, the defualt positions can't be used for clicks protection and only those in CSS locations? So would it be possible to activate click protection for the advert currently in the built-in header location? Edited June 10, 20204 yr by LemonGrenade
June 10, 20204 yr Author So in theory, the defualt positions can't be used for clicks protection and only those in CSS locations? So would it be possible to activate click protection for the advert currently in the built-in header location? You can. The application add extra attributes to advert code. If you check the source code you will see <div class="ipsMessage ipsMessage_info" data-nbEnhAdv="" data-nbEnhAdvId="152">Just below the page header</div> So you can use the data-nbEnhAdv attribute to protect ads Edited June 10, 20204 yr by newbie LAC
June 10, 20204 yr Thanks, I'm slowly understanding it a bit more. I've noticed that the attribute is the same even on the ads using your other addon 'ads after x posts'. Would I need to add the ID too. Here is what I have within the default header ad and the settings in the addon. I'm trying to see whats wrong.
June 11, 20204 yr Author You can uncheck the CSS selector (2nd screenshot). This setting does not linked to clicks protection.
June 13, 20204 yr Author Hello, How to add banner above .ipsBox only in topic list view? 376.47 kB · 0 downloads Use CSS selector [data-pageapp="forums"][data-pagemodule="forums"][data-pagecontroller="forums"] [data-tableid="topics"]
June 16, 20204 yr Author How about in topic view before topic title? Forum version 4.4.10. Thank you. 208.46 kB · 0 downloads CSS selector [data-pageapp="forums"][data-pagemodule="forums"][data-pagecontroller="topic"] .ipsType_pageTitle
June 17, 20204 yr HI, I'm thinking of buying this plug in but am a total novice when it comes to programming/coding. Here is what I need to achieve - is this possible with this plug in? 1 - To have adverts after/in the 8th post in a topic 2 - Adding an adhesion unit to both mobile and desktop 3 - Moving the standard Invisionboard bottom advert up to appear between the last post on a page and the navigation
June 17, 20204 yr Author Hello, 1 - To have adverts after/in the 8th post in a topic Yes. 2 - Adding an adhesion unit to both mobile and desktop 3 - Moving the standard Invisionboard bottom advert up to appear between the last post on a page and the navigation You can use css selector to add your advert where you want
June 17, 20204 yr Author Do I need to supply tablet / mobile code if my ads are responsive adsense ads? No
June 17, 20204 yr Author after the 8th post in a topic? in the 8th post in a topic? Just change the index in css selector to :eq(7) After 8th post article.cPost:eq(7) Inside 8th post div[data-role="commentContent"]:eq(7)
June 17, 20204 yr Thank you that worked perfectly! Do you know how I can create an adhesion unit to show on both mobile and desktop?
June 17, 20204 yr Author Do you know how I can create an adhesion unit to show on both mobile and desktop? I think you should read the docs of advert system which you will use. I did not work with adhesion. I can help with application if you have any issues
June 17, 20204 yr ok thank you Final question - What code would I need to put in to make advertisements appear between the last post on a page and the navigation
June 17, 20204 yr Author Final question - What code would I need to put in to make advertisements appear between the last post on a page and the navigation Css selector #elPostFeed Position Insert advert after the chosen element(s)
June 17, 20204 yr Thank you that's fantastic! Great plug in - so glad I bought it and would recommend it to anyone else thinking about it!
June 17, 20204 yr Quick question - is this advert plug in responsive? I have ads that are breaking out of the theme that are too wide for the screen - is that down to a setting I need to alter on the plugin?