Jump to content

Recommended Posts

Posted
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;
}

 

Posted
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. 🙂

Posted
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!

Could contain: Light, Person, Computer Hardware, Electronics, Hardware, Monitor, Screen, Text

Posted
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.

Posted
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/

Posted
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 🙂

Posted
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. 

Posted

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/

Posted (edited)

@Baian007

  1. Go to ACP Admin : https://www.yoursite.com/admin/
  2. Go to Forums admin/?app=forums&module=forums&controller=forums
  3. Click "Create New"
  4. Choose Type Category
  5. Create New, choose type Discussion and choose the parent forum you create just before.
  6. You will need of course IC5 and choose Feed on "Forum Index" inside the Theme Editor (page layouts)
Edited by SoloInter
Posted

@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.

Could contain: Page, Text, File, Person

Posted (edited)

We didn't do anything, it's already set up like that. Just add some content.

Could contain: People, Person, File, Computer Hardware, Electronics, Hardware, Screen, Monitor, Text

 

@Baian007 Screen this page please : admin/?app=forums&module=forums&controller=forums

Edited by SoloInter
Posted
3 minutes ago, SoloInter said:

We didn't do anything, it's already set up like that. Just add some content.

Could contain: People, Person, File, Computer Hardware, Electronics, Hardware, Screen, Monitor, Text

 

@Baian007 Screen this page please : admin/?app=forums&module=forums&controller=forums

I followed your instructions precisely, but I obtained the same result.

Could contain: Page, Text, Computer Hardware, Electronics, Hardware, Monitor, Screen, File

Could contain: Page, Text, File

Posted (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 by Baian007
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...