Ning Developer Docs

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'] );

Views: 3

Replies to This Discussion

If you only choose 4 members to be featured, it only shows 4. Wouldn't that be easier?
Actually nah - it currently maxes out at 5. There is a View all button.

Any help would be appreciated!

Still! ;)
If you have two featured members you get two pictures, three featured members show only three pictures - It does not max out at five - you control the featured members as a NC.
yeah. but if you need 20 featured members, on the main members page there is a maximum of 5...

Im guessing its somewhere in the source. Can anyone else shed any light on it?

RSS

© 2026   Created by Ning Developer Admin.   Powered by

Badges  |  Report an Issue  |  Terms of Service