![]() |
Increasing the number of groups per page in social groups
I would like to increase the number of groups per page in the list of social groups.
Does anyone know where this is set. I'm happy to edit code if necessary. |
Unless I'm missing something...
AdminCP > vBulletin Options > Social Group Options > Default Groups Per-Page |
1 Attachment(s)
Quote:
|
Because youre running a version that dont have the option, upgrade to 3.8.xx to see that option.
|
I downloaded 371 looked in group.php file and found these lines:
Line 418: Code:
$perpage = $perpage ? $perpage : 20; Code:
$sorturl = 'group.php?' . $vbulletin->session->vars['sessionurl'] . "do=$doaction" . ($perpage != 20 ? "&pp=$perpage" : ''); |
Many thanks PinkMilk, that solved my problem!
Also, sorry for the late reply - I must have overlooked the notification that there was another reply in this thread. --------------- Added [DATE]1583036794[/DATE] at [TIME]1583036794[/TIME] --------------- Now I need to work out how to change the number of images displayed on a social group page. The default seems to be 5. --------------- Added [DATE]1583037965[/DATE] at [TIME]1583037965[/TIME] --------------- Found it :-) Code:
WHERE socialgrouppicture.groupid = $group[groupid] |
All times are GMT. The time now is 05:30 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|