Replies
- Brajesh Singh on March 3, 2021 at 10:48 pm in reply to: [Resolved] Styling of user groups in general #36561
Hi Carsten,
Thank you for the question. The use of table restricts layout.If you go with a table-less layout, you might have a lot more control(but that will need you to do the custom css again).
regards
Brajesh - Brajesh Singh on March 3, 2021 at 10:46 pm in reply to: Adding div class around Show Xprofile Field Data in The Profile Header code #36560
Hi Carsten,
Thank you for the question.
Here is the code with awrapper div./** * Buddypress Show Xprofile Field Data in The Profile Header. */ function yzc_add_xprofile_field_data_in_profile_header( $name ) { $field_data = xprofile_get_field_data( 'Age', bp_displayed_user_id() ); if ( ! empty( $field_data ) ) { echo "<div class='profile-job-info'>"; echo '<br/><strong>Alder:</strong> ' . $field_data; $field_data = xprofile_get_field_data( 'From', bp_displayed_user_id() ); if ( ! empty( $field_data ) ) { echo ' <br/> <strong>Fra:</strong> ' . $field_data; $field_data = xprofile_get_field_data( 'Job', bp_displayed_user_id() ); if ( ! empty( $field_data ) ) { echo '<br/><strong>Job:</strong> ' . $field_data; } } echo '</div>'; } } add_action( 'bp_before_member_header_meta', 'yzc_add_xprofile_field_data_in_profile_header' );Regards
Brajesh - Brajesh Singh on March 3, 2021 at 10:44 pm in reply to: Mail notifications on BuddyPress Group Activities Notifier #36559
Hi,
Please create a file as suggested by Ravi above.
Your current location for bp-custom is incorrect. The file bp-custom.php should go into the wp-content/plugins directory.Regards
Brajesh - Brajesh Singh on March 3, 2021 at 10:42 pm in reply to: [Resolved] Can you help me with this code. #36558
Hi Tosin,
Thank you for the code and the suggestion.Please allow us to look at this weekend and assist you by early next week. We need some time to test it. Our current schedule is packed for this week limiting our ability to assist you with it quickly.
Regards
BrajeshPS:- Is this code from some plugin?
Hi,
Thank you for sharing.I do see the issue with lists and the markup a bit. Please allow me to post some css in 24 hours.’
Also, I will suggest you to mark the create,edit,drafts,pending tab only available to profile owners. They should not be accessible to others.
Regards
Brajesh- Brajesh Singh on March 3, 2021 at 11:25 am in reply to: [Resolved] Problem to Setting Auto Friendship #36548
Hi Emanuele,
I am very sorry for the delayed reply. Have asked @ravisharma to follow up and assist you with it quickly.Regards
Brajesh Thank you.
Please allow us to look into the day today and get back to you. WE will reach out to you if need any assistance with replicating it.Regards
BrajeshHi Dave,
Thank you.Please allow us to put an update in next 2-3 days to randomize the result on each page load.
Regards
Brajesh- Brajesh Singh on March 1, 2021 at 6:57 pm in reply to: [Resolved] How to create a dynamic link | take user to their own profile sub-tab #36529
Hi,
BuddyPress offers a specia url( http://[example.com/membersdirectory-path%5D/me/” as the shortcut to access logged user’s profile url.The part in the bracket should be replaced by your own site’s members directory.
Please see this reply for an explanation.
https://buddydev.com/support/forums/topic/could-you-tell-me-the-tablink-url/#post-36471Hope that helps.
Regards
Brajesh Hi Meike,
Thank you for the reply.Can you please link me to the site and grant me the admin credentials to check it? If I can check it, I can quickly find the reason and assist you.
Thank you
Brajesh