Forum Replies Created
-
In reply to: Delete Plugin
ok, bbpress does not create it’s own tables.
anyway glad you are sorted
In reply to: Change default templateIn reply to: Graphic issues with replieslink to an example on your site please
In reply to: Delete Pluginwhat tables can you see ?
In reply to: Forum notification emails sent to “from” addressit may be that your hoster is cutting the number of emails or number per hour – may be worth checking with them. Also other email services can limit the number of emails being allowed at one time.
so for instance you hoster might send 200 emails, but if say 100 are to gmail addresses, then gmail may see them as spam and cut. (Just using gmail as an example and I have no idea if gmail do this)
email spam is the blight of the internet, but sometimes attempts by algorithms to prevent this stop proper email getting through.
In reply to: Topics are Responses Disconnectingok, how many are disconnected, how often is this happening?
In reply to: Delete Pluginfirst – dashboard>tools>forums>reset forums
then dashboard>plugins>bbpress>decativate and deleteIn reply to: Forum notification emails sent to “from” addressbboress notifications are sent from and to the same address, with the actual recipients being BCC’d on the email.
This is a popular way that many people send a single email without letting the recipients see each other.
You probably receive emails this way from some companies.
If you don’t want this, then use
but some hosters may limit the number of emails sent at one time – again seeing these as spam.
There is no right answer – just choose the solution that suits you.
In reply to: Registration Accountno problem 🙂
In reply to: Re-type email on bbpress registration formno problem, do come back if you need further help 🙂
In reply to: Re-type email on bbpress registration formbbpress simply uses WordPress registration and login, so any plugin that does wordpress registration will work for bbpress.
Therefore rather than trying to amend the bbpress registration, I’d probably just use a wordpress registration plugin, there are lots – just google ‘worpdress registration plugin’
this is a list of popular ones
10 Best WordPress User Registration Plugins to Power Up Your Site
dashboard>settings>forums>forum features>topic Tags and turn off
In reply to: reverted informationthat’s interesting..let us know how you progress
In reply to: reverted informationso in
dashboard>settings>bbp style pack>freshness display
do you have
Activate Freshness display activated?
and if so, can you try deactivating and tell me if that corrects the order – that will help me find where the issue may lie
In reply to: reverted informationis this with 2.6.5 bbpress ?
the order changed and my style pack may not recognise the changed order
In reply to: Change vertical forum stats to horizontal linethe default is horizontal – do you you have a theme, plugin or code that is changing this?
In reply to: reverted informationok, so do you not want this, or what do you feel is wrong with it?
In reply to: Code behaving abnormallyso what is the url that is not working?
In reply to: Strip all html tags formsPut this in your child theme’s function file –
ie wp-content/themes/%your-theme-name%/functions.php
where %your-theme-name% is the name of your theme
or use
add_filter( 'bbp_new_topic_pre_content', 'rew_strip_tags' ); add_filter('bbp_edit_topic_pre_content', 'rew_strip_tags' ); add_filter( 'bbp_new_reply_pre_content', 'rew_strip_tags' ); add_filter('bbp_edit_reply_pre_content', 'rew_strip_tags' ); function rew_strip_tags ($content) { $content = strip_tags($content); return $content ; }
In reply to: Registration AccountWelcome to bbpress !
This registration is done by Buddypress not bbpress, so you’d be better asking the question on their support forum
In reply to: User ranking system?you make it sound so simple – probably a days work to create, an another to test/release etc.
In reply to: User ranking system?sorry, I have no immediate plans to extend this plugin – whilst there is nothing wrong with your idea, I simply don’t have the time to do this
In reply to: BBpress error?the last one is the telling one, looks like thismplugin is still active
C:\Users\Darren\Local Sites\elumine\app\public\wp-content\plugins\unyson\framework\extensions\shortcodes\extensions\page-builder\class-fw-extension-page-builder.php on line 510
would need a link to this on your site – most likely theme related
In reply to: Footer displays as textcould be down to a failure to close a
<div>
contact me via
wilsonrobine@btinternet.com quoting this thread