Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Drewfus Posted October 26 Posted October 26 @Jimi Wikman Any new videos on customizing V5? Feneroin and Sayed Amer 1 1
Ehren Posted October 27 Posted October 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; } David N., SC36DC, Chris59 and 5 others 6 2
Cedric V Posted October 27 Posted October 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. 🙂 Ehren 1
Jimi Wikman Posted October 27 Author Posted October 27 22 hours ago, Drewfus said: @Jimi Wikman Any new videos on customizing V5? Not yet 🙂 Anything in particular you want to see?
Sinistra Sensei Posted October 29 Posted October 29 I figured I would make a Halloween Theme for my community what do ya think? Joel R, David N., Matt and 2 others 5
Cedric V Posted October 29 Posted October 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! SoloInter, Jimi Wikman, AlexJ and 3 others 6
Drewfus Posted November 4 Posted November 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. dmaidon1 and Como 2
Jimi Wikman Posted November 6 Author Posted November 6 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/ abobader 1
AlexJ Posted November 6 Posted November 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 🙂
AlexJ Posted November 6 Posted November 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. SC36DC and Jimi Wikman 2
Jimi Wikman Posted November 6 Author Posted November 6 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/ Joey_M, opentype, Chris59 and 3 others 6
Baian007 Posted November 7 Posted November 7 Hi Jimi, Could you guide me on how to create sub-forums like those on your site? It looks so good.
SoloInter Posted November 7 Posted November 7 (edited) @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 by SoloInter
Baian007 Posted November 7 Posted November 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.
Baian007 Posted November 7 Posted November 7 1 minute ago, SoloInter said: Put some content, topics, posts. Same result
SoloInter Posted November 7 Posted November 7 (edited) 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 by SoloInter
Baian007 Posted November 7 Posted November 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.
Baian007 Posted November 7 Posted November 7 (edited) 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 by Baian007 SoloInter 1
Baian007 Posted November 7 Posted November 7 It works. Thank you @SoloInter and @Jimi Wikman Jimi Wikman and SoloInter 2
Jimi Wikman Posted Wednesday at 11:06 AM Author Posted Wednesday at 11:06 AM Pages tutorial incoming... BomAle, Marc, abobader and 5 others 7 1
Recommended Posts