in
http://_________.ning.com/profiles/members/ there is a "Featured Members" section. Currently there is 5 members listed -
I want it to be ALL featured members in rows of 4. (EDIT)
Now the members listing seems to be one of these embedded widgets which are part of the main "index" widget. I get a bit lost here - I think I might of tracked down where the rowSize is getting used in
EmbedController.php (code at bottom) , but I'm not sure. Im not even sure its treated as a row (as there is only one).
Anyway - help GREATLY appreciated.
public function action_membersSetValues() {
$this->_widget->includeFileOnce('/lib/helpers/Profiles_UserHelper.php');
$embed = XG_Embed::load($_GET['id']);
if (! $embed->isOwnedByCurrentUser()) { throw new Exception('Not embed owner.'); }
$embed->set('displaySet', $_POST['displaySet'] );
$embed->set('sortSet' , $_POST['sortSet'] );
$embed->set('rowsSet' , $_POST['rowsSet'] );
