Forum Replies Created
-
In reply to: Errors creating forumIn reply to: Errors creating forum
Was just pissed that I was getting it.
fully understandable !!
So when do you get this error – I just tried your site and it looked ok
In reply to: Move Editor to the topI presume you mean
1. on the front end, and
2. that the ‘create topic’ or ‘add reply’ forms appear below the existing entries?If so come back and I’ll try and help
Just tested, and it works fine on twentyfourteen on my test site.
Any chance of a link to your site?
In reply to: How to create forum purely through MySQL?left this to see if a database expert would come along, but in their absence, why not try the repair tools
dashboard>tools>forums>repair and run them all BUT only one at a time
In reply to: Errors creating forumThe second fatal error is related to your plugin social-networks-auto-poster-facebook-twitter-g
suggest you deactivate this as a test and see if all the errors go away
then come back
In reply to: return to indexsorry I only use bbpress.
Try it with just bbpress and without buddypress.
Otherwise I suspect it is theme related
In reply to: Can’t find forums in backend menusbbpress doesn’t as far as I know rely on any particular admin account.
But have you set the new admin user as ‘keymaster’ in users?
In reply to: return to indexok that code looks like shortcodes used with your theme.
suggest you switch back to your theme.
can you post a link to your site?
In reply to: return to indexIt could be a theme or plugin issue
Plugins
Deactivate all but bbpress and buddypress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.
Then come back
In reply to: Newbie Stuffok, so are you after
1. anonymous posting behind a password protected page – ie once you have got access via a single password anyone can post as anyone
or
2. each forum user has a username/password, but the forums are hidden unless you are logged in
The first – I know of nothing that will do that – and it is easily bypassed if people know the forums
The second is quite easily done – just make the forums private
In reply to: User Profile Link Not WorkingHave you installed the genesis extend plugin?
In reply to: Search Function Doesn’t Include Forums@robkk cheers !
In reply to: Search Function Doesn’t Include Forums@robkk – nice one. So whilst copying all the templates to the theme fixed it for the OP, is the fix just to copy content-search.php to get
wp-content/themes/%your-theme-name%/bbpress/content-search.php
And does this work for all themes, or just this one?
In reply to: Search Function Doesn’t Include Forumsgreat – glad you are fixed !
If you get a moment can you post a link to that fix to help anyone finding this topic at a later date.
In reply to: Newbie Stuffon 1) this plugin will give you the ability to style
https://wordpress.org/support/plugin/bbp-style-pack
2) Do you know how the password protected area works? Is it a plugin, is it set in the dashboard?
In reply to: Super Sticky topicsgreat – glad you’re fixed !
In reply to: how to show all forums list in widgetgreat – glad you are fixed !
In reply to: Forums / Topics not showingIt could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.
Then come back
In reply to: Forums / Topics not showing on sideCan you type a longer sentence explaining what your issue is
In reply to: how to show all forums list in widgetput this in your child theme’s functions file, and make the number bigger than the number of forums you have
update_option ('_bbp_forums_per_page', 200) ;
In reply to: Plugin Not Functioning After Theme Updatetry switching themes to see if it us definitely the latest update, and then contact the theme author
In reply to: Plugin Not Functioning After Theme UpdateThis could be an issue with your rewrite rules. To fix this try resetting your permalinks. In your WordPress Administration Screens navigate to Settings > Permalinks, select a different permalink structure and save. Then select your original permalink structure and save again.
In reply to: Style question differently from repliesI think you are now into custom web design !
I’ll do the following for you, but now you are talking abut amending the tpoics plugin, of which I have no coding knowledge
to get rid of the line below put this in your css
.bbp-footer.last-child { display: none; }
In reply to: not receiving emails when users post messagesusers can unsubscribe from a forum, which unsubscribes them from new topic in that forum.
You will need to check that this is what you want – I simply build plugins, I don’t do law !