Search Results for '"wordpress"'
-
Search Results
-
Hi
It is easy to customize backend buttons with the pugin “Post Editor Buttons Fork”, but it does work only in the backend. How I could add and remove buttons in front-end. I would like to add at least [SPOILER][/SPOILER] tag and i would lke to use [CODE][/CODE] insteaf of the default code button.Where is the code, which defines editor? Could I hardcode changes, which I want?
Controlling the graphic editor TinyMCE Advanced might be more difficult. Is the alternatives for TinyMCE andvanced in the front-end. I would be nice to get.
I have a temporary solution by using an additional menu. See https://www.sanaristikkofoorumi.net/wordpress/forums/topic/uusia-ominaisuuksia/?view=all#post-28829
When I add a new topic to my forum the cache does not clear when forum or topic updated. It looks like bbPress is not sending the API Call for WordPress to clear cache after a Topic has been updated.
Any advice?
Topic: Is bbPress alive?
Hello, I am planning to create a new forum with bbPress but because there haven’t been updates for 2 years and I am planning to maintain that website for 10 years or so I ask myself if it even still makes sense to use bbPress with a new website?
It works for me but, what about php 8.2?
What about security updates?
What about WordPress compatibility.Is bbPress going to die or practically already dead?
Does anyone know something about it.I know it works now but what about in a year, when I have to update my php or stuff like that?
No updates for 1 year+ normally is a really red flag for a plugin…
Topic: Registration ERRORS
When a user attempts to “Register” on https://loftusweb.com they get errors saying “The username you entered is incorrect” and “The email you entered is incorrect”.
This happens for a new user. If you want to try it, go to the above link then click the “Registration and Discussion” link upper left. Then try to register “Join Us”.
I don’t know where the error is coming from nor how to fix it.
WordPress Version 6.2.2
bbPress Version 2.6.9
bbstyle pack Version 5.6.0Topic: Sidebar in Blocksy
Hi, I am using the free Blocksy theme, they only allow a main sidebar. How can I incorporate a sidebar for bbpress? I want the login, reset password and register on it.
Wordpress. com 6.2.2
bbpress 2.6.9With the latest releases when navigating to a forum (not the forum index), any Elementor code is gone. Same when using just a sidebar or blocks.
I found an old advice here https://kriesi.at/support/topic/bbpres-no-sidebar-in-topics/ but unclear where the mentioned sidebar.php is located (perhaps theme specific).
-
Other things I’ve tried
- Configured to use the same forum slug (forum, no root)
- Disabled the main theme, use the latest WordPress default theme.
- Disabled a redirection add-on.
Topic: Registration/login form
Which plugin can I associate with BBpress for registration and login?
I would like to use something other than the wordpress form.Topic: Installation of bbpress
Hi, I had a fully functional version of bbpress and have changed my domain name in repurposing my site, however when I log in to the dashboard where bbpress had three tabs Forum, Topics and Replies but recently have only two Topics and Replies so am unable to create new forum topics. The menu name I used for access the forums was Forum or Forums which I have read somewhere can create a clash, I have uninstalled and reinstalled bbpress a few times but cannot get it to work. wordpress 6.2.2, Ocean WP template, Elementor 3.13.4, Elementor pro 3.13.2 the link being geelongtoday.com Thanks
Topic: TinyMCE for guests?
I’m posting this on behalf of another user from this topic/post. I can’t verify this, but they claim that the TinyMCE visual editor used to show for guest posters (yes, guest posting is enabled on their forum).
They’re claiming that at some point within the past few months, that stopped.
I tried on my dev server and confirmed that guests do NOT see any visual editor buttons, but I don’t know how long that has been the case, or if guests were ever able to see the TinyMCE editor in the first place.
I’m scratching my brain trying to figure out how to enable the TinyMCE editor for guests. There’s nothing helpful related to this in the WP TinyMCE docs, WP Rich Text Editor Filters, or in the TinyMCE v4 docs. Browsing through /wp-includes/class-wp-editor.php (specifically the editor_settings method) was also a bust.
The only check I’ve been able to find that determines whether or not to display it is “user_can_richedit()”, and even forcing ALL users to have richedit capabilities doesn’t solve it:
add_filter('user_can_richedit', '__return_true');
So my question – How do you enable the TinyMCE editor for guests???