Forum Replies Created
-
In reply to: Additional Fields
Not native, you may find some plugins eg
Great – glad you’re fixed !
try going back to 2.5.6 and seeing if this then works
In reply to: Last post showing in a new lineyou could post a url for a start !
In reply to: bbPress 2.5.5ok, I have logged a trac ticket with the authors
ok, I have logged a trac ticket with the authors
In reply to: site down after last updateok, I have logged a trac ticket with the authors
In reply to: Showing freshness of replies in forumsThere’s a trac ticket for this
so you’ve just upgraded to 2.5.7 bbpress?
If so, try reverting to 2.5.6
In reply to: having problembbpress uses wordpress registration and assigns the default role set in settings>forums upon first user login.
so any wordpress registration will work
bbpress has a shortcodes
[bbp-login] – Display the login screen.
[bbp-register] – Display the register screen.or you can use sidebar widgets also
which version are you now on?
suggest you revert one or the other to see which is the issue, or see what Groups responds with to your Q on their site
so…
Just started happening? Has this combination worked before? or is either groups or bbpress new?
so has your site been working with bbpress before, or is bbpress new?
In reply to: Add Custom User Rolesok, come back when you’ve re-tried
In reply to: having problembut when I try to register
please say how you do this that is ‘I go into this screen, and press that button’
In reply to: Is there a limit on Private groups?sorry, pics come up 404 not found !
In reply to: Showing freshness of replies in forumsIt’s on my list to look at !
In reply to: Sidebar disapear for topics listdashboard>settings>forums and set the forum root to community should fix
In reply to: having problemsuggest you read
In reply to: Newbie help – profiles and layout through themesGreat – glad to have helped !
In reply to: Participants can’t postjust one user/all users/when did it start/how long are the posts/it works with short posts?
In reply to: Change forum width and row widths in archive listGreat – glad you’re fixed !
In reply to: Sidebar disapear for topics listIn reply to: User Topics Createdok if you look at user-topics-created.php you’ll see on line 18 that it calls
bbp_get_user_topics_started()
that function presumes that you have $user_id set for the user, and however you are calling it, that is not the case, so you need to set it.
so try adding
$user_id = get_current_user_id(); <code>and then call</code>bbp_get_user_topics_started($user_id)