Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
SJ77 Posted May 25, 2016 Posted May 25, 2016 So the enhancements are all position and style related? Any plans to add badly needed customer metrics? Site owners sell advertising, but paying advertisers have no feedback metrics. When I saw the title of this mod I got excited hoping for this functionality. Even a basic click count that advertisers could view would be great. Gauravk 1
jp Posted May 26, 2016 Posted May 26, 2016 (edited) where are the instructions?? I have purchased this but have no idea how to make it work. the only help is a few screenshots. so if i want to put ads after categories what code do i use? i tried what was in the photo but nothing shows. how do i add ads after certain number of posts? the div class that is shown as example how do you define after which posts? eg 1 and 3? if i am using google ads where does this code go? for the amount of money i paid i thought i was going to get proper explanations/tutorials. Edited May 26, 2016 by jp
newbie LAC Posted May 26, 2016 Author Posted May 26, 2016 Hello, 13 hours ago, superj707 said: So the enhancements are all position and style related? Ad related with css selector(s). 13 hours ago, superj707 said: Any plans to add badly needed customer metrics? I don't know what's "customer metrics". If you want clicks counter I can add. 4 hours ago, jp said: where are the instructions?? Inbuilt advertisiment system + css selectors + phpquery selectors 1. Define css selector. You can use firebug for this. 2. Define position 3. Go to ACP - System - Advertisements - Add advert - Fill all fields as you want - Show the advertisement. Check CSS selector. - Custom CSS and position. CSS selector .test. Position. Select position. See above screenshot. 4 hours ago, jp said: but have no idea how to make it work. You can use support topic if you have any questions or problems. 4 hours ago, jp said: so if i want to put ads after categories what code do i use? - Selector .cForumList - Position Insert advert after the chosen element(s) Result 4 hours ago, jp said: how do i add ads after certain number of posts? Define selector 4 hours ago, jp said: the div class that is shown as example how do you define after which posts? eg 1 and 3? Firebug + phpquery selectors. Each post content code looks like <div data-role="commentContent" itemprop="text" class="ipsType_normal ipsType_richText ipsContained" data-controller="core.front.core.lightboxedImages"> <p> 0000000000000000000000000000 </p> </div> I used div[data-role="commentContent"] But ad show in each post. I need restrict that. I used div[data-role="commentContent"]:eq(0) 0 is 1st post Now ad show in 1st post. But I want show ad in 3 post also. I added separate by comma div[data-role="commentContent"]:eq(2) 2 is 3rd post. Total selector div[data-role="commentContent"]:eq(0), div[data-role="commentContent"]:eq(2) Position. I want add ad inside post content before text. I selected Insert advert inside the chosen element(s), at the start 4 hours ago, jp said: if i am using google ads where does this code go? Put your code in HTML code field -> Define css selector -> Select position. Add ad after 1 and 3 posts - Selector article.cPost:eq(0), article.cPost:eq(2) - Position Insert advert after the chosen element(s) PCHelpforumBE 1
jp Posted May 29, 2016 Posted May 29, 2016 thanks, i will read and retry. one other thing, i have had to uninstall as when i installed it 'broke' the ability on my site for users to upload images to the forum. I had lots of complaints and i realised this was the only thing i had done, i uninstalled and it fixed the problem. Please look into why this would happen and let me know when it is fixed so i can try to reinstall.
newbie LAC Posted May 29, 2016 Author Posted May 29, 2016 (edited) 2 hours ago, jp said: thanks, i will read and retry. one other thing, i have had to uninstall as when i installed it 'broke' the ability on my site for users to upload images to the forum. I had lots of complaints and i realised this was the only thing i had done, i uninstalled and it fixed the problem. Please look into why this would happen and let me know when it is fixed so i can try to reinstall. Helllo, If you mean broken images I fixed and updated the file. Edited May 29, 2016 by newbie LAC
jp Posted June 1, 2016 Posted June 1, 2016 how do i add an advert after category 3 and 5? So like the posts, but now want to do it for categories. not sure what to put in the css selector.
newbie LAC Posted June 1, 2016 Author Posted June 1, 2016 (edited) 3 minutes ago, jp said: how do i add an advert after category 3 and 5? So like the posts, but now want to do it for categories. not sure what to put in the css selector. Hello, Give me a link on your forum. If it's private you can use PM. Edit. .cForumList li[data-categoryid="A"], .cForumList li[data-categoryid="B"] A and B are category ID. Insert advert after the chosen element(s) Edited June 1, 2016 by newbie LAC
jp Posted June 1, 2016 Posted June 1, 2016 thanks!! i have it working now is it possible to add an advert in the activity stream?
kalin Posted June 8, 2016 Posted June 8, 2016 There is a problem with review ads as a Guest If I create ads and I refresh the page several times without being logged in - as a Guest. The ads begin to appear twice. It is only as a guest. If you are logged user no problem.
newbie LAC Posted June 8, 2016 Author Posted June 8, 2016 1 minute ago, kalin said: There is a problem with review ads as a Guest If I create ads and I refresh the page several times without being logged in - as a Guest. The ads begin to appear twice. It is only as a guest. If you are logged user no problem. Hello, Give me a link on problem page and show me ad settings.
kalin Posted June 8, 2016 Posted June 8, 2016 Just now, newbie LAC said: Hello, Give me a link on problem page and show me ad settings. https://www.kaldata.com/forums/topic/253039-съвет-за-автомобил/?page=9
newbie LAC Posted June 8, 2016 Author Posted June 8, 2016 6 minutes ago, kalin said: https://www.kaldata.com/forums/topic/253039-съвет-за-автомобил/?page=9 7 minutes ago, newbie LAC said: and show me ad settings.
newbie LAC Posted June 8, 2016 Author Posted June 8, 2016 57 minutes ago, kalin said: If I create ads and I refresh the page several times without being logged in - as a Guest. The ads begin to appear twice. It is only as a guest. If you are logged user no problem. Fixed. kalin 1
jp Posted June 11, 2016 Posted June 11, 2016 so this app still seems to 'break' the display of images. uploaded and installed latest version 1.02 but still occurring. see image below where the images aren't displaying. if i uninstall your app the images display fine.
newbie LAC Posted June 11, 2016 Author Posted June 11, 2016 3 hours ago, jp said: so this app still seems to 'break' the display of images. uploaded and installed latest version 1.02 but still occurring. Hello, I can't reproduce. Can you give me accesses for debug?
kalin Posted June 14, 2016 Posted June 14, 2016 There is a problem with quotes. If I put a banner in post, when someone quotes this post part of html code appears in the new post. Example: https://www.kaldata.com/forums/topic/253594-sha-256/?do=findComment&comment=3374178
newbie LAC Posted June 15, 2016 Author Posted June 15, 2016 8 hours ago, kalin said: There is a problem with quotes. If I put a banner in post, when someone quotes this post part of html code appears in the new post. Example: https://www.kaldata.com/forums/topic/253594-sha-256/?do=findComment&comment=3374178 Hello, Confirmed. kalin 1
newbie LAC Posted June 15, 2016 Author Posted June 15, 2016 12 hours ago, kalin said: There is a problem with quotes. If I put a banner in post, when someone quotes this post part of html code appears in the new post. Example: https://www.kaldata.com/forums/topic/253594-sha-256/?do=findComment&comment=3374178 Hello again You can add in your code data-excludequote Example <div style="float:right; position:relative; padding: 0 0 0 5px;" data-excludequote> Google ads code </div> AlexWebsites and kalin 2
PCHelpforumBE Posted June 21, 2016 Posted June 21, 2016 Hi Newbie_Lac Can you advise on finding the correct css location? I want to have a advertisement on each Topic page just under the breadcrumbs: This for each page (all pages) if you look at this page, it would be just under: Our Community - Forums - Community Led Resources - IPS Marketplace Topics - (NB41) Enhanced Advertisements
newbie LAC Posted June 22, 2016 Author Posted June 22, 2016 11 hours ago, Karel Beuckelaere said: I want to have a advertisement on each Topic page just under the breadcrumbs: This for each page (all pages) Hello, body[data-pageapp="forums"][data-pagemodule="forums"][data-pagecontroller="topic"] .ipsBreadcrumb_top Insert advert after the chosen element(s)
Mike_ Posted July 10, 2016 Posted July 10, 2016 Hello! I need to show html code within topics in specified forums only. Is it possible to do that with your enhanced advertisements? Cheers, Mike
newbie LAC Posted July 11, 2016 Author Posted July 11, 2016 8 hours ago, Mike_ said: Hello! I need to show html code within topics in specified forums only. Is it possible to do that with your enhanced advertisements? Hello, Yes. Use https://invisionpower.com/4guides/themes-and-customizations/template-syntax/ or tell me where you want add adverts and I'll help
Recommended Posts