some questions about the extension - cmBB - Simple Content Management for phpBB
some questions about the extension
firstly, thanks for the extension, it is very good, but i have some questions (please see the image with the numbers listed below):
1. How can I change the title of this page? there is any parameter to change it? or simply avoid it?
2. It is possible to get more fonts and size of the characters?.
3. When I try to login from /app.php/article/index allways redirect me again to login from the /index page which by default is the Forum. It is possible to use only the Login of this extension? It is possible to configure phpbb and make this?
4. How is handle the permission to create articles? I mean, Can I create a group that can have only permission to create new articles?.
Thank you very much for your answers.
-
- Registered User
- Posts: 105
- Joined: Thu Aug 28, 2014 10:00 am
- Contact:
Re: some questions about the extension
That's actually auto-generated during installation to create a homepage. The only way to change it, is by running a query:edzela wrote:1. How can I change the title of this page? there is any parameter to change it? or simply avoid it?
Code: Select all
UPDATE phpbb_cmbb_category SET category_name = "YOURNAME" WHERE category_id = 1;
I only provide basic styling for Prosilver based boards. When you have another style, you should copy2. It is possible to get more fonts and size of the characters?.
./ext/ger/cmbb/styles/all
to ./ext/ger/cmbb/styles/YOURSTYLE
and apply changes there. I'm not sure what you mean exactly. When I login from that sidebar, I get redirected to the article or category I'm viewing.3. When I try to login from /app.php/article/index allways redirect me again to login from the /index page which by default is the Forum. It is possible to use only the Login of this extension? It is possible to configure phpbb and make this?
Under permissions tab in ACP, select the group and set "Can post cmBB articles" (first tab)4. How is handle the permission to create articles? I mean, Can I create a group that can have only permission to create new articles?
Simple CMS, Feed post bot, Avatar Resize, Modbreak, Magic OGP, Live topic update, Modern Quote, Quoted Where (GDPR) and Autoresponder.
Newest: FAQ manager for 3.2
Like my work? Buy me a coffee to keep it coming.

-Don't PM me for support-
- Ger
- Recognised Extension Developer
- Posts: 1979
- Joined: Wed Jan 02, 2008 7:35 pm
- Location: 192.168.1.100
- Contact:
Re: some questions about the extension
I mean:3. When I try to login from /app.php/article/index allways redirect me again to login from the /index page which by default is the Forum. It is possible to use only the Login of this extension? It is possible to configure phpbb and make this?
I'm not sure what you mean exactly. When I login from that sidebar, I get redirected to the article or category I'm viewing.
when I try to login from: http://{URL}/app.php/article/index
I am redirected to: http://{URL}/ucp.php?mode=login&sid=9e8905893f65accb3b10b67af87fada7
With the following message: The submitted form was invalid. Try submitting again
And from here I login…
Any idea?, thanks in advances.
Regards
-
- Registered User
- Posts: 105
- Joined: Thu Aug 28, 2014 10:00 am
- Contact:
Re: some questions about the extension
Could you try it with prosilver style enabled for me and report the result?
Simple CMS, Feed post bot, Avatar Resize, Modbreak, Magic OGP, Live topic update, Modern Quote, Quoted Where (GDPR) and Autoresponder.
Newest: FAQ manager for 3.2
Like my work? Buy me a coffee to keep it coming.

-Don't PM me for support-
- Ger
- Recognised Extension Developer
- Posts: 1979
- Joined: Wed Jan 02, 2008 7:35 pm
- Location: 192.168.1.100
- Contact:
Re: some questions about the extension
Hi, I got the same result with prosilver.Ger wrote:I have an idea where that could originate from, yet I'm not experiencing it myself. I need to investigate it.
Could you try it with prosilver style enabled for me and report the result?
-
- Registered User
- Posts: 105
- Joined: Thu Aug 28, 2014 10:00 am
- Contact:
Re: some questions about the extension
Could you pull the latest version from Github: https://github.com/GerB/cmbb
You should purge your cache trough the ACP index after installing the new version.
Simple CMS, Feed post bot, Avatar Resize, Modbreak, Magic OGP, Live topic update, Modern Quote, Quoted Where (GDPR) and Autoresponder.
Newest: FAQ manager for 3.2
Like my work? Buy me a coffee to keep it coming.

-Don't PM me for support-
- Ger
- Recognised Extension Developer
- Posts: 1979
- Joined: Wed Jan 02, 2008 7:35 pm
- Location: 192.168.1.100
- Contact: