Search Results for 'bbpress'
-
AuthorSearch Results
-
January 2, 2013 at 4:17 pm #124686
In reply to: Fix 404 issue for bbPress 2.2.x
Umbrovskis.com
ParticipantThank you! Worked to fix also my WPML (2.6.1, 2.6.3) issue related to this.
January 2, 2013 at 4:09 pm #124684In reply to: bbPress 2.2.3 Released
Umbrovskis.com
Participantthanks @082net https://bbpress.org/forums/topic/bbpress-2-2-3-released/page/2/#post-124538 that worked.
PS. Fixed issue with WPML plugin.
January 2, 2013 at 3:29 pm #124683allenmccabe
ParticipantThis plugin was a fresh install on the Production server; the Development server has almost identical configuration. Upgrading Development plugin of bbPress to 2.2.3 does NOT reproduce this error.
January 2, 2013 at 11:58 am #124682In reply to: New Topic Validation causes post to dissapear
hironroy
ParticipantI ran into the same issue w/ bbPress 2.2.3. Just the content is cleared out when a new topic has validation errors; the tags and topic type fields are preserved. I directly modified bbPress 2.2.3 in order to resolve this issue on my installation:
- Navigated to bbpress/includes/common/template-tags.php line 1605
- Removed the “if” statement so that the $post_content gets set by calling ‘bbp_get_form_topic_content’
//if ( bbp_is_edit() ){
$post_content = call_user_func( 'bbp_get_form_' . $context . '_content' );
// }
I did some minimal testing and the behavior of other topic editing seems to be unaffected by this change, and the change makes the content persist on New Topic Validation Error responses
January 2, 2013 at 11:57 am #124681In reply to: bbpress with buddypress child theme
@mercime
ModeratorLooks like this issue has been resolved.
January 2, 2013 at 11:06 am #124680In reply to: No "bbPress – User Register" in template?!
lesliemb
ParticipantUnfortunately, shortcodes aren’t working for me, either.
Any other leads?
Thanks so much for your help.
January 2, 2013 at 7:41 am #124675In reply to: Translation problem
Stephen Edgar
KeymasterThis is now fixed in /trunk/ and will be in the next release of bbPress, I also confirmed it in ticket #2138 (see the screenshot here)
@Rasheed I also recommended @Yousef-Matios post on the Polyglots blog here. regarding the Arabic translation of bbPress which he has and is more than willing to share. Can you also reply to that thread and update Yousef on how he can best help get the remaining Arabic translations needed at https://translate.wordpress.org/projects/bbpress/dev/ar/defaultJanuary 2, 2013 at 7:11 am #124674In reply to: bbPress Arabic Version
Stephen Edgar
KeymasterSee this thread here and contact @yousef-matios as he is more than willing to share the Arabic translation he has for bbPress.
January 2, 2013 at 6:59 am #124673In reply to: How to change notice strings
Stephen Edgar
KeymasterI think something along the lines of the following might work though it is a BuddyPress guide it would be quite similar to do for bbPress.
https://codex.buddypress.org/developer/customizing/customizing-labels-messages-and-urls/
January 2, 2013 at 6:42 am #124671Stephen Edgar
KeymasterbbPress 2.2.3 was released 11 December 2012
S2Member developer @WebSharks posted details of S2Member fixes in the following thread ~22 December 2012 https://bbpress.org/forums/topic/fix-for-users-of-s2member-and-bbpress-2-2/
I am ‘presuming’ S2Member/@WebSharks was testing against bbPress 2.2.3
This is the first time I have seen anyone mention the error you detail above.
Have you any other plugins recently updated that maybe the cause of this?
Have you tried any extra combinations of the plugins eg. bbPress 2.2.2 & S2Member v121213 to see if it is an S2Member issue rather than bbPress?
ps. I also see your thread on S2Members forum with no answers at the time I wrote this http://www.s2member.com/forums/topic/bbpress-2-2-3-fatal-error-on-users-page/
January 2, 2013 at 6:09 am #124670In reply to: eror 453 when activating bbpress
Stephen Edgar
KeymasterSee the following topic and note this is fixed for the next release of bbPress
JJJ wrote: This is fixed in trunk, and will be part of 2.3. In the meanwhile, turn debugging off in your production site and the error goes away, without any consequences that I am aware of. https://bbpress.org/forums/topic/bbpress-throws-php-error-when-super-admin-creates-a-new-site/
January 2, 2013 at 6:01 am #124669In reply to: Members only (but special)
Stephen Edgar
KeymasterI’ll point you to have a read the following two threads first:
They both link to https://bbpress.trac.wordpress.org/ticket/2089#comment:6 which has some thoughts on potential directions for bbPress privacy & visibility of forums.
January 2, 2013 at 5:47 am #124667In reply to: Plugins for BBPress 1 available ?
Stephen Edgar
KeymasterYou can find them listed on the following page but please take note of the big notice:
Linked below are the Subversion repositories for all of the retired bbPress 1.1 plugins. We’re committed to keeping them hosted here in perpetuity, though they should be considered retired and no longer active. https://bbpress.org/plugins/legacy/
January 2, 2013 at 5:41 am #124666In reply to: No "bbPress – User Register" in template?!
Stephen Edgar
KeymasterIs it the shortcodes you are looking for? https://codex.bbpress.org/shortcodes/
January 2, 2013 at 4:06 am #124663In reply to: Having troubles installing: Compatibility
Stephen Edgar
KeymasterHave a read of the docs on theme compatability to get your current theme working with bbPress
https://codex.bbpress.org/theme-compatibility/January 2, 2013 at 4:02 am #124662In reply to: Integration with buddypress
Stephen Edgar
KeymasterAs this site is bbPress you should probably post this the BuddyPress forums http://buddypress.org
January 2, 2013 at 3:55 am #124661In reply to: i18n not working for admin menu?
Stephen Edgar
KeymasterThis is fixed and will be in the next release of bbPress
(https://bbpress.trac.wordpress.org/ticket/2138)January 2, 2013 at 3:16 am #124660Stephen Edgar
KeymasterFrom that error it appears and is actually the case that not all of the files for bbPress were updated on your web host when you updated bbPress.
– Make a backup of your site and database
– Open your WordPress Admin Dashboard and go to Plugins
– Deactivate the bbPress plugin (It should already be deactivated)
– Delete the bbPress plugin and accept the confirmation that it will delete those files
– Download the bbPress plugin again from the ‘Add New’ plugins section
– Activate the bbPress plugin
You should be all good to go now presuming this time your web host has downloaded and extracted all the files correctly to your site.
ps. If you ever do need to download a current or previous version you can download them in .zip form to manually extract and upload via FTP to your web host via https://wordpress.org/extend/plugins/bbpress/developers/
(The current version of bbPress at the time of writing is bbPress 2.2.3)January 2, 2013 at 2:47 am #124659Stephen Edgar
KeymasterVia the docs FAQ https://codex.bbpress.org/faq/
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.January 2, 2013 at 2:44 am #124658In reply to: help to move sidebar up
Stephen Edgar
KeymasterIt looks like you have removed bbPress and installed Mingle Forums now
January 2, 2013 at 2:41 am #124657In reply to: Activate New Theme
Stephen Edgar
KeymasterIf you have downloaded a new WordPress theme that includes bbPress support you activate the theme from the WordPress Dashboard -> Appearance -> Themes ( /wp-admin/themes.php)
There are also some docs here on Getting Started with bbPress
January 2, 2013 at 12:44 am #124656In reply to: config-bbpress folder
Stephen Edgar
KeymasterRecover it from your backup or contact your web host to see if they have a backup
January 1, 2013 at 10:49 pm #124653Topic: config-bbpress folder
in forum Troubleshootingnmskkk0
Participanti accidently removed config-bbpress folder in cpanel… how do i recover it back?
January 1, 2013 at 10:30 pm #124651In reply to: Possible RSS Feed Bug
Stephen Edgar
KeymasterIgnore any issues with the bbpress.org /topics/feed/ as this is an isolated bug here on bbpress.org
January 1, 2013 at 10:25 pm #124650In reply to: Possible RSS Feed Bug
Stephen Edgar
KeymasterYou can test feeds with the W3C Feed Validator http://validator.w3.org/feed/
As to why your feed is failing I think is probably an issue with your web host as when I check your feed the results are “Server returned HTTP Error 404: Not Found” and I would expect IFTTT would also have problems parsing the feed.
http://validator.w3.org/feed/check.cgi?url=http%3A%2F%2Fprothemedesign.com%2Fforums%2Ffeed%2F
https://bbpress.org/topics/feed/ @ W3C Feed Validation Service
https://bbpress.org/forums/feed/ @ W3C Feed Validation Service -
AuthorSearch Results