Log in

View Full Version : Social Groups In User's Profile


DarkSoroush
08-01-2011, 09:30 PM
Hi,

I want to limit Social groups listed in user's profile to 10 item only. And sort them by Last Update. Searched in lib files but didn't find any similar sql query.

Can any one tell me where i need to edit?! File name or something.

tnx

kh99
08-02-2011, 02:41 PM
I think what you're looking for is in includes/class_profileblock.php, function prepare() in class vB_ProfileBlock_Groups (around line 1228).

DarkSoroush
08-03-2011, 10:46 AM
Thanks a lot. :D