Forum Replies Created
-
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.
@wendylady, also, if you install the “Advanced Editor Tools” plugin you can get your TinyMCE toolbar to show the menu bar. I just tried it. This menu bar has the “Restore last draft” on it.
But I have not added any code to include the “restoredraft” button on the toolbar itself.
But as previously mentioned, the autosave is defaulting to 30 seconds.
Hi @wendylady
Thanks for trying the plugin! According to the TinyMCE documentation for autosave it simply states:
This plugin gives the user a warning if they made modifications to the content within an editor instance but didn’t submit the changes.
I notice there is an option
autosave_interval
:This option enables you to specify the time the editor should wait between taking snapshots of the current content and saving them to local storage. The syntax is to append the letter s to the end of a number value. For example, “30s” for 30 seconds.
According to the documentation the default is 30 seconds. Since i do not specify this option in my plugin it must be using this default of 30 seconds.
If you don’t mind, could you also re-produce your query in the support forum for the plugin:
https://wordpress.org/support/plugin/add-autosave-fullscreen-to-tinymce/
?
And I can add the same response there.
Does this help?
In reply to: Catering for when users simply reply to emailsMy apologies. I did not realise it had been tweaked two weeks ago.
In reply to: Catering for when users simply reply to emailsI appreciate that you took the time to look.
Maybe sometime soon we will get an updated bbPress? Who knows …. Atleast one that says it officially supports the latest wordpress version that is out.
In reply to: Catering for when users simply reply to emailsI getcha. Understood.
I use the bbPress Notify (No-Spam) plugin and for replies use this template:
A new reply has been posted by [reply-author].
Topic title: [reply-title]
Topic url: Link to ReplyExcerpt:
[reply-excerpt]I support I could either remove the excerpt like you say or add another sentence:
Note:
Click on the link to log into the support forum and add your reply to the discussion. Please do not simply reply to this email with your response.In reply to: Notify user when a reply goes into moderationThanks for your code. It has been so long now when I asked this that i am reluctant to start fiddling with my setup.
I prefer to continue to wait until such a time and bbPress is updated rather than add bits of code to my functions file.
At the moment what I have works for me due to the bsp settings that were added some time back.
Thank you for the code though.
In reply to: TinyMCE will not display on siteHi @lepalois
I am using 5.7 and I am using TinyMCE. It still has the version of TinyMCE as it did in 5.6.
Works fine in my forum.
In reply to: bbP Signature – DevelopmentFYI I use the free version of GD bbPress Tools that has a setting for the User Signature. This plugin is actively updated.
In reply to: Users can’t upload mediaGreat!
In reply to: Users can’t upload mediaHi. This is not a CSS bit of code. it is for your functions PHP file.
In reply to: Using EnlighterJS inside “Quotes”It has option to quote reply or topic. This is the shortcode I refer to.
In reply to: Using EnlighterJS inside “Quotes”If you mean blockquote then yes, but it shows asa quote shortcode. See linked discussion.
In reply to: Statistics & Private ForumsI have not found a way.
I know that the author of the GD Press Tools has his own statistics widget and he fixed it there. But not the native one.
Even in the dashboard it doesn’t tell you the correct forum data – but just the public ones.
In reply to: PowerSearch bugPlease see this discussion:
https://wordpress.org/support/topic/searching-for-terms-like-10-19/
Turns out this is a bug in bbPress. My main website search engine is fine. Just the bbPress tool failing.
Can a ticket be raise?
In reply to: User StatisticsBTW what is the link to your site? Is it accessible via the BSP in the back end?
In reply to: User StatisticsGreat!
In reply to: User StatisticsUnderstood. Works well. I removed the trailing comma after “DESC”.
Thanks for your help!
In reply to: User StatisticsSorry, I was looking in the wrong place! One sec …
In reply to: User StatisticsSorry, but I can’t see this file in the ZIP I sent you.
In reply to: User StatisticsIt works – on both staging and live. 🙂 Now it shows the correct last approved user. Thanks!
In reply to: User StatisticsThanks. I will try it. Do you think I could try that as is on my staging site?