Forum Replies Created
-
In reply to: Hide a forum from everyone?
All good. ππ
In reply to: Hide a forum from everyone?Thanks. Do I set the parent as hidden or all children too?
In reply to: Multiple replies being createdHi
I did get the host to speed the site up but I still have problems. It is so annoying because I never did in the past and was very happy with bbPress on my site.
Take tonight for example, I added a reply to a forum post (a old chat from 2021) and it added my post 5 times! I had to delete 4 of them.
Why would it do this?In reply to: Multiple replies being createdI have to say that this issue, which never happened until recently, is very annoying. I get duplicate replies from me, duplicate replies from others. Frequently I have to delete duplicates.
In reply to: Multiple replies being createdJust tried – it only added 1 reply.
In reply to: Multiple replies being createdI have not tried again. Since I had to delete 8 posts.
In reply to: Editing toolbarFair enough. But tinymce has fallen behind so much now.
In reply to: Why has my own plugin broken?If I deactivate the one.com CDN feature then it works.
In reply to: Why has my own plugin broken?True. For some reason these specific links are getting messed up:
In reply to: Why has my own plugin broken?It is not new. It is mine. And TinyMCE has not changed for several versions in WP so all I had to do is change readme.
If I deactivate mine then it just shows an error for EnlighterJS instead (which adds code buttons)
In reply to: bbPress Advanced Statistics v1.5Hi Robin
That sems to have done the trick!
In reply to: bbPress Advanced Statistics v1.5I see:
https://stackoverflow.com/q/65297279/2287576
I think easiest is to drop the defaultness of first parameter in function declaration.
In reply to: bbPress Advanced Statistics v1.5I noticed for another plug-in with similar issue it said:
PHP8.0 has deprecated the use of optional parameters before required parameters.
When running this plugin on a website that runs PHP8.0 or higher, there is constant stream of errors about this.I confirm I am using PHP8.
In reply to: Breadcrumbs not workingFor what its worth … when it comes to breadcrumbs I am using these two plugins together:
Breadcrumb NavXT
Breadcrumb NavXT bbPress ExtensionsI have sub forums and it all works well, once it is set up correctly.
In reply to: bbPress GD Topic PollsDespite attempts to talk to author I had no response. Hope he is ok.
I ended up putting a WordPress poll on my site and did a generic post.
I will end up uninstalling gd topic polls.
In reply to: PicturesYou are right. By default you canβt upload images and embed them in your forum topic / replies.
There are plugins to allow it. Also you can upload images to your domain and paste their urls ok.
Finally you can paste imgr links and they will show inline. I tend to use imgr links these days.
In reply to: bbPress GD Topic PollsThis is a related discussion:
https://support.dev4press.com/forums/topic/creation-of-topic-doesnt-appear-on-the-topic/
It has stopped working. No longer visible and I changed no settings.
In reply to: Empty Text toolbar?In reply to: Empty Text toolbar?Could it be related to Autoptimize?
In reply to: Empty Text toolbar?Thanks. I added it underneath the existing code and purged my cache but no difference. So I took the code out again.
Any other thoughts?
In reply to: Empty Text toolbar?In bsp 9. Show editors is set to text only radio. Because my own / advanced editor tools kicks in to show the tinymce toolbar. But that normal one (like in your screen shot) is now empty. Never was before.
In reply to: Empty Text toolbar?Thats a long story @robin-w.
I use “Advanced Editor Tools” to the main TinyMCE tool bar.
I have my own plugin that adds a couple of tweaks to the toolbar.
I have TinyMCE Config but that is for the TinyMCE behaviour.
I think I have some custom hooks too.// ============================================================== // Tweak MCE Toolbars (bbPress Editor) function ajt_enable_visual_editor( $args = array() ) { global $bsp_style_settings_form ; $args['tinymce'] = true; $args['teeny'] = false; if ($bsp_style_settings_form['Show_editorsactivate'] == 1) $args['quicktags'] = false; return $args; } add_filter( 'bbp_after_get_the_content_parse_args', 'ajt_enable_visual_editor' ); // ==============================================================
In reply to: 2.6.9, what is in it?The blog (https://bbpress.org/blog/) now states:
bbPress 2.6.9 is a minor release that improves the Akismet clean-up routines introduced in the 2.6.7 release. If you are using Akismet with bbPress and saw some debug notices in your logs, this release is for you!
In reply to: Embedded imagesThink so.
In reply to: Embedded imagesYes – it clearly states that firefox will no longer show content that is embedded from another site. And that you have to view it on that actual site.
I know that a few weeks ago I changed the security headers on my site to prevent hijacking but that pertains to my site.
At the moment i have uploaded the image to my site and used the TinyMCE approach.
Look:
The first image pasted in visually (https://i.stack.imgur.com/8MjBc.png) but the second won’t.
How odd – NOW they show!
Ho hum.