Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted May 19, 20204 yr Hi there. I was thinking... it would be awesome if there was a way to somehow incorporate an "offset" feature into blocks. So you could set up Blocks like this: 5 Featured Topics block (most recent topics 1-5) 1 Calendar event Next 5 Featured Topics block (most recent topics 6-10) Advertisement Next 5 Featured Topics block (most recent topics 11-15) Thoughts?
June 17, 20204 yr Author Awe, I forgive you guys for missing this. It's ok. Just going to bump. 🤓 Basically, I need a way to insert ads every 6 posts on my homepage, but can't currently. Any ideas? Edited June 17, 20204 yr by breatheheavy
June 18, 20204 yr It's doable with template edits and custom advertisement locations. We've done similar things for custom themes for our enterprise-level services.
June 19, 20204 yr Author It's doable with template edits and custom advertisement locations. We've done similar things for custom themes for our enterprise-level services. Interesting! But I’m using the SuperBlocks application to display the news. Possible to still do it?
March 15, 20214 yr Still doable with Superblocks. You need to do some counting. Basically something at the end of each Foreach that is like: {{$adcount=++;}} {{if $adcount = 5}} Insert code {{elseif $adcount=10}} Insert Code {{endif}} Edited March 15, 20214 yr by Morrigan
March 15, 20214 yr Author Still doable with Superblocks. You need to do some counting. Basically something at the end of each Foreach that is like: {{$adcount=++;}} {{if $adcount = 5}} Insert code {{elseif $adcount=10}} Insert Code {{endif}} Ahhh interesting. Can this work with SuperTopics?
March 15, 20214 yr Community Expert Well, the logic works, but the mentioned products create grid child elements with each loop, so throwing ads in there at random points will probably break the layout. So the IF query would also need to end the grid container first and potentially start a new one after the ad.
March 15, 20214 yr Well, the logic works, but the mentioned products create grid child elements with each loop, so throwing ads in there at random points will probably break the layout. So the IF query would also need to end the grid container first and potentially start a new one after the ad. That's why I just put "Insert code" Since I don't know the templates I couldn't be more helpful than that. I also don't know if they want to add the advertisement as a grid item SO! There are a few factors there to consider. Edit: I don't know the specifics because I didn't design the templates. 😉 But giving the basic overview of what is needed to accomplish what they want. Edited March 15, 20214 yr by Morrigan
March 16, 20214 yr Author So the IF query would also need to end the grid container first and potentially start a new one after the ad. 😍 If I understand correctly, one would (in theory) use multiple blocks to display the topic items? supertopic 1 block ad supertopic 2 block ad etc?
March 16, 20214 yr I was actually wanting to implement something very similar a few years back when we were thinking about doing a re-design for the homepage. We wanted to have an infinite scrolling homepage that integrated threads and other noteworthy content from our community together with news articles and other stuff from our editorial website, and intermittent ads tossed in every few content "rows". Unfortunately, we've since shelved this idea due to various unrelated issues. But I did have a very rough illustration of this setup. Sorry in advance for the Hebrew text. I'm too damn lazy to remove it just to post it here 😅
February 27Feb 27 Bumping this as it is still needed. 😍 If I understand correctly, one would (in theory) use multiple blocks to display the topic items? supertopic 1 blockadsupertopic 2 blockadetc?This is exactly how I did it. There was a plug-in available for V4 that I use to achieve it. Oddly, this feature was available in the latter half of the V3 series run for blocks, but never made it to V4. This is pretty basic stuff for a CMS to be able to do.