Please or Register to create posts and topics.

Subforum in der Landing Page nicht anzeigen

@asgaros,

ist es möglich die Subforum nicht auf der Landing Page anzuzeigen?
Vielleicht bin ich einfach blind, und sehe nicht wo man das einstellen kann…

Ich werde ca. 20 Subforums für jeden Forum machen, darum wäre es super wenn man die Subforums an dieser stelle nicht anzeigt.

Vielen Dank für die Updates, alles funktioniert tadellos.

Uploaded files:
  • subforum.PNG

Hallo @neuer-user

Du kannst die Sub-Forums mit dem folgenden CSS-Code ausblenden:

.forum-subforums {
    display: none !important;
}

 

choupana has reacted to this post.
choupana
If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

Ja, so gehts.

Dankeschön.

Asgaros has reacted to this post.
Asgaros
Quote from Asgaros on September 4, 2018, 11:05 am

Hallo @neuer-user

Du kannst die Sub-Forums mit dem folgenden CSS-Code ausblenden:

.forum-subforums {
    display: none !important;
}

 

Hi, @asgaros
I followed your instructions but without success.
I'm using version 1.15.20.
Can you check if the CSS below is correct?

Thanks.
 
Uploaded files:
  • ocultar-subforun.JPG

Hello @choupana

Have you cleared your cache afterwards?

Can you provide a link to your website so I can have a quick look?

choupana has reacted to this post.
choupana
If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!
Quote from Asgaros on January 31, 2022, 7:19 am

Hello @choupana

Have you cleared your cache afterwards?

Can you provide a link to your website so I can have a quick look?

Hello @asgaros.
It worked using the code I mentioned above, the issue was that I hadn’t even cleared the cache. Thank you for your attention.

Link if you want to check: http://www.systemti.net

 

Asgaros has reacted to this post.
Asgaros