Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
October 27, 2024Oct 27 On 10/24/2024 at 1:26 AM, Cedric V said: Ehren, do you have a css code to make the individual color bars on forums have a glow effect? 😇😃 By default, the bar is just a border which can't be blurred. But you can replace it with a pseudo element and add a box-shadow to it like so: /* Glowing category bar */ .ipsCategoryWithFeed__item{ border-top-width: 0; } .ipsCategoryWithFeed__item::before{ content: ''; grid-column: 1/-1; height: 6px; background: var(--i-featured, var(--i-background_6)); box-shadow: var(--i-featured, var(--i-background_6)) 0px 0px 20px; }
October 27, 2024Oct 27 5 hours ago, Ehren said: By default, the bar is just a border which can't be blurred. But you can replace it with a pseudo element and add a box-shadow to it like so: /* Glowing category bar */ .ipsCategoryWithFeed__item{ border-top-width: 0; } .ipsCategoryWithFeed__item::before{ content: ''; grid-column: 1/-1; height: 6px; background: var(--i-featured, var(--i-background_6)); box-shadow: var(--i-featured, var(--i-background_6)) 0px 0px 20px; } Thanks 🙏 I’ll give that a shot when I’m back from vacation. 🙂
October 27, 2024Oct 27 Author 22 hours ago, Drewfus said: @Jimi Wikman Any new videos on customizing V5? Not yet 🙂 Anything in particular you want to see?
October 29, 2024Oct 29 On 10/27/2024 at 2:24 AM, Ehren said: By default, the bar is just a border which can't be blurred. But you can replace it with a pseudo element and add a box-shadow to it like so: /* Glowing category bar */ .ipsCategoryWithFeed__item{ border-top-width: 0; } .ipsCategoryWithFeed__item::before{ content: ''; grid-column: 1/-1; height: 6px; background: var(--i-featured, var(--i-background_6)); box-shadow: var(--i-featured, var(--i-background_6)) 0px 0px 20px; } This is so cool, matches the rest of our glowing vibe now. :D - Thanks again!
November 4, 2024Nov 4 On 10/27/2024 at 5:25 AM, Jimi Wikman said: Not yet 🙂 Anything in particular you want to see? @Jimi Wikman Your next video should be on how to create databases and pages I am really confused on how it works I tried a couple of them that Chris59 posted and can't seem to get them to work right that would be a great walk through.
November 6, 2024Nov 6 Author On 11/4/2024 at 11:59 PM, Drewfus said: @Jimi Wikman Your next video should be on how to create databases and pages I am really confused on how it works I tried a couple of them that Chris59 posted and can't seem to get them to work right that would be a great walk through. I can do that. There are a lot of things that goes into building with pages and I have some old videos here for some customizations, but I'll do a getting started video to explain the basics and then do a series of shorter videos on how to customize things perhaps? You can also check out the Pages Master Class videos from Ralf Herrmann ( @opentype ), who is a master when it comes to Pages: https://opentype.space/academy/pages-master-class/
November 6, 2024Nov 6 On 10/29/2024 at 4:42 PM, Cedric V said: This is so cool, matches the rest of our glowing vibe now. 😄 - Thanks again! Share the vibe.. i like that pic and the vibrant vibes 🙂
November 6, 2024Nov 6 13 hours ago, Jimi Wikman said: I can do that. There are a lot of things that goes into building with pages and I have some old videos here for some customizations, but I'll do a getting started video to explain the basics and then do a series of shorter videos on how to customize things perhaps? You can also check out the Pages Master Class videos from Ralf Herrmann ( @opentype ), who is a master when it comes to Pages: https://opentype.space/academy/pages-master-class/ Let me be honest here: opentype is very good and i have his 2 addons purchased but never used because I couldn't figure out how to use the damm thing. Sure, I could bother him but then I thought how much because I only know basics. I have bit ugly landing page.. was good years back.. but need to make it clean and mobile optimized. https://fearless-assassins.com/ So it would be nice to get some help with videos. People at times think, they are starting with basics but their is a difference in basic for normal joe vs experience joe. This is where dummy proof user guide comes to play. Also when folks make coherent step by step videos, makes a huge difference vs reading 50 pages.
November 6, 2024Nov 6 Author I have been playing around with using the standard tabs and expands, which are really easy to use, is that something anyone want to learn more about as well for customizing templates or creating blocks? You can see me playing around with the tabs here: https://jimiwikman.se/content/stories/ And here I have hidden the sub categories using the expand function: https://jimiwikman.se/content/stories/atlassian/720_atlassian-general/
November 7, 2024Nov 7 Hi Jimi, Could you guide me on how to create sub-forums like those on your site? It looks so good.
November 7, 2024Nov 7 @Baian007 Go to ACP Admin : https://www.yoursite.com/admin/ Go to Forums : admin/?app=forums&module=forums&controller=forums Click "Create New" Choose Type : Category Create New, choose type Discussion and choose the parent forum you create just before. You will need of course IC5 and choose Feed on "Forum Index" inside the Theme Editor (page layouts) Edited November 7, 2024Nov 7 by SoloInter
November 7, 2024Nov 7 @SoloInter, thank you, I am talking about having sub-forums in the same style Jimi did. When I select the feed option in the theme editor, it appears as shown in the attached screenshot. Although all sub-forums are under the parent category of Child Protection Concerns. category.
November 7, 2024Nov 7 We didn't do anything, it's already set up like that. Just add some content. @Baian007 Screen this page please : admin/?app=forums&module=forums&controller=forums Edited November 7, 2024Nov 7 by SoloInter
November 7, 2024Nov 7 3 minutes ago, SoloInter said: We didn't do anything, it's already set up like that. Just add some content. @Baian007 Screen this page please : admin/?app=forums&module=forums&controller=forums I followed your instructions precisely, but I obtained the same result.
November 7, 2024Nov 7 Thank you, Jimi helped me out: This is the right structure Category 1 Category 1 Subcategory 1 Subcategory 2 Unfortunately, still not working Edited November 7, 2024Nov 7 by Baian007