Stephen Edgar
Forum Replies Created
-
Forum: Plugins
In reply to: [Widget Logic] Widget Logic does not work with bbpress pagesFYI The current bbPress Conditional Tags are here:
http://codex.bbpress.org/bbpress-conditional-tags/(The link posted previously was for the old bbPress standalone version and not the current v2.x plugin)
Forum: Plugins
In reply to: [bbPress] how to remove domain/forum/forums/post extemsion?It looks like your issue is resolved 🙂
In the future please post bbPress support questions to http://bbpress.org/forums/ as the forums here are not monitored.
Forum: Fixing WordPress
In reply to: Plugins not installing properly or updatingGlad your sorted, if you do try bbPress again and have an issue let me know.
Cheers,
Stephen
Forum: Fixing WordPress
In reply to: Plugins not installing properly or updatingI just took a look at your file permissions you mentioned and I’m not 100% sure, it could be something to do with your mention of a ‘dummy installation’, I’m not sure how or what ‘One and One’ may be using for a ‘staging’ environment and that could be an issue.
I’d also check the codex article regarding file permissions:
http://codex.ww.wp.xz.cn/Changing_File_Permissions#Example_Permission_Settings
Forum: Fixing WordPress
In reply to: Plugins not installing properly or updatingI downloaded WordPress 3.8.3 nl_NL from http://nl.ww.wp.xz.cn/releases/
I have full working nl_NL translations for WordPress 3.8.3, Akismet, bbPress, Twenty Twelve, Twenty Thirteen and Twenty Fourteen in
example.com\wp-content\languagesHere is a copy of the Google Translate messages I saw as I updated the translations: https://cloudup.com/cBJMwVdACpR
One question, not that this should be the cause of your issue, though why are you still using WordPress v3.8.2 and not WordPress v3.9.1?
I can’t find anything wrong with my WordPress v3.8.3, Akismet v3.0.0 and bbPress v2.5.3 install or translations.
This doesn’t help you but let me think about what else could be an issue for you.
Forum: Fixing WordPress
In reply to: Plugins not installing properly or updatingNumber of Files :
9,667 of 262,144 usedThat is a weird statement, I read that as “You have used 9,667 files out of the 262,144 you are allowed on our hosting plan”
I would also make the assumption that if it was a file storage space issue then deleting ‘more’ plugins than that you are ‘updating’ I would presume you now have more space available than you did previously.
My first thought was said storage space limitation but what really peaked my interest was the automatic translation updates you are seeing for nl_NL.
I’m one of the bbPress developers and created the Australian translations so we could ‘get this right’ and ensure end users had a great experience.
I’ll go install WordPress 3.8.2 nl_NL. I’ll then add Akismet and bPress and take a look at the translation updates that come though.
There are some major changes going on behind the scenes with automatic translation updates and this may be an issue with WordPress 3.8.x.
Forum: Fixing WordPress
In reply to: Plugins not installing properly or updatingThat’s strange, any chance you have run out of storage?
(i.e. Your hard disk space allocation is full)Forum: Fixing WordPress
In reply to: Can't paste Excel graphs in v 3.9Forum: Fixing WordPress
In reply to: Updat wp 3.9 installed 4.0 Alpha@fj196787 If you set the WordPress version in
/wp-includes/version.phpto3.9and then check for updates you should see:(Substituting en_AU for en_GB in your case)
You then click ‘Update Now’ and your site will upgrade to WordPress en_GB v3.9.1

Sigh… Don’t ask me why I posted this here :/ Pull request sent 😉
Forum: Alpha/Beta/RC
In reply to: Live site automatically updated to an Alpha versionThanks and thanks for the follow up @lepussaliens and I’m glad your ‘fixed’.
As I have said previously we are improving our translation tools for WordPress 4.x but I’ll ask the teams to be extra vigilant for any future v3.9.x releases that we avoid seeing this issue again for any locale.
Forum: Fixing WordPress
In reply to: How can I redirect select pages when user is logged out?I think you may be looking for
is_bbpress()which should do what you are after, there are also a few more conditionals on the following page and quite a bit of reference code scattered throught the bbPress forums here.Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Conflict with bbpressI cannot reproduce this issue: https://cloudup.com/cRVIZrITpU6
WordPress 3.9.1, Twenty Fourteen v1.1, bbPress v2.5.3 and Jetpack v2.9.3 work as expected for me.
@leopolds I think you have a plugin conflict, to try and resolve conflicts with other plugins please disable all your plugins except bbPress to see if the error persists. Re-enable each plugin one at a time and if things break again you should be able to now know which other plugin is causing the conflict.
Forum: Alpha/Beta/RC
In reply to: Live site automatically updated to an Alpha version@lepussaliens No worries, apologies again 🙂
When it is your morning it will be my night, if I’m not around when you post this is why, in the meantime if you need some help with anything hopefully some others can help here.
Forum: Alpha/Beta/RC
In reply to: Live site automatically updated to an Alpha versionHadn’t thought of that, sorry
(For future reference you would just need to add en_GB back to WP_LANG in
wpconfig.php)I see two options available to you now …
1. Sneak of and try that site again tomorrow, could be any number of reasons for timing out, internet connection congested, web host maintenance2. Manually reinstall en_GB 3.9.1 using FTP
If you choose option 2, make a site and DB backup and follow along one of these guides…
Step by step details for this are:
http://codex.ww.wp.xz.cn/Upgrading_WordPress_ExtendedA slightly less detailed steps:
https://codex.ww.wp.xz.cn/Upgrading_WordPress#Manual_UpdateEven less details:
1) Download the zip
2) Unzip
3) FTP the files to your server, overlaying them atop the ones you haveDON”T DELETE FILES YOU NEED OR OVERWRITE THEM
* wp-config.php file;
* wp-content folder;
* wp-images folder;
* wp-includes/languages/ folder–if you are using a language file do not delete that folder;
* .htaccess file–if you have added custom rules to your .htaccess, do not delete it;
* robots.txt file–if your blog lives in the root of your site (ie. the blog is the site) and you have created such a file, do not delete it.