Page 2 of 2

Re: Getting BBCode to work

Posted: Tue Jul 12, 2022 6:30 pm
by Lee
Where can I download a new version of the BBCode plugin?

Re: Getting BBCode to work

Posted: Tue Jul 12, 2022 8:35 pm
by fraenkiman
Hallo @Lee,

on Github at the following link: https://github.com/flatpressblog/flatpress/tree/master/fp-plugins/bbcode

Best regards

Re: Getting BBCode to work

Posted: Tue Jul 12, 2022 11:46 pm
by Lee
NNNNNNNNNNNNNNNNNNNNNNNNNHow to download it in a 'plugin' pkg.?

Edit: I got it from the main program. It doesn't work either. Anyway, as I said, I'll just use the template listed above.

Re: Getting BBCode to work

Posted: Sun Jul 17, 2022 8:56 pm
by fraenkiman
Hello @Lee,

just click on the green "Code" button on Github. Then click "Download ZIP.
Then you can pick the files you need locally from the ZIP archive.

And you already have the latest files for the bbcode plugin

Best regards

Re: Getting BBCode to work

Posted: Mon Jul 18, 2022 7:51 pm
by Lee
Still doesn't work. Oh well .....

Re: Getting BBCode to work

Posted: Wed Jul 20, 2022 10:14 pm
by Lee
Well, using the template from https://bbcode.ilma.dev/ doesn't work too good when it's copied into FlatPress as the BBCode plugin is not working. Any other suggestions?

Re: Getting BBCode to work

Posted: Mon Jul 25, 2022 9:15 pm
by fraenkiman
Hello @Lee

Hmm, strange!

There may be another reason for the bbcodeplugin problem.

1.) Disable all non-default plugins

2.) Try resetting the file and directory permissions. For me it looks like this:

Code: Select all

sudo chmod -R 775 /var/www && sudo chown -R www-data:www-data /var/www && sudo systemctl restart apache2 && sudo service php7.4-fpm restart
3.) Disable all browser extensions, possibly other browsers; test another client.


If that doesn't work, back up the block's data

1.) Reload the current complete Flatpress repository fp-1.3dev [master] on the server.

Good luck and best regards

Re: Getting BBCode to work

Posted: Thu Jul 28, 2022 1:37 pm
by Arvid
Hi,

just as an idea: Maybe it's not the BBCode plugin that's broken. It might as well be any other JavaScript (maybe from another plugin as fraenkiman suspected, or even the theme) that contains errors and breaks the whole site. You'd need to inspect this with the help of the JavaScript console of the browser's developer tools (F12 key). If the console shows red error messages, that would be a sign for my theory.

To confirm if the JavaScript on your site is generally broken: Are you able to drag and drop the widgets in Admin Area -> Widgets?

All the best,
Arvid

Re: Getting BBCode to work

Posted: Wed Sep 20, 2023 8:00 am
by perindu
Hi

Sorry for necropost

I got the same issue also.
I think it's related to theme or css ( when i used theme flat mistylook ) i can't click anything.
Css maybe related to body-container / outer-content vs container / content

Thanks

Re: Getting BBCode to work

Posted: Sat Jan 20, 2024 9:10 pm
by Arvid
perindu,

welcome to the Support Forum and thanks for your testing! :)
Does the BBCode plugin work properly if you change to the standard Leggero theme?

All the best,
Arvid