Forum Replies Created
-
In reply to: Profile Page visible to non-logged-in visitors
hi @robin-w, didn’t work 😞
yeah same here , I have no idea what is causing this isssue. may be server itself or other issue. anyway thanx for giving time to look into my issue.. 🙂
Hi @robkk
Here are my answers :
1. I haven’t imported any forums, and this issue wasn’t there berfore ( I think ).
2. I haven’t modified core plugin and there is no other user capability plugin in my site.
3. Yes default WordPress role is “participant”.
4. Nope, not spam.
5. No any security issue detected till now.i don’t have multi-site. and i am using custom registration form for new user, also if I create new user from back-end (i.e. new user ), still the default role of user is “keymaster”
this is still a issue for me, because i have to update the role of new users everytime from the database when new user register to my site.
I found the the table inside database where it user role was coming, we need to change wp_capabilities value inside wp_usermeta table. This was the final solution to my issue.
Keymaster value :a:3:{s:13:"administrator";b:1;s:13:"bbp_keymaster";b:1;s:9:"translate";b:1;}
Participant value:a:2:{s:10:"subscriber";b:1;s:15:"bbp_participant";b:1;}
however, the value differs from site to site.
@robkk , thanx for your reply. The user role value in database is not updated. So I had to change the value directly from database to each user. That’s not a solution though.
No one??
In reply to: Change breadcrumb for groups@robin-w, actually it was a theme issue.. I purchased the premium buddypress theme and it supported “Breadcrumb Trail” plugin by default. Then I hid the Breadcrumb trail via style.css i.e. “display:none” and installed new plugin ” Breadcrumb Everywhere”. It works now.
“Breadcrumb Trail” plugin doesn’t work in my site for Group Breadcrumb .
In reply to: Change breadcrumb for groups@robin-w thanx for looking into my issue but I fixed it .. 🙂
In reply to: Change breadcrumb for groups@robin-w
I need group to be displayed as Home>>Group>>Group Name not Home >> Group Name.
I think you understand my question now 🙂