-
ankurm posted an update 13 years, 1 month ago
spammers X-(
-
ankurm replied to the forum topic Check "If friends" to display data conditionally in the group How-To and Troubleshooting 13 years, 1 month ago
This Would work….
global $bp;
$loggedin_user_id = $bp-loggedin_user-userdata-ID;
$other_user_id = bp_get_member_user_id();
if($loggedin_user_id == $other_user_id){
$check_string = βits_meβ […] -
ankurm replied to the forum topic How to increase activity-avatar image size? in the group Creating & Extending 13 years, 1 month ago
-
ankurm replied to the forum topic how can i get a member's id in the group How-To and Troubleshooting 13 years, 1 month ago
i found what i needed.. the function which i was searching for was
bp_get_member_user_id();
π -
ankurm started the forum topic how can i get a member's id in the group How-To and Troubleshooting 13 years, 1 month ago
I am running a loop and fetching ids of all the members using this function
bp_member_user_id();
but this function echos the id.. How can i store the id of the member in a variable? -
ankurm replied to the forum topic How to redirect to custom search result page? in the group How-To and Troubleshooting 13 years, 1 month ago
did you create a search.php file?
-
ankurm replied to the forum topic How to sort groups accorging to their popularity in the group How-To and Troubleshooting 13 years, 1 month ago
@ewebber : thanks.. π
-
ankurm started the forum topic How to sort groups accorging to their popularity in the group How-To and Troubleshooting 13 years, 1 month ago
hey..
how can i sort the groups on my buddypress site according to their popularity(most discussed) and display them on the sidebar?
thanks.. -
ankurm replied to the forum topic a little script that improves the BP experience during a login error in the group How-To and Troubleshooting 13 years, 2 months ago
btw @Dwenaus the code worked perfectly fine otherwise…
Thanks.. -
ankurm replied to the forum topic a little script that improves the BP experience during a login error in the group How-To and Troubleshooting 13 years, 2 months ago
@Dwenaus , i have the same problem which @ibn.nadir had..
there are no error messages appearing after the redirection. How to get that message appear?thanks
-
ankurm replied to the forum topic Custom Login Page in BuddyPress in the group How-To and Troubleshooting 13 years, 2 months ago
@sbrajesh Thanks for information. Your code worked perfectly!
@ankurm
Not recently active