Hi there,
When an user reviews another user nothing appears on the activity feed (something like “XXX has a new reviews”). How can i add new reviews on the activity page ?
Thanks a lot !
]]>This code works find in buddypress, When I activate youzify, the user activity posts to the main activity stream no longer state "user posted in group" it just say "user posted"
May I have some guidance please?
// Format the action for the activity
$action = sprintf(
'%s posted in the group %s',
bp_core_get_userlink($random_user->user_id),
'<a href="' . $group_link . '">' . esc_html($group_name) . '</a>'
);
// Add activity with the formatted action
bp_activity_add(array(
'user_id' => $random_user->user_id,
'action' => apply_filters('bp_custom_group_activity_action', $action),
'content' => $post_content,
'component' => 'groups',
'type' => 'activity_update',
'item_id' => $group_id,
));
]]>
Hi, as in private group activity is posted it’s not showing till page is refreshed. Please guide me for immediate action.
]]>Hello friends
I have a problem with the magnificent application youzify.
I have the FileBird Lite application installed on my wordpress, through which I can organize the images in folders.
But with youzify I can’t, since the images are uploaded to the folder: wp-content uploads youzify members.
Would it be possible for the uploaded images to be downloaded to the default wordpress folder:
wp-content uploads 2024….
Thank you very much and best regards
]]>Good day,
I am trying to add the eye icon on the password field for login form. I have created the bp-custom.php file and added the github code. I have also looked in previous comments and added the custom css. But still it is not appearing correctly on my theme. Please assist.
]]>Your plugin is good and now i try to create a button for link to author profile page for single post template by url like https://www.mydomain.com/members/authorname/, Do you have a keyword for insert in authorname point for show the blog’s author name?
Ps. I need to use this link in the elementor button but it can not user shortcode in url field
]]>I just launched an online community for musicians and am doing a beta test with around 85 users. I have Youzify Pro installed and am wondering if it’s possible to create user profiles where individual users can have their music streamed on something like a SoundCloud Player that is embeded on their profile page for the world to see?
I don’t want to host their media on my server (due to the costs), but have them upload their MP3s to SoundCloud — or a similar service that’s no cost — where they can stream their songs on their profiles. Is that possible using Youzify alone or Youzify plus another plugin? If not, are there any solutions that would come close to doing what I’d like to do?
Thanks in advance.
Dear Sirs, good afternoon.
I wanted to ask for your help or guidance on a problem I have with your add-in.
When creating extended profile fields and indicate that they are “multiple selection box” these are not displayed or displayed from the user profile in yoizify. When I uninstall the add-on they are displayed without inconvenience.
When I send an invitation to register. The fields are displayed as well.
The tests performed are with a new site, only with buddypress and youzify. Change of theme to default, change of php version. Viewing tests with admin and normal user. All software updated.
Attached images:
TEST FIELD
profile capture and email capture
thank you very much dear
https://drive.google.com/drive/folders/1-fuPYuB5HembEt2aDsSjYKQEH5AUq_IV?usp=sharing
//***********************************************************************//
Estimados buenas tardes.
Quería solicitarles ayuda u orientación en un problema que tengo con su complemento.
Al crear campos de perfil extendidos y indicar que sean “caja de selección múltiples” estos no son visualizados ni desplegados desde el perfil de los usuarios en yoizify. Al desinstalar el complemento se visualizan sin inconveniente.
Cuando envío una invitación para registrarse.. Los campos son visualizados también.
las pruebas realizadas van con un sitio nuevo, solo con buddypress y youzify. Cambio de tema al por defecto, cambio de versión php. Pruebas de Visualización con usuario adm y normal. Todo el software actualizado.
Adjunto imágenes:
campo prueba
captura del perfil y captura del email
muchas gracias estimados
]]>Hi
I’d like to use the whole screen just for Youzify, so how can I hide my site’s header and footer, please?
I’ve tried excluding each of the four pages related to BP/Youzify in Elementor > Header/Footer > Display Conditions but that doesn’t work.
Hi
I’m following the instructions in https://kainelabs.ticksy.com/article/13945/ ‘How to setup the login page ?’, but I don’t have the Membership Settings tab.
I only have General, Profile and Widgets Settings.
I’ve been through every other setting and I don’t think it’s in there!
Edit: Okay, I’ve worked out what is happening. I didn’t have ‘Activate Membership System’ turned on.
I want to use MemberSpace to protect the login page. Is that possible?
Edit 2: Okay, I’ve got it to work but it’s a bit glitchy. I have to reload the page to get my header to be full size instead of a 2cm square in the top-left corner, and the text on some of the buttons doesn’t line up.
I’ll mess around with it in the next day or so and if I can’t sort it out myself, I’ll get in touch again.
Hello
Please I need help
The comments and posts tabs are in the hidden mode if the user has no content
I want these tabs to be always visible
I have tried most of the codes in the youzify support center
Also 3 days trying to fix the problem with the Gibti chat and I did not benefit anything
]]>Hi
I have Youzify installed and it’s working great!
I am trying to add some additional user roles when someone registers at my site. I have written the code and it works just fine when using the normal WordPress registration process. However, when I use the same code but the Youzify registration page, the new roles are not added to the new user.
Here is my code:
function my_additional_roles( $user_id ) {
$new_user = get_user_by( 'ID', $user_id );
////Add additional user roles
if ( in_array( 'subscriber', (array)$new_user->roles ) ) {
$new_user->add_role( 'wpas_user' ); //Support User
$new_user->add_role( 'academy_student' ); //Academy LMS Student
}
}
add_action( 'user_register', 'my_additional_roles' );
I suspect that Youzify may be using a different function to ‘user_register’ that I am trying to add my action to but I cannot seem to find in your code any references.
Could someone please point me in the right direction.
Thanks so much!
]]>Hi
I’ve just installed BuddyPress, BP Classic and Youzify.
What do I need to set up in BP before I move to using Youzify?
Obviously I don’t want to be doing the same thing twice, so which steps can I skip and what *must* I do or can I skip everything in BP and go straight to Youzify?
Hi,
On my main dating site page the names are ok
https://www.imghippo.com/i/znE601726361593.jpg
bit when I choose a user the nem above offline status disappeared…
https://www.imghippo.com/i/33ctY1726361652.jpg
please help
you have admin role on my page
sweetcandies.hu
]]>I added optional fields and the titles are overlapping the answers.
]]>Maybe since 2-3 days abot 50 and more and more spam registerings.
I have nothing changed. Google capcha is there.
I got pending users and and confirmation mail delivery failure.
What can I do?
I seem not have any malware (scanned)
Hello,
I have a website under wordpress with buddypress and the premium extension Youzify.
I would like to change the color of the page banner like this one:
https://i.ibb.co/DRM6JH4/Capture-d-e-cran-2024-09-11-a-13-49-53.png
Do you also know if it is possible to reduce the height of this banner?
Thank you in advance for your help
]]>Hi,
I have a project where BuddyPress/Youzify is very central. I remember that somewhere in the plugin settings there was a performance warning that configures something carefully so as not to harm performance, but I can’t remember
Maybe it was the moderation or blocking plugin, but I can’t remember. It was probably a floating or temporary warning
Does this sound familiar?
Thanks, best regards
]]>Hello,
The theme of my site is Astra with your plugin, the membership directory display is very narrow as photo,
I set up CSS:
.buddypress {
? max-width: 100%;
}
It doesn’t work to elarge the page, Please tell me how to do ?
https://postimg.cc/d784yqM4
Thank you very much !
Hello,
I have two websites, one has @username on the membership page, another no,
https://postimg.cc/dZC06J7j
https://postimg.cc/MXzxr0C8
How I can make it have a @username ?
Thank you very much!
Hi:)
Is it possible with the restriction plugin to restrict the users to check the green online status ?
for example who has minimal paid membership can check the profiles but cant see the green online status
who has bigger paid memebership they can see the green online status
check this
Hi, I use buddypress with youzify and youzify global search plugin. The license key for the global search plugin fails to verify, time after time. Which makes it not useable.
Has anyone else experienced this issue and if so, what was the solution?
Thanks
]]>Another problem, if I try using youzify login, its not successfull. Refistration form is ok, but after the login not working.
I got this message
]]>Hi,
Im using Profile Search plugin on my wordpress site. After I installed youzify plugin to my BuddyPress plugin, my search data fields are duplicate. I show the picture of it. It is a hungarian dating site.
3 datas field are duplicated, ‘who I am’, ‘what Im looking for’ and Birthday . As you can see, the City, and other details are ok.
You can check my picture here:
https://www.imghippo.com/i/IxgoK1724425948.png
Please help..what should I do?
THank you very much
Hello,
I think it’s great that the plugin adopts Captcha V3. It would be ideal to implement that security measure without bothering real users
I’m testing it in a project, I enter the credentials and the Google Captcha logo appears on the registration page, but I have doubts if I’m really filtering spam. I’ve tried to be auto-blocked by using Tor Browser by spamming myself (Tor Browser allows browse anonymously, but it’s so suspicious that sometimes even cloudflare puts blocks on this type of browser)
I haven’t managed to be auto-blocked by compulsively creating several accounts
In the Google settings I’ve been redirected to console.cloud where it’s mentioned that the Backend configuration is missing
In the particular project I’m reviewing, security is so important (it’s incredible the amount of attacks I receive weekly) I’ve selected V2 where I know it works and attackers will have a significant brake. Everything works fine in V2, the only detail is that the captcha test interface appears in English (the project is in Spanish)
Maybe I’m missing something to configure in V3? How could I test that it’s working?
Since I get a lot of attacks anyway in my particular case I should consider staying on version V2. Is there a possibility that it can be configured so that the captcha interface is in Spanish?
Thanks !
Regards
]]>Hi, I found a bug related to Open Graph
I disabled all extensions locally to be completely sure it’s not an extension, I only have the Youzify plugin installed. All pages have residual Open Graph information in code, the bug looks something like this:
<!-- Youzify Open Graph Tags -->
<meta property="twitter:card" content="summary_large_image">
<meta property="og:type" content="profile">
<meta property="og:url" content="">
<meta property="og:description" content="description on wodpress dashboard">
<meta property="twitter:description" content="description on wodpress dashboard">
<!-- End of Youzify Open Graph Tags -->
If I’m not mistaken, this is on all installations for all users. It’s not a serious bug, but it can interfere with the Open Graph information that we really want to display
To fix the bug you have to modify the following file:
\wp-content\plugins\youzify\includes\public\core\class-youzify-profile.php
In my case, I have emptied the open_graph() function. It’s near line 368
Reviewing the code it looks fine, maybe in some sense it’s more of a BuddyPress problem than Youzify. Or maybe BuddyPress no longer works with bp_is_single_activity()
In any case, by tweaking the open_graph() function in the class-youzify-profile.php file the bug can be fixed
I’ve tested the bug and the solution in different versions of the plugin (including the current one)
It would be great if you could consider this in future patches
Best regards
]]>Hello,
I installed your plugin, my membership page has problem,
the display of the member’s details is not normal as the photo,
https://postimg.cc/jCmByqwc
Please kindly tell me how to modify it,
Thank you very much!
I’m using the Beehive theme. on the members directory, it’s not looking good, but in groups directory it’s working fine. maybe it’s double layout issue{Please check the screenshot}. can you please help to make youzify layout on all the buddypress-related content?
Also on member profile, when I try to change the profile or background image. it’s redirect me on the same page
https://drive.google.com/file/d/11a9ctRvkTTwG7jb9TbGqiwzgxmqWs5wU/view?usp=sharing
]]>Hello. I checked the documentation, watched the video https://www.youtube.com/watch?v=yvF_LAT6brs and read topics similar to mine in this forum, but I see that the guide provided by you does not work now. Youzify user menu doesn’t work, it doesn’t even show in the frontentd. I don’t have any extra plugins except Loco Translate and Woocommerce. Could you give me an updated guide or I could give you admin access so you can see it yourself. Please, let me know.
Thanks in advance
]]>Just updated a couple of my sites Youzify to the new version, and I went from 1.2.5 to 1.2.9, so I am not sure at what point something was removed. It causes a potential bug in the member settings area, none of the icons show up because the background defaults to white (#fff), and the alignment doesn’t place those icons in a row either. It looks like this:
The html part that changed went from this:
To this:
The div classes for the individual buttons is no longer there. Still cannot find where that gets put in so I can put them back. The interm fix I did was this (it makes the buttons all one color, using the scheme, so they are no longer colorful like before but it does make them all align correctly and show up at least.
.youzify-head-buttons .youzify-head-buttons-inner {
display: inline-flex;
}
.youzify-head-buttons a {
background: var(--yzfy-scheme-color) !important;
}
.youzify-head-buttons-inner > div {
padding: 0px 4px !important;
}
Not sure what all themes are affected by this. This happened with Tentered and Obelisk that I know of so far. Just in case anyone else has this issue, that’s a temporary fix for it at least. The above goes into the customize > additional css area.
]]>