View Full Version : Please Help
Hello. I have a small problem. The gap between "new items" button and the forum is a bit too big. How can I change this? I want the distance as in the standard vBulletin is not so great. It is as if a <br /> between them but I find none.
2. Question
How can I get from the announcements box where the speaker is smaller?
Morgan
02-05-2009, 06:31 PM
1: There is a <br /> tag in the gars_class_page.php file:
if ($rout)
{
$output .= "<br />";
}
There is also a <br /> tag in the gars_class_list.php file:
if ($sectionid == 2 || $sectionid == 3)
{
$output .= "<br />";
}
You can edit these locations to replace the BR tag with whatever your prefer.
2: Not sure what you are asking.
Unfortunately it is not. I have both PHP files changed and it changed nothing. What can I do?
I've done it myself. :rolleyes:
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.