How can I show just members with pictures in the main members block on the homepage. In other words, I don't want to show any members who have not uploaded a picture, and just have the default image.
Thanks
Rob
How can I show just members with pictures in the main members block on the homepage. In other words, I don't want to show any members who have not uploaded a picture, and just have the default image. Thanks Rob |
Edit templates/base/scripts/BxBaseIndex.php Find function getBlockCode_Members() and $aDBTopMenu = array();
Add code `Picture` > 0 AND in the sql query, se below.
$aDBTopMenu = array(); }
Cheers
|
Thank you!!! |
worked like a charm :-) |
Yep. Worked great. Thanks :)
Besides, the lazy asses that don't take the time to upload pics should give it up! |
I know this is old but THANK YOU! Happiness is a warm gun. |
I also wanted to add my thanks here! This was exactly what I was looking for :) |