-
Brajesh Singh replied to the forum topic Member Profile – Tab Transitioning and Sidebars in the group How-To and Troubleshooting 13 years, 3 months ago
Just to mention here, I worked on the concept later on the suggestions of Bowe and built a child them which you can find here. It is compatible with bp 1.5+
-
Brajesh Singh replied to the forum topic How to remove avatar image from activity feed in the group How-To and Troubleshooting 13 years, 4 months ago
Try this in css
.activity-content .activity-header img.avatar{display:none;}
-
Brajesh Singh replied to the forum topic Customizing Problem (Renaming Groups) in the group Miscellaneous 13 years, 4 months ago
Hi ,
The best way to do so will be using the languages file.
you will find the BuddyPress languages file in budypress/bp-languagesUse poedit(or any other software) to translate it. Change the Group/Groups […]
-
Brajesh Singh replied to the forum topic Show total friend count on everyone's profile pages in the group How-To and Troubleshooting 13 years, 4 months ago
Hi Henry,
It is already there in the friends tab(in the user menu) for the displayed user.If you want to display it somewhere else on the profile, you can use this function as
Hope that helps.
-
Brajesh Singh replied to the forum topic Post showing in Activity Stream in the group How-To and Troubleshooting 13 years, 4 months ago
Hi @elangley,
sorry I could not reply earlier(was a little bit busy with some personal stuff).Just checked today the case by writing posts on sub network and It showed up correctly on my local install. I am […]
-
Brajesh Singh replied to the forum topic Restricting Users to One Group in the group How-To and Troubleshooting 13 years, 5 months ago
thank you Mercime for the mention 🙂
I am linking to the membership limit plugin directly here
@obber please try this one
https://github.com/sbrajesh/bp-limit-group-membership-per-userHope that helps.
-
Brajesh Singh replied to the forum topic Rectangular profile avatar in the group How-To and Troubleshooting 13 years, 7 months ago
Thank you @mercime for the mention.
@jainsmo just replied to your post there. It is possible to have rectangular avatar.
do you want to have rectangular avatar for profile but square for groups etc or you want […] -
Brajesh Singh replied to the forum topic hide admin from members list in the group How-To and Troubleshooting 13 years, 8 months ago
-
Brajesh Singh replied to the forum topic Updated/ing plugins – Limit Groups Per User, bp group tags in the group Creating & Extending 13 years, 11 months ago
@wedeem
Thank you but I had updated the plugin on 10th September with the exact same changeshttps://github.com/sbrajesh/limit-groups-per-user
I missed to put it on wp repo. will do that today.
Thank you.
-
Brajesh Singh replied to the forum topic Profile links & member pages in the group How-To and Troubleshooting 13 years, 11 months ago
Hi there,
The url may not be exactly as you wanted(since the profile becomes default component, the profile slug is not shown in the url for the first time), but the tab opened on user profile should be profile […] -
Brajesh Singh replied to the forum topic User Blogs in the group Creating & Extending 13 years, 11 months ago
Seem like you are using standard wordpress. You will need to enable the multisite mode.
here is the codex page for thathttps://codex.wordpress.org/Create_A_Network
hope that helps.
-
Brajesh Singh replied to the forum topic Display age on profile page in the group How-To and Troubleshooting 13 years, 11 months ago
No problem. glad it helped 🙂
-
Brajesh Singh replied to the forum topic Username availability checker for your site in the group Third Party Components & Plugins 13 years, 11 months ago
Thank you @mikey3d for letting me know. Glad you got it solved 🙂
-
Brajesh Singh replied to the forum topic Profile links & member pages in the group How-To and Troubleshooting 13 years, 11 months ago
put this either in bp-custom.php or wp-config.php
define('BP_DEFAULT_COMPONENT','profile');
That will do it. -
Brajesh Singh replied to the forum topic Display age on profile page in the group How-To and Troubleshooting 13 years, 11 months ago
@kirkslater,
Since you asked it in another thread, here is what you needPut this function in your functions.php or bp-custom.php
`
/**
* Get Age from BuddyPress date of Birth
* @param string […] -
Brajesh Singh replied to the topic Display age on profile page in the forum How-to & Troubleshooting 13 years, 11 months ago
@kirkslater,
Since you asked it in another thread, here is what you needPut this function in your functions.php or bp-custom.php
[Read more]
/**
* Get Age from BuddyPress date of Birth
* <a href='https://buddypress.org/community/members/param/' rel='nofollow'>@param</a> string $dob_field_name :name of the DOB field in xprofile, like Dob or Date of Birth
*… -
Brajesh Singh replied to the forum topic Profile fields in members list on groups page in the group How-To and Troubleshooting 13 years, 11 months ago
@kirkslater,
you are most welcome. Checking that thread in a minute 🙂 -
Brajesh Singh replied to the forum topic Username availability checker for your site in the group Third Party Components & Plugins 13 years, 11 months ago
Hi,
It may be a css or javascript issue. Do you see any error in the console?
Can you check and make sure you get something like this in the html tab of […] -
Brajesh Singh posted an update 13 years, 12 months ago
@mikey3d Can you please open a ticket on the github repo with details(WP/BP version) or open a topic here in the forum so we can discuss. It is working for me on wordpress multisite 3.2.1 and Bp trunk.
The two places are for different purposes. The github page is for the development version/issue tracking etc while the link on site is for the…[Read more]
-
Brajesh Singh replied to the topic Profile fields in members list on groups page in the forum How-to & Troubleshooting 13 years, 12 months ago
Try this
<?php $location = xprofile_get_field_data('Location', bp_get_group_member_id());
if(!empty($location)) : ?>just pass bp_get_group_member_id() as the second parameter to xprofile_get_field_data.
- Load More
@sbrajesh
Active 1 month ago