-
Author
-
December 5, 2015 at 00:09 #91325graphiteParticipant
Hi,
Is possible to have a membership level that allows users view and join groups but NOT create a group?
Thanks.December 6, 2015 at 00:53 #91431LauraModeratorHello, its not available right now, but i could add a code that hides the create a group section fo specific level but this would require some php adjustments, i can do this for you if you share more details like:
– What level is restircted
– Admin credentials
– FTP credentialsHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
December 7, 2015 at 04:09 #91573LauraModeratorHello, logged in to ftp but didnt see any file.
If you can copy the header.php of main theme to child theme, then i can work using the theme editor of wordpressHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
December 7, 2015 at 04:36 #91580graphiteParticipantHi Laura,
I copied the header.php to child theme folder. Thanks.December 8, 2015 at 22:40 #91968LauraModeratorHello, done, moneypack users will see the create group button, done by adding this to header.php
COPY CODE<?php if ( pmpro_hasMembershipLevel(array(3))) { ?> <style> form#groups-directory-form .button:nth-child(2n) { display: initial !important; } </style> <?php } ?>
And this to style.css
COPY CODEform#groups-directory-form .button:nth-child(2n) { display: none !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
December 8, 2015 at 23:37 #91995graphiteParticipantMay I ask if I want to create the membership levels later, should I just chane x?
array(x)
and leave other coding the same?December 10, 2015 at 08:08 #92312LauraModeratorHello, yes, exactly 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.