Stephen Edgar
Forum Replies Created
-
Forum: Alpha/Beta/RC
In reply to: 4.0 Beta 1 broke my siteSee https://core.trac.ww.wp.xz.cn/ticket/20276#comment:35, fixed in r29222.
Updating should resolve this issue for you.
Forum: Alpha/Beta/RC
In reply to: translations are not updatedSee https://core.trac.ww.wp.xz.cn/ticket/28571
(This ticket covers most of the ‘Some of your translations are not updated’ issues)Forum: Themes and Templates
In reply to: [Baskerville] bbpressI made a quick bbPress template for Baskerville π
If bbPress finds a bbpress.php file in the theme directory it will try to use that for the content, so a quick copy and paste from
page.phpand I removed the comments get template.This should help I hope π
Forum: Alpha/Beta/RC
In reply to: Apostrophe not showing correctly in theme search placeholderIt looks like there are quite a few instances where the apostrophe used in the Dutch translation is ‘, English uses β in most places.
I think this may best be looked at by the Dutch translation team.
– The string mentioned above is here
– The search results of ‘ in the Dutch translation are here
Maybe @defries or @rubenw can help here.
See also: http://nl.ww.wp.xz.cn/
Edit: Argh… Escaping HTML entities… ‘, English uses β
The Dutch translations use
& # 3 9 ;, and English use& # 8 2 1 7 ;in the translations for apostrophe’s (Remove the ‘whitespace’ from the code blocks just mentioned here)Forum: Plugins
In reply to: [Query Monitor] Conflict with bbPress (splitting topic)I just tried this with Version 2.6.7 then updated Version 2.6.8 and had no issues, splitting a topic works for me.
Forum: Plugins
In reply to: [bbPress Threaded Replies] Threads not displaying, Plugin brokenYes, the author of the plugin is no longer maintaining this plugin as this was merged into bbPress. The same author that wrote this plugin added this to bbPress Core.
Just go to bbPress settings (Dashboard -> Settings -> Forums) and enable ‘Threaded Replies’ and select how many levels deep you want threaded replies enabled for.
Forum: Plugins
In reply to: [bbPress Threaded Replies] Threads not displaying, Plugin brokenThreaded replies are now built into bbPress, you shouldn’t need to use this plugin.
I’d suggest deactivating and deleting this plugin and enabling threaded replies in bbPress settings.
Forum: Plugins
In reply to: [bbPress] Can't create a topic in bbPress forum on your siteHere you go, a custom plugin to make it easier π
Just change the forum ID, as soon as you you activate the plugin it will update every user to subscribe to that forum ID.
Once you have activated it and no error message appears (ensures a correct forum ID) then deactivate it and delete the plugin.
Forum: Plugins
In reply to: [bbPress] Can't create a topic in bbPress forum on your siteArgh! What I posted above was for topic subscriptions, I will edit it now
Forum: Plugins
In reply to: [bbPress] Can't create a topic in bbPress forum on your siteIn
wp_usermetaeach user ID that you want subscribed to the the forum needs a meta keywp__bbp_forum_subscriptions(Note the double underscore between wp and bbp) and a meta value of the forum ID.In the pic below there are 3 users, user ID’s, 1, 278 & 760 with a comma separated list of subscribed forum ID’s.
Forum: Plugins
In reply to: [bbPress] Can't create a topic in bbPress forum on your siteI’m trying to create a topic on your bbpress.org site/forum, and I keep getting an error that my topic can’t be created. Doesn’t really give me a lot of confidence before installing this on a website. π
That’s weird, I just tried myself and it worked, checked the spam queue and your topic or topics are not there either π
I’m working on a site that currently has 120 WordPress users. We’re looking at installing a bbPress for the forum. I need to be able to mass subscribe all 120 users to a new forum that will be created once it’s installed. I’ve searched but haven’t seen a solution to this. Is this possible with bbPress?
Yes, this is entirely possible, a quick custom plugin would do the trick or add them directly into the database if your fluent and confident with MySQL π
Forum: Plugins
In reply to: [bbPress] Private Forums 404 for Users Not Logged InIndeed 404’ing for not logged in users is intended and normal behaviour for private topics.
You are also correct that this is plugin territory, there are numerous ‘member’ type plugins and ‘private forums/topics’ reply plugins and I’d suggest taking a look at a few different ones of each, they are all similar but still different, you should be able to find one that meets your needs.
I’d also suggest you are better off posting on http://bbpress.org/forums/ to get more of a discussion around bbPress issues you have and see what combinations others have used.
I’m also going to mark this as resolved as continuing this on bbpress.org is preferred.
Forum: Fixing WordPress
In reply to: Change to en_AU – all instructions are running in circlesThe only thing you need to do is to edit the
wp-config.phpfile:- Open
wp-config.phpwith a text editor - Change
define('WPLANG', ''); - To
define('WPLANG', 'en_AU');
Once you have done that open up the WordPress Dashboard and click ‘Updates’, you should now see “Some of your translations are out of date.”, if not click “Check Again” to check for new updates then click “Update Translations” and they will be installed for you.
Forum: Fixing WordPress
In reply to: Change to en_AU – all instructions are running in circlesAll you need to do is if the `wp-config.php change at the bottom of your post, WordPress will automatically download the en_AU translations for your 3.9.1 install and you will automatically get future translations updates.
define( 'WPLANG', 'en_AU' );Once you’ve done that go to your dashboard and check for updates…
With all that said, I’ll go through and find why the handbook links are not quite working and get those updated.
As to the links to all the translations, the paragraph immediately before those links:
To get each the files manually you need to click βExportβ for both the Portable Object Message Catalog (.po) and Machine Object Message Catalog (.mo) files from the dropdown menu at the bottom of each of the following pages and rename each file to the correct file name listed next to each link below:
(It’s not the friendliest system to navigate and I plan on removing those links now that automatic translation updates are flowing as these are not something anyone should have to worry about)
Forum: Plugins
In reply to: [bbPress Custom Reply Notifications] bbPress 2.5.4-5380 PHP warningI’ve just submitted a pull request to fix this and custom topic titles for new topic notifications π
https://github.com/pippinsplugins/bbPress-Custom-Reply-Notifications/pull/5
- Open
