-
Author
-
February 17, 2014 at 00:03 #11027oscar34Participant
Hi SweetDate WP theme is great but I wish the layout was like your HTML version.
Anyway, what I m trying to achieve is this: Just like on your HTML version of your theme’s user profile page,
http://seventhqueen.com/demo/SweetDate/DefaultHeader/Wide/profile.html#my-photos
I want that non-members can only view the user’s first name and one avatar photo only, but members can view first name and surname and profile photo and all rest photos and all info about the user. So how can I do that with PMPro plugin? Or do I need to use S2Member plugin? Or any other ways? Please any ideas any help?
Thanks.February 19, 2014 at 00:02 #11137AbeKeymasterHi, I tried in this topic to give some instructions to get closer to that design:
https://archived.seventhqueen.com/forums/topic/how-to-get-the-wordpress-profile-page-to-look-like-the-html-one-you-offerWhichever plugin you are using you will have to change file templates and add conditions based on user lever. Depending on the plugin the function to check for a user level will be different. For PMPRO the function to check for a specific level is:
COPY CODE/* If members are levels 1 or 2 */ <?php if ( pmpro_hasMembershipLevel(array(1,2))) { ?> /*put here code for those levels*/ <?php } ?>
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.February 19, 2014 at 00:06 #11139oscar34ParticipantThanx Abe I will do that now right away. You re very helpful thanx.
February 20, 2014 at 22:31 #11224AbeKeymasterAbout the AJAX issue I think I already responded and said that its a known issue with S2 Member. Try their forum.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer. -
AuthorPosts
The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.