You are not logged in.
- Topics: Active | Unanswered
Pages: 1
#1 2021-05-24 15:53:47
- Moszczak
- Member
- Registered: 2020-03-22
- Posts: 17
Block menu
Any one know how to fix it?
Offline
#2 2021-05-26 20:38:57
- Franz
- Lead developer
- From: Germany
- Registered: 2008-05-13
- Posts: 6,742
- Website
Offline
#3 2021-05-26 20:52:04
- Moszczak
- Member
- Registered: 2020-03-22
- Posts: 17
Re: Block menu
Please clarify your question. What exactly do you want to fix, or change? Is it about the two yellow items?
it's about no spacing between menu
Offline
#4 2021-05-26 20:53:49
- Moszczak
- Member
- Registered: 2020-03-22
- Posts: 17
Re: Block menu
it happened in every admin.php file too and in pmsnew too
it should be something like this
Last edited by Moszczak (2021-05-26 20:56:17)
Offline
#6 2021-05-27 09:34:54
- Moszczak
- Member
- Registered: 2020-03-22
- Posts: 17
Re: Block menu
Is this a custom style? It's hard to help you without being able to inspect the CSS.
yes it is
https://gamesense.ovh/forums/style/Cobalt.css
[edit]
added new css and included it in admin.tpl, everything works now, thanks for help!
Last edited by Moszczak (2021-05-27 09:42:49)
Offline
#7 2021-08-30 09:15:31
- faisal
- New member
- Registered: 2021-08-30
- Posts: 1
Re: Block menu
Sorry but i have no way to contact you Franz
I have a website on fluxbb which was working fine. My hosting provider changed something in my cpanel setting as it is a shared hosting and now i am getting this message on my site after enabling debug mode.
File: /include/functions.php
Line: 275
FluxBB reported: Unable to fetch guest information
Database reported: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'groups AS g ON u.group_id=g.g_id LEFT JOIN online AS o ON o.ident='72.255.40.234' at line 1 (Errno: 1064)
Failed query: SELECT u.*, g.*, o.logged, o.last_post, o.last_search FROM users AS u INNER JOIN groups AS g ON u.group_id=g.g_id LEFT JOIN online AS o ON o.ident='72.255.40.234' WHERE u.id=1
Please can you help how to fix it kindly ....
Offline
#8 2021-08-30 11:46:09
- Visman
- Member
- From: Siberia
- Registered: 2010-07-10
- Posts: 1,536
- Website
Re: Block menu
@faisal, see https://fluxbb.org/development/core/tickets/1148/
1. Make a backup of the forum database.
2. Rename all tables related to the forum, add any prefix to their names, for example: forum_ (groups --> forum_groups)
3. Change config.php file:
$db_prefix = '';
-->
$db_prefix = 'forum_';
My modification of FluxBB 1.5.11 - rev.83, Parserus, ForkBB Pre-Alpha
I speak only Russian
Offline
Pages: 1