Forum Replies Created
-
In reply to: Sidebar shows in full-width-page template
Try just leaving the page with the default template as this might be confusing things a little.
(Keep the
bbpress.php
file with Twenty Fourteens full width page code in it.)How’d that work?
This will be an issue for WPTouch Pro 3 Support
http://www.bravenewcode.com/wptouch/ OR https://wordpress.org/support/plugin/wptouch
Thanks Ross 🙂
In reply to: Translation not workingFirstly looking at https://codex.wordpress.org/WordPress_in_Your_Language#Finnish_-_Suomi_.28fi.29 and https://i18n.svn.wordpress.org/fi/trunk/dist/wp-config-sample.php
You should be using
define ('WPLANG', 'fi');
for WordPress
You should be usingbbpress-fi.po
andbbpress-fi.mo
for the bbPress filenames.Now the Finish translations they are only at 77% translated, 814 translated, 234 untranslated & 48 waiting approval.
You can add the missing translations using your WordPress.org user/pass via https://translate.wordpress.org/projects/bbpress/dev/fi/default
Then I’d suggest contacting the Finish translation team via https://fi.wordpress.org/contact/
There also might be some related translation discussion at https://fi.forums.wordpress.org/
Let me know if there is anything else I can help out with 🙂
In reply to: Blank NotificationsI’d suggest you post BuddyPress issues on http://buddypress.org 🙂
In reply to: Forum options not showing in DashboardA high chance this is a plugin conflict, try disabling each of your plugins until you see bbPress return and let us know which plugin it is, if not a plugin we can go from there.
In reply to: Hi thanksIndeed, thank you @quentin1495, glad you like it. 🙂
And thank you @robin-w for all you do around here also, it is much appreciated. 🙂
In reply to: multi LanguagesOh BTW… WPML has an extra plugin to make it compatible with bbPress but no public download link, you need to ask them for this, why? I do not know you just do :/
In reply to: Visual bbpressDoes it work with a default theme? (Twenty Thirteen for example)
In reply to: Change user role from outside bbPressI’d suggest taking a look at the bbPress Repair Tool to remap users forums role as it shows pretty much what you are trying to achieve using
bbp_set_user_role
https://bbpress.trac.wordpress.org/browser/trunk/includes/admin/tools.php#L771
In reply to: Customising bbp_list_forums – Last Poster BlockI am going to close this topic as we should be really using the following topic 😉
(My bad, I may have pointed a few people to this one recently)I have created a bbPress starter theme with a phpBB look and feel
In reply to: Thousands of revisionsThat’s possible but most of that is not my expertise and a little beyond my skillset. 😉
I’d probably suggest you do some debugging, grab the following plugin as it will add a few other debug plugins, in particular ‘debug bar’ and you will be able to view the SQL queries being made to MySQL that might help track what actions are causing a post revision to be added.
That is a little strange, was it only in one particular browser? (IE, Firefox etc)
Aside from that if you need to have custom templates the best way is to copy the template you need to a subfolder
/bbpress
of your theme to avoid it being overridden after an update.https://codex.bbpress.org/theme-compatibility/
I’d suggest you copy that
form-topic.php
template per the above.You could also try adding some CSS styling to those labels to make them work better with your theme.
In reply to: new post content is not being displayedJillianne, glad you found the issue, it might be worthwhile adding a post to the support section on CodeCanyon here http://codecanyon.net/item/pages-by-user-role-for-wordpress/136020/comments
p.s. I moved your topic is it was a different issue 🙂
This is now supposedly resolved though you have to contact AWPCP to get the update
https://wordpress.org/support/topic/awpcp-kills-the-bbpress-dashboard
In reply to: Permission ErrorAWPCP state this is now fixed, contact them for an updated version.
https://wordpress.org/support/topic/awpcp-kills-the-bbpress-dashboardIn reply to: Forum PageI just noticed that the permalink is …/forums/forum/… is that normal?
Yes, the ‘forums’ part is the ‘forum root’ prefix you have set in the settings
https://codex.bbpress.org/forum-settings/#forum-root-slugThen the ‘forum’ is the prefix before a single forum name.
https://codex.bbpress.org/forum-settings/#single-forum-slugsIn reply to: Forum PageSee if this stops your theme from nuking the forum list. Make a copy of your themes full width template eg.
page.php
file and rename it tobbPress.php
then all your bbPress pages will use this template.In reply to: using WP_Editor instead of default html editNice, thanks for this 🙂
In reply to: Where is registered the forum sidebar?There are numerous ways of doing this:
You can use a conditional to check
is_bbpress()
Make some copies of your templates for example and make a copy of
page.php
file and rename it tobbpress.php
and call a specific sidebar template egbbpress-sidebar.php
from yourbbpress.php
template.In reply to: Shortcodes for 3 Words (Members, Groups, Activity)Activity, Groups and Members are BuddyPress features, try asking on https://buddypress.org/
In reply to: bbp 2.5.2 HTTP 500 Error Upon ActivationHave you tried disabling all your plugins, then enable bbPress?
Plugin Conflicts
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.In reply to: Keymaster Role not available@stjaymz Nice, clever idea, I will have to try and remember this 🙂
In reply to: Combine WordPress Comments and BBpress PostsThis can NOT be done at this stage with bbPress.
Comments are just that and bbPress uses custom post types (CPT) and we do not have comments enabled for these custom post types.
What we are working on though is replacing WordPress comments with bbPress topics.
In reply to: Cannot see "Forums" tab in WordPress dashboardTry installing the plugin I linked below and compare the roles of your users in particular ‘keymaster’ to what the defaults should be in the codex.
https://github.com/johnjamesjacoby/bbp-capabilities
(Open a users profile from the Users section in wp-admin and scroll down)https://codex.bbpress.org/bbpress-user-roles-and-capabilities/