Register - Login

I need help on a few things.

I need help on a few things.

Postby Evanonian on Wed Apr 28, 2010 10:00 am

Dear phpBB3 Portal Community,

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.
Last edited by Evanonian on Wed May 05, 2010 7:06 am, edited 1 time in total.
Evanonian
 
Posts: 4
Joined: Fri May 16, 2008 11:32 pm

Re: I need help on a few things.

Postby

GameFreak
on Fri Apr 30, 2010 7:19 pm

Link not working. Please fix.
- Vincent
Need tips about being/becoming a Moderator? Feel free to check TheModForum.com out!
GameFreak

Administrator

User avatar
 
Posts: 106
Joined: Wed Nov 04, 2009 6:25 pm
Location: Belgium

Re: I need help on a few things.

Postby Evanonian on Wed May 05, 2010 7:06 am

Oh, Crap I recently changed the path and everything sorry I forgot about that.

I fixed the link above. :lol:
Evanonian
 
Posts: 4
Joined: Fri May 16, 2008 11:32 pm

Re: I need help on a few things.

Postby

GameFreak
on Wed May 05, 2010 6:44 pm

Evanonian wrote:Dear phpBB3 Portal Community,

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.


1. ) To change 'The Team' and 'Moderators', you need to edit the following LANGUAGE FILE:
root/language/lang prefix/common.php

Line 354:
Code: Select all
   'MODERATORS'         => 'Moderators',

->
Code: Select all
   'MODERATORS'         => 'Game Masters',


Line 380:
Code: Select all
   'THE_TEAM'         => 'The team',

->
Code: Select all
   'THE_TEAM'         => 'The Staff',



2. ) To delete the 'Who is Online' and Search block, you need to edit THIS FILE:
root/portal.php

Code: Select all
Delete line 181 to 193


3. ) Is it possible that you forgot to close the ConnectU Link?
- Vincent
Need tips about being/becoming a Moderator? Feel free to check TheModForum.com out!
GameFreak

Administrator

User avatar
 
Posts: 106
Joined: Wed Nov 04, 2009 6:25 pm
Location: Belgium


Return to [1.2.x] Support & Help



Who is online

Users browsing this forum: No registered users