Fidgety Lizard
Forum Replies Created
-
Forum: Plugins
In reply to: [Forum Beginner Posts] please help!!!Re bbPress in themes, take a look here:
On a plain vanilla install of bbPress , the plugin looks for the following templates from your current active WordPress theme in and “injects” the forum into the first one it finds.
It will find any of the page templates with the names listed below.
plugin-bbpress.php
bbpress.php
forums.php
forum.php
generic.php
page.php
single.php
singular.php
index.phpStart at the top of the list and look for any matches in your theme. The first matching file will be the one bbPress uses to generate its output.
If you’re not a PHP/HTML coder, you’ll probably want to refer this task to somebody who is.
If you don’t mind, I’m going to mark this thread as closed as it’s not a problem with the plugin per se.
Forum: Plugins
In reply to: [Forum Beginner Posts] please help!!!Hiya,
Ok, I’m not seeing the footer, and it’s not present in the page source.
You wrote:
——
It is not clear if it harmed the BBpress files or the theme files because the footer and admin bar are back when I disable BBpress but on the other hand when I switch to the default theme everything works fine.
—–The plugin has not touched any files in BBPress or your theme.
Since BBPress is working with the default theme, and your theme is ok if BBPress is disabled, the problem almost certainly lies with the way your theme is generating BBPress pages.
I suggest you fix your theme so that your BBPress pages validate properly before trying to enable TinyMCE for forum posts.
Forum: Plugins
In reply to: [Forum Beginner Posts] please help!!!PS Try validating your forum page here:
https://validator.w3.org/If you enter the link http://prabhuji.net/forum/prabhujis-forum/, you’ll see that there are errors to do with unclosed HTML elements (errors 11-17 at the time of testing.)
It’s these unclosed HTML elements that are the most likely source of your page layout problems above. (Your page layout can mess up badly if important structural elements of the page haven’t been closed properly in the right place.)
I recommend you take a look at the forum-related code in your theme, and make sure that all opened HTML elements are being properly closed again.
Forum: Plugins
In reply to: [Forum Beginner Posts] please help!!!Hi there,
I’ve had a look at your main forum page and it’s looking fine from here – have you tried clearing your browser cache and reloading the page with shift-reload?
The plugin doesn’t touch bbPress files or theme files; it simply enables the TinyMCE editor and paste-as-text using options already built into bbPress. (If you enabled these options in your own theme’s code rather than using the plugin to do it, the effect would be the same.)
The most likely thing is an incompatibility between your theme’s css/js and the TinyMCE code (or with some other plugin you have installed that is conflicting with TinyMCE.)
To further debug this, you can try switching to one of the built-in themes such as Twenty Sixteen, enabling the plugin and seeing if the TinyMCE tools appear properly when creating forum posts. If they do, the problem is most likely with your theme.
If the tools still don’t appear properly using one of the standard themes, you’d need to try disabling other plugins to see what is interfering.
Hope this helps!
Forum: Plugins
In reply to: [Clarify Password Reset] Can I do this per suer Role?Hi there,
The email notifications are sent by WordPress when you add a new user. As you probably know, you can prevent a message being sent by UNTICKING the “Send User Notification” checkbox when adding a user in standard WP, and by TICKING the “Skip Confirmation Email” when adding a user in a WP multisite sub-site.
(As we speak I’m writing a small plugin which will reverse the default notification/confirmation settings, to help admins who prefer to create users without sending immediate notifications. I’ll add a link to it in this thread when it’s ready.)
However, AFAIK there’s no built-in way to send/bulk-send user notifications later on, if you didn’t send them when the accounts were created. We do this when required by manually requesting a password reset for the affected user(s); however, this is pretty clunky if you have lots of users!
There may be other plugins that can send delayed notifications; if not, I might look into creating one as it’s something we could do with too. Keep an eye on this thread for updates.
Forum: Reviews
In reply to: [Forum Beginner Posts] worksCheers Zlato!
Forum: Plugins
In reply to: [Clarify Password Reset] Custom text lost in the backgroundHi Marika,
Glad you sorted it.
For anyone else reading, the configurable warning message is contained by a div of class “flizcpr-browser-warn” – so you should be able to style it as you wish with CSS.
Cheers,
KonaForum: Plugins
In reply to: [Forum Beginner Posts] tinyMCE not working in Internet ExplorerHi Skaks,
I’ve just tested with IE10, WP 4.3.1 and the Twenty Fifteen theme and it’s working fine, so it’s almost certainly an incompatibility with the Medical Lite theme (perhaps it’s loading some conflicting CSS or JS?)
A weird and possibly related issue I’ve seen occasionally (in the admin back end rather than bbPress) is with tinyMCE edit boxes showing up as empty when they aren’t, because they display their content using white text on a white background. (Selecting the “empty” content by dragging the mouse, so that the background changes to highlight colour, reveals the text.)
I’ve generally been able to work around this issue by using the “Use Google Libraries” plugin by Jason Penney, which makes the edit boxes “normal” again. (I assume this might be because it affects the load order of scripts…) Might be completely unrelated to your theme’s issue, but might be worth a shot?
Forum: Plugins
In reply to: [Forum Beginner Posts] tinyMCE not working in Internet ExplorerHi Skaks,
I’ve tested in both IE11 and Edge using WP 4.4, bbPress 2.5.8 and the Twenty Sixteen theme, and in both cases I can enter text successfully in the TinyMCE box.
In the absence of further info I’m going to mark this thread resolved.
Forum: Plugins
In reply to: [Clarify Password Reset] Warn UsersHi Li-An,
Thanks for the heads-up! The rogue backslashes should be fixed now, in today’s release 1.1.2.
You’ll need to re-enter your custom warning message if the one you’ve saved already contains rogue backslashes. After that, apostrophes etc should be fine.
Glad you’re finding the plugin useful!
Cheers,
KonaForum: Plugins
In reply to: [Forum Beginner Posts] tinyMCE not working in Internet ExplorerHey Skaks, could you tell me the following?
* What version of IE you’re using
* What version of WP you’re using
* What version of bbPress you’re using
I’ll see if I can duplicate the problem.