Replies
- Brajesh Singh on December 4, 2019 at 2:02 am in reply to: [Resolved] All profile groups are not displayed, except for the primary group. #26891
Hi Carsten,
Yes. That is correct. - Brajesh Singh on December 4, 2019 at 2:01 am in reply to: User Profile Tabs Creator Pro contradictory options in settings #26890
HI Carsten,
Thank you.I think we need to improve the text a bit.
Only enabled tabs will be visible.It means to say that only enabled tabs configuration will have effect(and not the visibility, It is from the initial version where we only supported adding tabs).
I will update that.
2. Site admin only?
Did you select the visibility for others too? If not, It is a bug. Itis a core feature of BuddyPress that should restrict the visibility of a tab to site admin only.
3. Add this tab for:- On which user’s profile the tab will be available(added)
Tab Visibility:- IF a tab is added to a user can the visitor see it. It controls who can view the tab.
4. The default value is ‘all’. If you do not want to make it available for anyone(which will be meaningless), you should select “None”
5. Because the settings framework we are using does not offer hiding fields on condition. I understand it is confusing and I will add a note.
6/7. Please see 1.
8. It has no effect on primary or WordPress menu. Most probably you have some other conflict.
I hope it clarifies your questions.
About the removing via the css and this plugin. There is a huge difference. The css only hides the links. You can always access the screen via direct url. This plugin removes the screen, even if you tried to access it, It will cause 404 not found.
I think, Css may be better suited for your needs.
Regards
Brajesh - This reply has been marked as private.
- This reply has been marked as private.
- This reply has been marked as private.
- This reply has been marked as private.
- This reply has been marked as private.
- This reply has been marked as private.
- Brajesh Singh on December 4, 2019 at 12:44 am in reply to: Member Types Pro content visibility issues #26873
Hi Bill,
Welcome to BuddyDev,Thank you for the question.
1. In the above shortcode, you need to specify a member type to which it is not visible like this.
[bpmtp-show-if-not-member-type in='student,teacher'] seems to work when logged out ([bpmtp-show-if-member-type]On that line. In the ‘in’ option, you can specify one or more members type.
2. Are you using member type profile field? We did disable the dropdown from BuddyPress in favour of the profile field. We might have overdone it if it is not appearing and you are not using profile field.
I will check and update for this. IF you are using profile field, Please change that to trigger the member type change.Regards
Brajesh - Brajesh Singh on December 4, 2019 at 12:33 am in reply to: [Resolved] Branded Login 'get new password' issue #26872
Hi Ralf,
Thank you for the suggestion.I have added a hook(slightly changed name)
bl_password_reset_key_invalidIt will be available in next update.
Regards
Brajesh