-
Author
-
January 20, 2016 at 10:25 #99466
web10
ParticipantHi,
First of all, thanks for the awesome support that you offers! – I appreciate a lot.
1. When a user is logged in, the ”Add friend” button, does not show on users profiles.
– How can this be? If you visit the site, and look at a profile, the button is there:
https://date.zone/members/adfriendknap/2. Is there any way, that a users can choose not to be shown, on the front page?
https://date.zone/ – Under ”Latest registered members”.3. Is it possible, to add a costume filed on the register page, where users can put there Skype ID, and by then generate a ”Call me” button, on there profile page?
4. Is it possible, to add a ”donate membership” button, to profiles, so other profiles, can donate premium memberships.
5. Is it possible to to make a ”about me text” next to all your infos on your profile?
I think thats it for now 🙂
Best regards,
Michael KjergaardJanuary 21, 2016 at 00:15 #99657Laura
ModeratorHello, thanks you 🙂 Its a pleasure to help.
1. Can you share an user so i can test it?
2. Try this 🙂 http://buddydev.com/buddypress/introducing-buddypress-user-profile-visibility-manager-give-the-users-control-to-manage-their-account-privacy/
3. Well, you could add a field that is their Skype ID and by php add a dynamic button that creates a skype call me button at their profiles… its a bit tricky.
4. Not available actually
5. Its already there, just create a new field and place it at a new group ( Users > Profile fields )Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 21, 2016 at 10:07 #99713web10
ParticipantHi Laura,
Again, thanks for the quick reply, and awesome support 😉1. Sure:
http://www.date.zone/wp-admin
User: Laura
Pass: SeventhQueenSupport789
2. Thanks, i’ll give it a try.
3. I have nothing against hardcoding, so no problem – But where would I add the ”Skype ID” field? In the backend, or in the codes?
4. I thought so.
5. It is? Perfect 🙂 I’ll take a look at it today.I’ll be looking forward hearing from you 🙂
January 23, 2016 at 03:38 #100077Laura
ModeratorHello, the skype id would be a field, at Users > Profile fields
About the button issue, did you do changes to main theme? If so, which ones?
You should migrate the changes to the child theme and activate it, then update the theme ( if you update it without migrating your change,s you will lose them ) Always have child theme activated.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 25, 2016 at 10:58 #100312web10
ParticipantHi Laura,
Thanks for you reply, and the guide to ”Add skype” 🙂
– Tough, I must admit, I might have made all the changes to the main theme (sorry – i’m not use to use themes with child themes).
– Is there any way I can fix this? You are talking about ”migrate the changes”, what does that mean?Best regards
MichaelJanuary 26, 2016 at 11:43 #100505web10
ParticipantHi Laura,
I actually got another question – In the Sweetdate -> Memberships -> I have choosen to restrict ”Basic” members from sending private messages, but i dose not work. Any idea why?
– Sorry for ”spamming” you with quistions 😉Best regards
MichaelJanuary 26, 2016 at 12:42 #100512Laura
ModeratorHello, by migrate the changes i mean take all custom codes to child theme, or you can just copy the files you changed to the child theme, with same folder paths etc
About the message issue, did you try with a test user?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 26, 2016 at 12:45 #100515web10
ParticipantOh so that would work? probably a stupid question, but could I just copy all the files from the main theme, to the child theme? Can’t remember which files I’ve changed – I will be able to find out tough, but I would take some time 🙂
Yes I’ve tested it with a test user, and I can’t make it work – Have you? You could use this account:
Username: Mike
Password: raket789January 28, 2016 at 02:24 #100892Laura
ModeratorHello, save changes to the child theme is because after a main theme update the files will be replace with the new ones so your changed would be lost. But if you copy all the files then the updates wont update nothing, so you need to copy the changes only.
About the permission, did you add any custom code?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 28, 2016 at 09:58 #100912web10
ParticipantHi Laura,
Okay I follow 🙂
– About the permission? Which custom code? To the main theme, we have made a couple of chagens, if thats what you mean?January 28, 2016 at 11:37 #100917web10
ParticipantAlso, if we update the main theme, would buddypress, and so on also be updated?
– We made som custom changes there to 🙂January 29, 2016 at 12:06 #101128web10
ParticipantI’m sorry for all my questions, but I think this is one of the last ones 🙂
– In the footer (www.date.zone), i wanner show who’s online, but if you’re not logged in, I just want a text to appear, telling the vistores that they have to login, to view online users.
– Now this works, but when your are logged in it doesn’t 🙁Under widgtes, I just addede the paidpromemberships short code, for displaying the text for non-users, but to have the widget to show whos online, when your are logged in, I had (as i see it), to enter the bp-members-widgets.php, and add a if statement to the function – It should work, but like I said it doesn’t 🙁
<?php if(pmpro_hasMembershipLevel(‘1,2’)){
if ( bp_has_members( $members_args ) ) : ?>
<div class=”avatar-block”>
<?php while ( bp_members() ) : bp_the_member(); ?>
<div class=”item-avatar”>
” title=”<?php bp_member_name(); ?>”><?php bp_member_avatar(); ?>
</div><?php endwhile; ?>
</div>
<?php else: ?>
<div class=”widget-error”>
<?php esc_html_e( ‘There are no users currently online’, ‘buddypress’ ); ?>
</div><?php endif; }?>
Is there any other way, to solve this?
January 30, 2016 at 17:50 #101359Laura
ModeratorHello, all changes should be at child theme, buddypress changes also at child theme, inside buddypress folder, following the same path as the main theme, that needs to be done if you want to update the theme someday, or you will lose all
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.