Forum Replies Created
-
In reply to: Can't find users!
ok, so I take it they don’t show under
dashboard>users>all users
and that they haven’t set an alias, so their display name is different than their login?
In reply to: forum permalinks plus topics forum index pagegreat – glad you’re fixed !
In reply to: Moderate forum?I haven’t tested but try
In reply to: Can't find users!does your forum support ‘anonymous posting’ ?
Dashboard>settings>forums and look for ‘anonymous posting’
In reply to: forum permalinks plus topics forum index pagewould like it to appear on the “wardens-forum/”
Dashboard>settings>forums and in Forum Root Slug untick ‘prefix all forum content..’
ps. to hide the search link
Dashboard>settings>forums and untick search – allow forum wide search
In reply to: Per Forum Permissions by Groupif you set a user as moderator and allocate them to a group then they can moderate that group and any open groups
it doesn’t come up with that user under group1
I’ve just looked and I haven’t altered how this tab displays sine I changed another aspect, so this doesn’t work – I’ll need to do a small update. Thanks for spotting this.
In reply to: Per Forum Permissions by Groupability for a user to be set up as a ‘private group moderator’
see the help text, you can have moderators of single private groups under the plugin.
the moderator from above can grant access to users who have requested access to a private forum
Sorry, doesn’t currently do this, and have no plans to do so for the plugin as yet.
In reply to: Topics/Replies of Private Forum Showing in SidebarHey no problem, glad you’re fixed !!
In reply to: forum permalinks plus topics forum index pageWithout being able to see, hard to know what your original issue is.
However you should have forums set as
News
Sick and injured seals
etc. and then your ‘posts’ are the topics under each forumIn reply to: Topics/Replies of Private Forum Showing in Sidebarmay be a conflict between the Exchange Membership plugin and mine.
Try deactivating the exchange plugin as a test and see if that fixes. That would confirm a conflict or not
In reply to: Trying to make forum full width@robkk – I was hoping you might join in here, you css is so much better than mine !!!
In reply to: Trying to make forum full widthtry just
.content-area {
width: 150% !important;
}but that might muck up other areas of the site
That looks suspiciously like the problem and the solution! and as it’s recent it’s not in the core.
I’d suggest you change the core and see if it works.
If it does, then make a note, and check on the next update that it’s been incorporated.
Changing the core of a plugin is only a problem because it will probably be overwritten on next upgrade. You could write a couple of filters (the capability is there) if you’re worried about changing core.
In reply to: Trying to make forum full widthok, in your theme css add this at the bottom
#bbpress-forums .content-area {
width: 150% !important;
}My css is lousy, so if this doesn’t work, come back !
My role no longer displayed as ‘villager’ but instead switched back to ‘participant’, and the ‘trash’ links were never present
That’ll be because the code you’ve changed is in the functions file of your theme?!, so goes when you switch to a another theme.
Ok, no don’t bother – I was not really expecting it to change anything, just wanted to eliminate before jumping into lots of code, but since it will be a hassle, we’ll leave that for the moment and I’ve now looked at the raw code !!
ok, the template it is using is loop-single-reply which then callsbbp_reply_admin_links . this then checks whether it is a topic or reply and for a reply continues and then calls each of the elements in turn
so for trash it calls
bbp_get_reply_trash_link and checks that the user can ‘delete_reply’ before posting that link.
For a topic it jumps to
bbp_get_topic_admin_links and checks that the user can ‘delete_topic’ before posting that link.
NOW I guessing (and probably wrongly, but am short of time tonight so will get you to do more work!) that the codex or this function might be wrong and you should be giving a delete_topic singular rather than delete_topics so give that go.
If that works (and I’ll be very surprise if it does!), then you’ll need the filter much earlier to prevent permanent deletion.
Otherwise I’ll take another look tomorrow !
In reply to: Trying to make forum full widthsorry it didn’t like that login
can you humour me and 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.
great – good to know that the good old “start again” technique still works 🙂 That’s computers for you !
If you are using the shortcode
[bbp-forum-index]
on a page, then the template that page is using can be called but sub pages will use bbpress.php
See if that is your issue
In reply to: Topics/Replies of Private Forum Showing in Sidebaryou need my plugin
https://wordpress.org/plugins/bbp-private-groups/
membership plugins on their own do not protect from widgets and searches.
In reply to: Separate forums?Sorry, need a screenshot to understand 🙂
In reply to: Trying to make forum full widthcan you post some links please so that we can see the problem
In reply to: Trying to make forum full widthmy twentyfourteen theme doesn’t have a full-width.php.
Suggest you make a copy of page.php – rename it bbpress.php
then remove
get_sidebar();
near the end
and save it and let us know if that works
In reply to: Trying to make forum full widthare you using the twentyfourteen theme?