Basic

Forum Description Not Showing - Basic

Forum Description Not Showing

by Keith W » Fri Feb 23, 2018 8:57 am

I am using version 3.2.2 of Basic as my forum style.

On my forum listing the forum descriptions are not showing and I need them to

On the styles database demon they show up just fine; https://www.phpbb.com/customise/db/style/basic/demo/3.2

Just not on my current forum

Here is a link to my forum for you to see: https://letstalkphotography.co.uk/forum/index.php

Any ideas on how to fix this?
Do not PM me unless I ask you to

Dance like no ones watching. Encrypt like everyone is.
Keith W
Registered User
Posts: 1025
Joined: Mon Dec 13, 2004 6:14 pm

Re: Forum Description Not Showing

by MrGaby » Fri Feb 23, 2018 2:33 pm

Hello

Open 'styles/basic/template/_style_config.html' file.

Find:

Code: Select all

<!-- DEFINE $HIDE_FORUM_DESCRIPTION = 1 -->
Replace with

Code: Select all

<!-- DEFINE $HIDE_FORUM_DESCRIPTION = 0 -->
And clear forum cache.
If you like my work, you can support me with a donation. Thanks!
Donate via Paypal
MrGaby
Registered User
Posts: 224
Joined: Sun Apr 02, 2017 8:04 pm

Re: Forum Description Not Showing

by Keith W » Fri Feb 23, 2018 2:50 pm

MrGaby wrote:Hello

Open 'styles/basic/template/_style_config.html' file.

Find:

Code: Select all

<!-- DEFINE $HIDE_FORUM_DESCRIPTION = 1 -->
Replace with

Code: Select all

<!-- DEFINE $HIDE_FORUM_DESCRIPTION = 0 -->
And clear forum cache.
Many thanks for your reply my friend.

You provided the missing part of the puzzle for me, I had done everything except purge the cache! :oops:

Problem now solved.

Once again many thanks, you help is very much appreciated.

All the best,

Keith
Do not PM me unless I ask you to

Dance like no ones watching. Encrypt like everyone is.
Keith W
Registered User
Posts: 1025
Joined: Mon Dec 13, 2004 6:14 pm

Re: Forum Description Not Showing

by MrGaby » Fri Feb 23, 2018 5:40 pm

😉
If you like my work, you can support me with a donation. Thanks!
Donate via Paypal
MrGaby
Registered User
Posts: 224
Joined: Sun Apr 02, 2017 8:04 pm