Search Results for 'test'
-
Search Results
-
HI there
I was setting up BBPress and testing ‘register’ and couldn’t figure out why i didn’t get the verification email. Then I realised I had mis-typed my email. I was therefore wondering if there was any way to add a ‘re-type’ email field to the BBpress registration form?
WP 5.5
BBPress 2.6.5
Theme Groppe from Victor Themes (https://themeforest.net/item/groppe-nonprofit-wordpress-theme/20351940?gclid=EAIaIQobChMIsvqPo_Wz6wIVVrTVCh3mVQpjEAAYASAAEgKMKPD_BwE)Thanks
MartinTopic: Code behaving abnormally
I have written the below script to restrict users to access forums or topics. Here are the conditions:
1. If user in not logged in will be redirected to “Join” page.
2. If user is logged in but doesn’t have “pmpro_role_1” role, he will be redirected to “Product Page”.
3. If a user is the administrator, he can view the page.The problem here is for topics in forum it is working except the latest created topic. And it is taking user to “Join” page even if the user is logged in and have the “pmpro_role_1”. What is happening here?
Please help.
add_action ('template_redirect', 'forum_security'); function forum_security(){ $roles = wp_get_current_user()-> roles; if(is_singular( array( 'forum', 'topic' ) )){ if(!is_user_logged_in()){ wp_redirect('/join'); exit; }else{ if(current_user_can('administrator')){ return; }elseif(!in_array('pmpro_role_1', $roles)){ wp_redirect('/product/channel-mcgilchrist'); } } } }Our forum is behind a membership wall, but since updating to the latest version of bbPress forum users who have signed up for new topic notifications under various forums are not receiving those notifications. We have bbPress 2.6.5, bbPress Private Groups 3.8.3, and GD bbPress Attachments 4.1. We use SendGrid for mail delivery so I can see that topic reply notifications are being sent and received. Any ideas where I can look? I’ve gone into the “Repair Forums” and “Upgrade Forums” functions and run everything that looked applicable, including upgrade user topic and user forum subscriptions. Any advice would be greatly appreciated, thank you.
Strange issue seems to only happen for logged in users and cache is disabled for logged in users… if a thread has 20 pages of posts it seems from activity page you cannot get to latest reply from link it will always go to previous page. Is this where I would need to repair index or something? Or possibly another bug? I’m running one older version then latest version.
Topic: bb style pack
I have a user who wants to know if they can sort by latest posts. Is that possible with the bb style pack? Or at all?
Topic: last topic/comment
Custom Field doesn’t work with bbpress 2.6 and above
I use custom fields for bbpress topics.
I tried to turn off all plugins and change the theme to default but always receive next javascript error in the console:load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-migrate,utils,suggest,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse&ver=5.3.1:4 POST https://test.3d-kstudio.com/wp-admin/admin-ajax.php 400 send @ load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-migrate,utils,suggest,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse&ver=5.3.1:4 ajax @ load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-migrate,utils,suggest,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse&ver=5.3.1:4 ajaxAdd @ load-scripts.php?c=0&load[chunk_0]=hoverIntent,common,hoverintent-js,admin-bar,wp-ajax-response,jquery-color,wp-lists,jquery-ui-sortable,postbox,jquery-ui-position&load[chunk_1]=,jquery-ui-menu,jquery-ui-autocomplete,tags-suggest,tags-box,word-count,wp-sanitize,post,editor-expand,thickbox,shortcode,backbo&load[chunk_2]=ne,wp-util,wp-backbone,media-models,wp-plupload&ver=5.3.1:9 i.wpList.<computed> @ load-scripts.php?c=0&load[chunk_0]=hoverIntent,common,hoverintent-js,admin-bar,wp-ajax-response,jquery-color,wp-lists,jquery-ui-sortable,postbox,jquery-ui-position&load[chunk_1]=,jquery-ui-menu,jquery-ui-autocomplete,tags-suggest,tags-box,word-count,wp-sanitize,post,editor-expand,thickbox,shortcode,backbo&load[chunk_2]=ne,wp-util,wp-backbone,media-models,wp-plupload&ver=5.3.1:9 (anonymous) @ load-scripts.php?c=0&load[chunk_0]=hoverIntent,common,hoverintent-js,admin-bar,wp-ajax-response,jquery-color,wp-lists,jquery-ui-sortable,postbox,jquery-ui-position&load[chunk_1]=,jquery-ui-menu,jquery-ui-autocomplete,tags-suggest,tags-box,word-count,wp-sanitize,post,editor-expand,thickbox,shortcode,backbo&load[chunk_2]=ne,wp-util,wp-backbone,media-models,wp-plupload&ver=5.3.1:9 dispatch @ load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-migrate,utils,suggest,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse&ver=5.3.1:3 r.handle @ load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-migrate,utils,suggest,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse&ver=5.3.1:3Topic: Bbpress Forum pages Header
Hi
I have a transparent header built with Astra theme and Elementor page builder. I am also using BuddyPress on my site.I would like to change all the bbpress forum pages header to a different background color, none white, so the header menu can display properly.
What css codes should i use?
Bbpre Version 2.6.5 on latest WordPress installation
Thank youHello.
I have installed WordPress.
For testing, also MyBB in /forum.
I ask myself the question, is BBpress an alternative to extra forum scripts now?
A few years ago, BBPress was quite rudimentary, wasn’t it? Did this change?
Can BBpress keep up with all available plugins in the range of functions with forum scripts such as SMF, MyBB, phpBB etc.Is there a good clear list of all plugins for BBPress?
Possibly with usage ranking. There will be a reason if certain plugins are used very often.
But also curated recommendations.
The plugin list here is very “simple”.
21 pages with 10 plugins each, not sortable, no recommendations or rating based on usage (not quality rating) …
I saw user avatars. But there may be different plugins for the purpose.
Or a map with the members.
I don’t know where to start.
And doesn’t want to try out hundreds of plugins.
E.g. such an insignificant little thing as using homemade forum icons.