Portal Tag
Portal Tag
Let me thank you for the simple portal. Everything was fine except this tag that is appearing around {Portal}. What can i do to remove it?
I also want to remove Forum Name Portal on top welcome message.
I also want to remove Forum Name Portal on top welcome message.
Portal Tag
Kindly help me take a look. Can i post my link for you to assist?
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Portal Tag
Sure, you can post a link. But its not necessary.
According to the instructions you need to ad some code to the language/en/common.php
You need to ad the same to your language common.php
If you are danish it would be: language/da/common.php
According to the instructions you need to ad some code to the language/en/common.php
You need to ad the same to your language common.php
If you are danish it would be: language/da/common.php
Board rules! No PM support
Portal Tag
Fine. What code? my link: www.naijamarriage.com
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Portal Tag
Read the install instructions. Its all there.
You need to add some code to language/en/common.php
You need to add some code to language/en/common.php
Board rules! No PM support
Portal Tag
I have added this to common.php with no change on portal page header.
I just want this bracket {portal} go away on the page header.
// Portal
$lang = array_merge($lang, array(
'PORTAL' => 'Portal',
'VIEW_PORTAL' => 'Viewing Portal Page',
));
I just want this bracket {portal} go away on the page header.
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Portal Tag
Yes, and if you add that code to language/your language/common.php it will output Portal instead of { PORTAL }.
Remember you need to do this for all the languages you have installed.
Remember you need to do this for all the languages you have installed.
Board rules! No PM support
Portal Tag
The tag was remove when added it to en-us. But that was with a bug.
[phpBB Debug] PHP Warning: in file /includes/functions.php on line 4589: Cannot modify header information - headers already sent by (output started at /language/en_us/common.php:1)
[phpBB Debug] PHP Warning: in file /includes/functions.php on line 4591: Cannot modify header information - headers already sent by (output started at /language/en_us/common.php:1)
[phpBB Debug] PHP Warning: in file /includes/functions.php on line 4592: Cannot modify header information - headers already sent by (output started at /language/en_us/common.php:1)
[phpBB Debug] PHP Warning: in file /includes/functions.php on line 4593: Cannot modify header information - headers already sent by (output started at /language/en_us/common.php:1)
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Portal Tag
Sounds like you have added it AFTER this
?>
instead of before.Board rules! No PM support