Forum Replies Created
-
In reply to: Problem with permalinks after bbpress-update to 2.54
Ok, suspect that since bbPress authors have change how this works, then that is how the authors want it to work.
But I’ll take a look when I get a moment !
In reply to: Help with creating member's only sectionExample of my set up: On forum topic is open for all member’s to see and comment on
the other topic is set for Officers only.You’ll need my plugin :
In reply to: Forum Settings Viewable By Spectatorgreat – glad you’re fixed !
In reply to: Showing "Only" related topics under Forumshave you used
In reply to: How to have members registerYes wordpress does like to try and show the toolbar which I hate !!
Put the following in your functions file
//disable toolbar for non-admins if (!current_user_can('manage_options')) { show_admin_bar(false); }
This will mean that only admins can see the toolbar
If you don’t know how to add code to the functions file, work you way through
https://codex.wordpress.org/Child_Themes
https://codex.wordpress.org/Functions_File_ExplainedIn reply to: Problem with permalinks after bbpress-update to 2.54Sorry – saved a bit early.. to continue…
so apart from your dashboard display, I can see what you see.
Does your dashboard issue disappear with twentyten (which is what I am testing with) ?
And now since I can see what you see, what would you like to happen ?
In reply to: Problem with permalinks after bbpress-update to 2.54Ok I’ve looked at the screen shots, basically you sent through one of the backend which showed
1. ‘no title’ against the replies in Dashboard>replies.
2. a shortened permalink eg http://www.mysite.com/forums/reply/13691/ and in the title box ‘enter title here’ in grey for an entry under 2.5.4
3. a long permalink eg http://www.mysite.com/forums/reply/items-for-sale where the reply was headed reply to: ‘items for sale’(this to help anyone else looking at this topic!)
In testing I get the same 2 & 3, so yes the way permalinks are storing for replies has changed.
I get no problems however with the dashboard display.
In reply to: Topics and Replies Not Showing Upseems strange that they claim it is compatible, but can answer why it is not compatible !! 🙂
Ok lets try the following, to prove that it is solely a theme issue (sometimes they can be a combination)
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.
In reply to: Help with creating member's only sectionon spam
Go in to Dashboard>settings>forums and towards the bottom see if ‘use askimet’ is ticked.
then in
Dashboard>plugins>installed plugins see if askimet is present, enabled, and has a key set
then in
On generally
go to Dashboard>settings>general and see if ‘membership’ ‘anyone can register’ is set if so unset
That should move you on a bit, then come back with your next questions
In reply to: Problem with permalinks after bbpress-update to 2.54@morgensonne ok I have your screenshots.
I am running training courses all weekend so will come back on Monday hopefully !
In reply to: Topics and Replies Not Showing UpAs you’ve paid for a theme which says it’s bbpress compatible, I’d suggest you contact their support page and they should fix you !
In reply to: Remove Group Topics From Recent TopicsI haven’t tested or used this plugin with buddypress, but this sets up private groups to prevent search and /topics revealing topics, and has widgets for recent topics and recent replies
In reply to: Problem with permalinks after bbpress-update to 2.54In reply to: Problem with permalinks after bbpress-update to 2.54my permalink is set to
Post name http://www.gospbc.co.uk/sample-post/
and my topics show as
http://www.mysite.com/forums/topic/equipment-for-sale-devon/
In reply to: Do you guys think this is possible??It is of course possible, but would require coding, suggest you hire someone
In reply to: Add forum to postgreat – glad you’re fixed, and sorry we didn’t get to you before self-help !
In reply to: Custom avatar attributionbbpress/includes/common/widgets.php
bbpress/includes/replies/template.php
bbpress/includes/topics/template.php
bbpress/includes/users/template.php
bbpress/templates/default/bbpress/user-details.phpIn reply to: Help with creating member's only sectionPresume you’ve been through the guides
for members only forums set these as private, and only logged in users will see them.
In reply to: Custom avatar attributionbbpress uses the wordpress function
https://codex.wordpress.org/Function_Reference/get_avatar
to get the avatar, so you probably need to poke into how wordpress does this.
In reply to: Possible to view topic titles, but not reading?Yes use my private groups plugin has this option
can you give an example of where and what you put in to get your error, I tried ‘hello’ on the home page and just got valid items.
In reply to: The forums page does not display correctlyI’d suggest you contact the theme authors support site. If they are advertising it as bbpress compatibl;e they should be able to tell you.
great – glad you’re fixed
PS in the spirit of open software, when he has cracked it, can you post the solution on here so others can use, I quite fancy it for the footer of one of my website’s home page !!