Forum Replies Created
-
In reply to: Posted replies redirect to dashboard
ok, I can’t see any obvious issue, so not sure what to suggest
In reply to: Blank bbPress forum pagessorry, you site is full of adverts and I cannot wait for them to load
In reply to: Removing bbpress databefore you finally remove bbpress then
dashboard>tools>forums>reset forums
In reply to: Adding User Roles, but User Title Doesn’t Changeprobably plugin execution order
In reply to: Adding User Roles, but User Title Doesn’t Change‘member’ isn’t a bbpress role, so where is this coming from?
In reply to: Posted replies redirect to dashboardok, when you hover oiver the submit button, what is the url displayed?
In reply to: Search bar not showing in forums & the random “by”contact me via my website
http://www.rewweb.co.uk, but only enough access to see, spectator should do
In reply to: Copyrightworpdress & bbpress arec released as open software under
GNU GENERAL PUBLIC LICENSE Version 2, June 1991
which means that you can use it on any site.
https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
and yes you have the right to modify it, so can use the examples – although many of these and much more are in my style pack plugin (which is also free!)
In reply to: Forum takes you Blank page.sorry, but can you start again and re-explain your issue – I just accessed your site and couldn’t see any issues.
In reply to: Display name beneath avatarThe BBpress pages, like the topics pages that show the avatar & user’s name on the right hand side are inline
not sure from this description that I know exactly what you are referring to. Can we have a link or picture with arrows
In reply to: Button for create new topicavailable in my style pack plugin
https://wordpress.org/plugins/bbp-style-pack/
dashboard>settings>bbp style pack>buttons
In reply to: Search bar not showing in forums & the random “by”if you give us a link to your site, I might be able to help
In reply to: Search form by forum IDIn reply to: One user can leave new topics but NOT replyall I can suggest is that you list everything about your site
php version
wordpress version
bbpress version
theme
all pluginsand if someone else has then issue, then maybe we can see some commonality.
In reply to: bbp_reply_admin_linksgreat – glad you’re fixed
In reply to: bbpres blank page with php 7.1you should decativate and then uninstall the existing bbpress, you will not lose data.
Then install the beta
In reply to: Showing a message for users on top of forumsmy style pack plugin lets you add messages before reply forms
https://wordpress.org/plugins/bbp-style-pack/
dashboard>settings>bbp style pack>topic/reply form
In reply to: Gravity Forms User Registration add “Participant”when new users log on for the first time they are assigned the role that is set in
Dashboard>settings>forums>auto role
so if set to participants, then that will be set.
In reply to: Search form by forum IDuntested, and may need you to debug it a bit but something like changing step 3 to read
/* * Search only a specific forum */ function my_bbp_filter_search_results( $args ){ //Get the submitted forum ID (from the hidden field added in step 2) $forum_id = sanitize_title_for_query( $_GET['bbp_search_forum_id'] ); $sub_forums = bbp_forum_get_subforums( $forum_id ); $args['post__in'] = $sub-forums ; return $args; } add_filter( 'bbp_before_has_search_results_parse_args' , 'my_bbp_filter_search_results' );
you may need to add the main forum into the sub-forum list/
In reply to: Stop all emails from bbpress🙂
In reply to: Help with dynamic button positioninguntested but try
add_action('bbp_template_before_pagination_loop','pmh_new_topic_button');
In reply to: Sidebar moved to bottom of the pageNo problem, glad you are fixed
In reply to: Help with dynamic button positioninggreat – glad you’re fixed
In reply to: One user can leave new topics but NOT replyif it is different usernames, suspect it is IP related (her computer address).
Try logging in from your computer with her username and see if that works.
In reply to: Sidebar moved to bottom of the pageso with the child theme it displays wrongly, but if you go back to the main theme it is ok?