Forum Replies Created
-
In reply to: bbPress only works for admin or new users
Hi mglasser,
That would be an option if Paul moved to 4.4 (and then maybe got back to 4.3.1), but if he never went to 4.4, then the issue is different.
Pascal.In reply to: “Not Found” accessing forums after WP upgradeDear all,
Let’s combine our efforts in the other thread, so for more information or any updates, please refer to https://bbpress.org/forums/topic/oops-that-page-cant-be-found-on-sub-forums/
Thanks,
Pascal.In reply to: “Not Found” accessing forums after WP upgradeAnybody using bbP Private Groups ?
In reply to: bbPress only works for admin or new usersHi Paul,
Just to be 100% sure, you are on WP 4.3.1 and not 4.4 ?
Pascal.In reply to: Add ‘code’ button to teeny_mce visual editorha, now I see the print_r at the bottom… seems to be correct anyway !!
I must be missing something, but I don’t see whatEDIT: colorpicker, lists, … ??? Can you change $plugins with $buttons ?
In reply to: Add ‘code’ button to teeny_mce visual editorhmmm, can you try
function fx_tinymce_paste_plain_text( $plugins = array() ) { array_push($plugins,"paste","code"); print_r($plugins); return $plugins; }
Pascal.
In reply to: Topic editor doesn’t show icons properlyCiao,
Extra icons on the toolbar might not always display correctly for bbPress. Please see https://codex.bbpress.org/enable-visual-editor/
Pascal.
In reply to: bbpress not available for wordpress.com?In reply to: bbpress not available for wordpress.com?Hi,
It is (unfortunately) correct that you cannot install plugins on wordpress.com
Pascal.In reply to: “Not Found” accessing forums after WP upgradeHi,
this issue is linked to the new WordPress, a bug has already been filed and a patch will hopefully come out soon.
For now to fix the issue (using fix 2), open wp-includes/post.php, scroll to about line 4300 to findfunction get_page_uri( $page )
In that function replace
if ( 'publish' === $parent->post_status ) {
with
if ( ! in_array( $parent->post_status, get_post_stati( array( 'internal' => true ) ) ) ){
Pascal.In reply to: Add ‘code’ button to teeny_mce visual editorI suppose that
add_filter( 'bbp_get_teeny_mce_buttons',
should be
add_filter( 'bbp_get_teeny_mce_plugins',
Check out https://codex.bbpress.org/enable-visual-editor/
Pascal.
In reply to: Remove max file upload size noticeyw !
In reply to: Bbpress forum displays as blog postNot sure if a fresh version will work, but most probably something got updated somewhere. If the theme is causing this, I would advise to drop a support call towards the theme authors.
Pascal.In reply to: Bbpress forum displays as blog postHi,
When you say ‘until the other day’, can you explain what happened ? Maybe an upgrade to WP 4.4 ?
Did you try to switch to a default theme to see if that fixed ?Pascal.
In reply to: Facebook loginHi Andy,
bbforums 2.5.8 ? or bbPress 2.5.8 ? 🙂If you just use bbPress on WordPress, then you can use any plugin that is offering the social integration. I’m using https://wordpress.org/plugins/oa-social-login/ on one of my sites and it seems to do the job, but a lot of plugins exist for that.
Pascal.
Hi,
this issue is linked to WordPress, yes. A patch will hopefully come out soon.
For now to fix the issue (using fix 2), open wp-includes/post.php, scroll to about line 4300 to findfunction get_page_uri( $page )
In that function replace
if ( 'publish' === $parent->post_status ) {
with
if ( ! in_array( $parent->post_status, get_post_stati( array( 'internal' => true ) ) ) ){
Pascal.In reply to: BBPress Plugin will not activateHi,
In most of the cases it’s another plugin somewhere that is hiding the Forum, but you said you already deactivated all the plugins.
The 2nd most common case is that you are not a keymaster or moderator. Can you check that ? You cannot promote yourself as a keymaster, so you might have to login as another admin to do this.
Pascal.In reply to: replying to topic issues@stewagner, what browser you use ?
Somebody reported a similar issue with Safari on MacOS.
Pascal.I don’t need to downgrade, mine still works. Trying to get extra information to feed to the team that is looking into the issue.
thanks.
Pascal.@kpdub
@timsilva_
@lindt01
@yo_goloYou all have BuddyPress installed ?
What are your Settings > Permalinks Settings ?
Any custom structure ?
Anything in the optional ‘Category base’ or ‘Tag base’ ?
EDIT: Anyone with buddypress ?Pascal.
EDIT: PS. If you want buddypress to fix this, you’re in the wrong forum 🙂In reply to: Is there another option to bbpress post via mailHi ma3ry,
To my knowledge this is currently the only one doing it this way, but maybe others have some ideas ?
Pascal.
In reply to: Welcome Message goes to SpamHi,
You are still using TML, right ?
TML released a new version yesterday if you are on WP 4.4. Fixes included for email sending.
Please have a look if it helps.
Pascal.Hi Guys,
I know that people are testing in the background, but please keep your findings coming. I was unable to reproduce the issue myself, but others are busy investigating…
Let’s hope to have a workaround soon.
Pascal.Did you copy any bbPress files into a child theme ?
Are you using any GD tools ?(just putting some questions, trying to guess…)