Forum Replies Created
-
Author
-
towarzyski.plParticipant
My code in functions.php
COPY CODE<?php add_action('after_setup_theme','kleo_my_actions'); function kleo_my_actions() { global $bp_tabs; $bp_tabs['base'] = array( 'type' => 'regular', 'name' => __('O mnie', 'kleo_framework'), 'group' => 'Podstawowe informacje', 'class' => 'regulartab' ); } ?>
towarzyski.plParticipantI did it.
Now I have Sweetdate Child activated.
I changed functions.php and have code added. (See attached file).Unfortunatelly nothing changed. I see no results.
Would you please take a look for example user:You’ll see that despite new code in functions.php there are no new tabs.
I’m also sending you ftp password in private.
I’ll be appreciate if you’ll take a look.towarzyski.plParticipantThank you. I saw your link and I’m not sure if it’s what I’m looking for.
Do you suggest that if I add code from this link to functions.php than I’ll have info about every user like highlited in attached screenshot ?towarzyski.plParticipantI realized how it works. Finally…. 🙂
The only problem is that it works only with new registered users.
Can I somehow change sex data with old users to make it searchable now ?towarzyski.plParticipantOK. I hope to find out how it works and don’t bother you anymore in this case.
I need to know where is data with users sex ? I mean where in data base is information if user is a man or woman ?
I tried to find it using PHPMyAdmin but it didn’t succeed…
towarzyski.plParticipantI’m sorry but it seems that I was stuck.
I did what you suggested,
Values are the same. There are only “Man” and “Woman”.
(on the mainsite you’ll see it translated but after login you’ll see real values).Matching fields are set, profile re-saved.
Unfortunatelly It didn’t work.I’ll be very appreciate if you’ll take a quick look….
Kind Regards
Adamtowarzyski.plParticipantHi,
Thanks a lot. It’s almost ready.
It works but unfortunately in reverse….it means that when I search as a man looking for women -> i can see only men but I should see only women….and vice versa.What can I do to fix it ?
Regards
Adam -
AuthorPosts