I recently installed this portal and everything works great, I've modified quite a few things on my own however I have questions on how to change a few things.
This is the link to my portal on my home webserver.
http://67.169.197.64/deviance/
Now to the right where it shows "The Team" I was wanting to change it so it says "The Staff" and says "Game Masters" instead of Moderators
I would also like to remove the Search / Who Is Online Blocks from the front page.
I got my Advertisement Block to use HTML by doing this in the portal.php
- Code: Select all
if ($config['portal_ads_small'])
{
$template->assign_vars(array(
'S_ADS_SMALL' => ($config['portal_ads_small_box']) ? true : false,
'ADS_SMALL_BOX' => htmlspecialchars_decode($config['portal_ads_small_box']),
));
}
But now my Links Block is looking weird...
Any help would be much appreciated, in advanced thanks.