Quote:
Originally Posted by gamebgs
will there be a way that you will only be able to show like 8 friends in the profile, and then the rest brings you to the friends page or something, can this be done?
|
See attachment, set max_show to 8 in the setup part. If you want to show a link to the friends page edit the line which shows
PHP Code:
if ($choicecounter >= $FNB_setup['max_show'] && $FNB_setup['max_show'] > 0) $FNB_HTML .= "<a class=\"smallfont\" href=\"".$vbulletin->options['bburl']."/member.php?u=".$userinfo['userid']."&showall=1\">".$FNB_setup['show_all']."</a>";
currently it just hides all friends/buddies more than max_show and shows them on click and reload of profile page with &showall=1
Quote:
Originally Posted by gamebgs
what would be even better is that we can choose our top 8 but I know that that would be something hard to do...
|
That would need some sort of saving the preference in a database field. Maybe somewhen later.
Current xml:
#102