Delete message: This board has no forums

Get help with installation and running phpBB 3.2.x here. Please do not post bug reports, feature requests, or extension related questions here.
Post Reply
Drogon
Registered User
Posts: 9
Joined: Wed Dec 13, 2017 10:12 pm

Delete message: This board has no forums

Post by Drogon »

Is there a way to delete the message: this board has no forums
Is it possible to place 2 board announcements on the homepage?
User avatar
KevC
Support Team Member
Support Team Member
Posts: 72344
Joined: Fri Jun 04, 2004 10:44 am
Location: Oxford, UK
Contact:

Re: Delete message: This board has no forums

Post by KevC »

Drogon wrote: Fri Dec 15, 2017 7:19 pm Is there a way to delete the message: this board has no forums
That's because you haven't set any permissions for anyone to see any forums yet.
Drogon wrote: Fri Dec 15, 2017 7:19 pm Is it possible to place 2 board announcements on the homepage?
A simple solution is just to put a hard return between the messages although they won't be seperate per se.

This might do it (never used it but it adds more features)
https://www.phpbb.com/customise/db/exte ... ouncements
-:|:- Support Request Template -:|:-
Image
"Step up to red alert. Sir, are you absolutely sure? It does mean changing the bulb"
Drogon
Registered User
Posts: 9
Joined: Wed Dec 13, 2017 10:12 pm

Re: Delete message: This board has no forums

Post by Drogon »

KevC wrote: Fri Dec 15, 2017 7:52 pm
Drogon wrote: Fri Dec 15, 2017 7:19 pm Is there a way to delete the message: this board has no forums
That's because you haven't set any permissions for anyone to see any forums yet.
Drogon wrote: Fri Dec 15, 2017 7:19 pm Is it possible to place 2 board announcements on the homepage?
A simple solution is just to put a hard return between the messages although they won't be seperate per se.

This might do it (never used it but it adds more features)
https://www.phpbb.com/customise/db/exte ... ouncements
My apologies, i didn't explain it well. I know because users have to be registered in order to see the forum. There is already a beautiful board announcement that says why. That's why i want to delete the message below the board announcement that says: "This board has no forums."

Sadly that extension doesn't support a second board announcement.
User avatar
KevC
Support Team Member
Support Team Member
Posts: 72344
Joined: Fri Jun 04, 2004 10:44 am
Location: Oxford, UK
Contact:

Re: Delete message: This board has no forums

Post by KevC »

You can edit the message to say something like 'Please register to see these forums' instead.

language/en/common.php

around line 500 is

'NO_FORUMS' => 'This board has no forums.',

change it to this to remove the message completely
'NO_FORUMS' => '',

or this to write a different message
'NO_FORUMS' => 'Please register to see these forums',
-:|:- Support Request Template -:|:-
Image
"Step up to red alert. Sir, are you absolutely sure? It does mean changing the bulb"
Post Reply

Return to “[3.2.x] Support Forum”