The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
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. |
#2
|
|||
|
|||
Unless I'm missing something...
AdminCP > vBulletin Options > Social Group Options > Default Groups Per-Page |
#3
|
|||
|
|||
My social groups have been renamed to "Image Groups" however there is no option for Default Groups Per-Page (see attached image)
|
#4
|
|||
|
|||
Because youre running a version that dont have the option, upgrade to 3.8.xx to see that option.
|
#5
|
|||
|
|||
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" : ''); |
#6
|
|||
|
|||
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] $hook_query_where ORDER BY socialgrouppicture.dateline DESC LIMIT 5 |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|