Forum Replies Created
-
In reply to: New Installation 404 error
ok,
1. what two plugins did you try that didn’t work?
2. have you been through https://codex.bbpress.org/step-by-step-guide-to-setting-up-a-bbpress-forum/
3. Does it work if you disable s2member – just a test to see if it is a conflict
4. what permalink are you running – dashboard>settings>permalinks
5. What bbpress slugs are you running – dashboard>settings>forumsIn reply to: Admin toolbar: disable bbpress sectionthanks for posting your solution
In reply to: bbPress conflicting with a plugin@baconcape – can be difficult to track plugin conflicts – what is the other plugin?
Persistence pays off ! Great – glad you’re fixed, and thanks forcoming back – gives me confidence that suggested solutions work 🙂
In reply to: This is why we can’t have nice things@robkk – Great 🙂 sorry if I made you feel obliged !
In reply to: Disabling topic creation-box@derock299 – sorry I don’t offer Skype support for this plugin, sorry but I have too much else on 🙂
Private groups would limit them, but you would need to set this manually after registration.
so you would have sitewide forums and general chats with no restrictions.
Then you would set the ‘year’ forums up to belong to a ‘year’ group so you would have the 91 forum set up a group name 91.
A user registering would not have access to or see the existence any of the private group restricted forums, so on registration would just see the [edit] public forums.
Then after registration you would simply edit that user to add them to say the 91 group, and they would see the 91 forums or forums (and obviously the open forums) and no other restricted ones.
I would suspect that automating this would allow anyone to register and immediately get access to a ‘year’ forum, or register multiple times and get access to lots of years, defeating the restriction, so manual adding (allowing your to verify) should be fine.
Howveer if you want this automated, you would need to email me via my website http://www.rewweb.co.uk but it might be expensive to code (I’d need to work that out) or try http://jobs.wordpress.net/
You can set all this in the forum
So if you go into dashboard>forums>all forums and edit for each forum in turn
On the right hand side you’ll see
Parent
OrderFor your top level forums (eg farm machinery), have no parent and then just type in the order you want, so first top forum will be order 1, second order 2 etc.
For sub forums, they will have a parent, but again you just set the order, eg Machinery for sale would be order 1 and Machinery wanted order 2
By the by if you want you subforums to be vertical and/or to take away the (0,0) then see
In reply to: This is why we can’t have nice thingsThats’s a real shame, but great that we’ll still be able to contribute. Robkk should aslo join, he helps a lot, and has been suggesting stuff to go in (which hopefully he is writing !)
In reply to: Administrator and Keymaster problemsok,
Firstly bbpress roles and wp roles are entirely different, and are set in different places in wordpress, although they share the wp-capabilities space in wp_options.So you can have an author who is also a keymaster and an administrator who is only a participant.
what other plugins are you running ? and how and where were/are you setting up the bbpress roles?
a membership plugin might be responsible for this??
ok, that suggests you have pages with forums-2 and forums already existing – check you trash and delete permanently
sorry but not in any plugins that I know of
In reply to: Removing/Blocking Adsense AdI suspect it is the loop-single-forum template
create a directory on your theme called ‘bbpress’
ie wp-content/%your-theme-name%/bbpress
find
wp-content/plugins/bbpress/templates/default/bbpress/loop-single-forum.php
Make a copy of this file, and put in in the directory called bbpress that you created above, so you end up with
wp-content/%your-theme-name%/bbpress/loop-single-forum.php
bbPress will now use this template instead of the originalthen
remove lines 20 and 24
line 20
<?php do_action( 'bbp_theme_before_forum_subscription_action' ); ?>
line 24
<?php do_action( 'bbp_theme_after_forum_subscription_action' ); ?>
come back if that doesn’t work
ok – if you are using a page then you need to edit the permalink of that page
dashboard>pages and edit the page and look for the permalink and edit it to just forums
should work on that setup you state – are you sure your email address is correct?
In reply to: Subscriber go to wp-admin after failed login?!so where do you want them to go?
If I understand – check the permalink for that forum in
dashboard>forums> and edit the forum then look at the permalink
If that’s not the issue, please give us the full url of what it is showing and what you would like
try
function role_show ($args) {
as your first line
In reply to: Reply to thread hanging on new pageI don’t specifically know if that is default bbpress behaviour, suggest you try
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 twentytwelve, and see if this fixes.
If none of those show a change, then it is probably default behaviour.
In reply to: Total Beginner!! Sorry!!great – glad you’re fixed !
In reply to: Removing/Blocking Adsense Adcan you either give a link or a screenshot so we can see exactly where it is ?
In reply to: Total Beginner!! Sorry!!suggest you read
in particular section 6 that talks about adding a register page and putting this into your menu
and yes bbpress will work alongside buddypress
In reply to: After updating, Forum is not workingsorry, but since your site requires login, we can’t see
However I’d suggest you check that no plugin updates are needed and then
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 twentytwelve, and see if this fixes.
In reply to: Reply to thread hanging on new pageyep, agree that looks silly.
I’d suggest you start with loop-replies
In reply to: Private: Private: forumsnamegreat – glad you’re fixed !
In reply to: Replies in Forums cutoff after 10 replies.sorry, but that topic looks fine on my PC in IE, Firefox and Chrome