Smartys wrote:Jimi wrote:If your mods effect a lang file that could be the problem every lang command has to be the right spacing or you'll get a blank page.
I've never heard of that, or maybe I'm just not understanding what you're saying. Could you give an example?
HaVoC: Try deleting all your cache files, see if that does anything
'Index' => 'Index',
'User list' => 'User list',
'Rules' => 'Rules',
'Search' => 'Search',
'Register' => 'Register',
'Login' => 'Login',
'Not logged in' => 'You are not logged in.',
'Profile' => 'Profile',
'Logout' => 'Logout',
'Logged in as' => 'Logged in as',
'Admin' => 'Administration',
'Last visit' => 'Last visit',
'Show new posts' => 'Show new posts since last visit',
'Mark all as read' => 'Mark all topics as read',
'Link separator' => '', // The text that separates links in the navigator
Is what A lang file should look like with proper spacing.
But If you did something like. (look at index)
'Index' => 'Index',
'User list' => 'User list',
'Rules' => 'Rules',
'Search' => 'Search',
'Register' => 'Register',
'Login' => 'Login',
'Not logged in' => 'You are not logged in.',
'Profile' => 'Profile',
'Logout' => 'Logout',
'Logged in as' => 'Logged in as',
'Admin' => 'Administration',
'Last visit' => 'Last visit',
'Show new posts' => 'Show new posts since last visit',
'Mark all as read' => 'Mark all topics as read',
'Link separator' => '', // The text that separates links in the navigator
any page with the navlink 'index' wont display. or at least that's what I have noticed.