Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
May 17, 20186 yr Author Hello, 20 minutes ago, Sergey_SV said: I set up advertisement, and they dispayed ok in all locations, but then after 1-2 days they stop showing, and only resume is I clear the cache via ACP. Then they again resume for 1-2 days. on 4.1.19 everything worked fine. Do you have idea why this could happend? Do you have same problem with non-app adverts? What caching method do you use?
May 17, 20186 yr 26 minutes ago, newbie LAC said: Hello, Do you have same problem with non-app adverts? What caching method do you use? I am using Memcached I am only distributing the adds only via the app. I also noticed that first the adds placed in sidebar by CSS dissapears. whether the add lpaced above and footer and below the header stays
May 17, 20186 yr Author 12 minutes ago, Sergey_SV said: I also noticed that first the adds placed in sidebar by CSS dissapears. whether the add lpaced above and footer and below the header stays So the problem only with sidebar adverts? Show me advert settings (you can only include app fields)
May 17, 20186 yr Author 5 minutes ago, Sergey_SV said: is this enough? I don't see selectors Please copy them
May 17, 20186 yr li[data-blockid="plugin_19_nbRecentTopicsPosts_k2ioexj31"] li[data-blockid="plugin_19_nbRecentTopicsPosts_t2i007ymn"] li[data-blockid="app_gallery_galleryStats_xa614lnxo"] div[id="elDownloadsCategoriesBlock"]
May 17, 20186 yr Author Try li[data-blockid^="plugin_19_nbRecentTopicsPosts_"] li[data-blockid^="app_gallery_galleryStats_"]
May 17, 20186 yr 16 minutes ago, newbie LAC said: Try li[data-blockid^="plugin_19_nbRecentTopicsPosts_"] li[data-blockid^="app_gallery_galleryStats_"] works. I will watch and report in couple of days. thanks for support!
May 18, 20186 yr 17 hours ago, newbie LAC said: Try li[data-blockid^="plugin_19_nbRecentTopicsPosts_"] li[data-blockid^="app_gallery_galleryStats_"] nope. this morning all ads dissapear again.
May 18, 20186 yr Author 3 minutes ago, Sergey_SV said: nope. this morning all ads dissapear again. There was no need to update the cache. This would allow me to investigate the problem (if you give me credentials).
May 28, 20186 yr Hello, I need to show a grid of X * Y ads at the header, using small images. how would I implement that? Thanks! Federico.
May 28, 20186 yr Author Hello, 20 minutes ago, Federico Ribeiro said: I need to show a grid of X * Y ads at the header, using small images. how would I implement that? You can use next guide
May 28, 20186 yr Hello, Thank you very much!! And this I should write in the HTML boxes, right? Thanks again! Federico.
May 29, 20186 yr Author Hello, 14 hours ago, Federico Ribeiro said: And this I should write in the HTML boxes, right? Yes
June 4, 20186 yr Hi @newbie LAC, presales question (and I suppose it comes down to whether this is possible in IPS template syntax) Is it possible to wrap a conditional to prevent an advertisement from appearing if page is: A Club Club Type: Private
June 4, 20186 yr Author Just now, Optic14 said: Hi @newbie LAC, presales question (and I suppose it comes down to whether this is possible in IPS template syntax) Is it possible to wrap a conditional to prevent an advertisement from appearing if page is: A Club Club Type: Private Hello, For club pages it will be easy. For club features (topics, files, etc) you should check them separately.
June 5, 20186 yr Thanks for your reply. 23 hours ago, newbie LAC said: For club features (topics, files, etc) you should check them separately. I checked Club template, this is the variable and example logic check I want to target: {{if $club->type !== \IPS\Member\Club::TYPE_CLOSED || $club->canRead()}} With your add-on, can I wrap something like this in native IPS advertisement? The logic is, I want to show advertisement to all Club types EXCEPT "Closed" if $club->type !== \IPS\Member\Club::TYPE_CLOSED If so I'll happily purchase. ?
June 5, 20186 yr Author 1 minute ago, Optic14 said: The logic is, I want to show advertisement to all Club types EXCEPT "Closed" The club has pages: - Home - Members - Nodes (like forums, castegories etc) - Items (like topics, files etc) Where do you want disable adverts?
June 5, 20186 yr 6 minutes ago, newbie LAC said: Where do you want disable adverts? I need to disable ads for ALL the club pages/features, but only for club type "Closed" / "Private" Edited June 5, 20186 yr by Optic14
June 5, 20186 yr Author 15 minutes ago, Optic14 said: I need to disable ads for ALL the club pages/features, but only for club type "Closed" / "Private" You can do it. But currently it will be very long chain of conditions. Some time ago I added 1 thing to easily determine club and use it the conditions. But I didn't release that version yet. Anyway you should wrap all club adverts.
June 8, 20186 yr Is it possible to configure to show the add depending on the theme? This would be nice in order to use one design or another from Adsense, depending on the theme selected by the user. Thanks!
June 9, 20186 yr Author Hello, 11 hours ago, Federico Ribeiro said: Is it possible to configure to show the add depending on the theme? This would be nice in order to use one design or another from Adsense, depending on the theme selected by the user. You have 2 ways 1. Use in the conditions \IPS\Member::loggedIn()->skin 2. Add unique css selector to each theme. Then use it like .cSkin1 #ipsLayout_mainArea .cSkin2 #ipsLayout_mainArea
July 19, 20186 yr On 1/5/2017 at 1:32 PM, newbie LAC said: On 1/5/2017 at 1:15 PM, Mike_ said: 1. Advert after 3rd post in activity feed HTML {{if request.app == 'core' and request.module == 'discover' and request.controller == 'streams' and !isset(request.id)}} Activity Stream After 3 post {{endif}} Selector .ipsStreamItem_contentBlock:eq(2) Position Insert advert after the chosen element(s) Question: I have the ad after the 5th element in activity stream. It works ok. if the user clicks "load more activity" appears new 25 elements. Is there a way to put the ad after the every 5th element in new batch of activity loaded (30th,60th and etc..)?
July 20, 20186 yr Author Hello, 15 hours ago, Sergey_SV said: Is there a way to put the ad after the every 5th element in new batch of activity loaded (30th,60th and etc..)? No easy way