Forum Replies Created
-
In reply to: Removing Entry Page Title on Forum Index Page
so are you using a page to display forums ie you have a page in your site called ‘foums’ with
[bbp-forum-index]
in it?
If not try setting this up as then you theme might see this as a page
In reply to: bbPress registration email confirmationIn reply to: Several ‘Forums’ on one siteIn reply to: Removing Entry Page Title on Forum Index Pagelooks like your theme is displaying the page title. You might need to amend some theme stuff
In reply to: WooCommerce Hiding Admin Bar for bbPress Moderatorsok, a couple of thoughts just looking at that code
The first would be to break it into a function, nested stuff can sometimes fail so
add_action('init', 'rew_check_bbpress_moderator') ; function rew_check_bbpress_moderator(){ if(class_exists('WooCommerce') && function_exists('bbp_get_user_role') && is_user_logged_in()){ $current_user = wp_get_current_user(); $user_id = $current_user->ID; $bbp_get_user_role = bbp_get_user_role($user_id); if($bbp_get_user_role == 'bbp_keymaster' || $bbp_get_user_role == 'bbp_moderator'){ add_filter( 'woocommerce_prevent_admin_access', '__return_false' ); add_filter( 'woocommerce_disable_admin_bar', '__return_false' ); } } }Secondly I think woocommerce is all lower case so
if(class_exists('WooCommerce')might need to read
if(class_exists('woocommerce')Let us know if either of these help
great – glad you are fixed !
In reply to: bbPress registration email confirmationbbpress registration just uses wordpress registration, so likely a site/wordpress issue
copy/paste of my standard advice on email – hopefully it will help
1. You should be aware that many spam filters strip messages that do not come from the correct address. So if your site is mysite.com and your email address
in wordpress settings>general is fred@gmail.com then it is likely that messages will be dumped in transit.
You need to set up email to come from your site eg fred@mysite.com, your hosting provider can help if needed.
2. Just bbpress?
Then you need to see if this is wordpress wide or just bbpress.
Try https://wordpress.org/plugins/check-email/it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentyfifteen, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Next try switching to smtp email – this page from the host Siteground explains it
https://www.siteground.co.uk/tutorials/wordpress/use-smtp/
and of course
By default, you do NOT receive emails for your own topics/replies, only if somebody else replies on your subscribed topics
so testing would need two email accounts to prove !
you should get a ‘next page’ but probably easiest just to up the number.
once activated go to
dashboard>settings>bbp style pack>Forum Display
and set the number in item 11
great – glad you are fixed
In reply to: last reply on Freshnessgreat – glad you are fixed
In reply to: last reply on Freshnessgreat – glad you are fixed
In reply to: last reply on Freshnessit could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentyfifteen, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Then come back
In reply to: last reply on Freshnessthis column should show the last reply.
In reply to: bbPress crashes the theme WPLMSyou need to confirm that it is JUST wplms and bbpress
follow this
Themes
As a test switch to a default theme such as twentyfifteen, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
In reply to: Email notifications – nothing working1. You should be aware that many spam filters strip messages that do not come from the correct address. So if your site is mysite.com and your email address in wordpress settings>general is fred@gmail.com then it is likely that messages will be dumped in transit. You need to set up email to come from your site eg fred@mysite.com, your hosting provider can help if needed.
2. Just bbpress?
Then you need to see if this is wordpress wide or just bbpress.
Try https://wordpress.org/plugins/check-email/it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentyfifteen, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Then come back
and of courseBy default, you do NOT receive emails for your own topics/replies, only if somebody else replies on your subscribed topics
so testing would need two email accounts to prove !
In reply to: TinyMCE editor without html tagsif you decativate and delete the plugin and then re-install, then forums, topics etc. will be kept, but css will revert to default
In reply to: Attachment Upload Failsbbpress itself does not allow uploads, so it will be an add-on plugin.
https://en-gb.wordpress.org/plugins/gd-bbpress-attachments/ is one of the favourites for that.
The actual error is almost impossible to work out without knowing what is on the site.
it could be file type, or file size, so give that some experience and other not, then I’d try uploading different types and different sizes to see if you can work out when this happens.
suggest you chat with your host provider
In reply to: TinyMCE editor without html tagstry adding this to your theme’s custom css, or the custom css tab of style pack
.mce-ico { background: transparent center center !important; color: #595959 !important; }you might need to play with the color to get what you want
In reply to: full width and remove sidebargreat – glad you are fixed
In reply to: full width and remove sidebargreat – glad you are fixed !
In reply to: Copy in the new registration email?great – glad you are fixed, and thanks for the recommendation of a useful plugin 🙂
Where you see the light blue, it should be light purple with dark purple outline.
Where you see the light yellow, it should be light green with bright green outline.
ok, you are presuming that I am seeing what you are seeing, I wonder if you need to clear cache on your browser.
Can you post screenshots of the two links with the colours you say
To access this content, you must purchase Job Seeker Membership or Employer Membership.