The number of results shown for a Tag search is not set in the ACP. I found this in tags.php (about line 160)
HTML Code:
$base = 'tags.php?' . $vbulletin->session->vars['sessionurl'] .
'tag=' . $vbulletin->GPC['tag'] . '&pp=' . $perpage;
It appears that a number can be placed after the = sign in '&pp=' but I don't know the syntax. Can someone tell me how that is structured?
Thanx