Forum Replies Created
-
Author
-
web10
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?
web10
ParticipantAlso, if we update the main theme, would buddypress, and so on also be updated?
– We made som custom changes there to 🙂web10
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?web10
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: raket789web10
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
Michaelweb10
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
Michaelweb10
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 🙂
web10
ParticipantHi Radu,
We tried switching the language from english to italian – That didn’t help, so we switched it back, and now the ”Upgrade membership” page, does not work anymore. Is there any chance, that you could go to the site, and see if you can fix it?
– If I have to provide you the login information, where/how should I do that?web10
ParticipantHello
From what i can see, the string is from the paid membership pro. I have now tryed to edit this in my Database, tough still with no luck.
here is some visual.
web10
ParticipantHi Laura, is there a way to send that to you, so it’s safe, and not in a open forum?
-
AuthorPosts