Page 1 of 1

( help needed) board3_portal_2_0_2

Posted: 7. November 2014 08:06
by allen62
Your Portal Version: board3_por
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Beginner
Boardlink: http://pakisoldiers.com/

What have you done before the problem was there?
i just install bord post i have installed many mods but all working fine before when i install portal it give me a lot of errors

What have you already tryed to solve the problem?
i tried evervything which i can do ... i cecked whole installation 2 times all seems fine

Description and Message
Hi guys i am trying to install board3_portal_2_0_2 mod ... i am getting a lot of errors in one file and forum is looking like that mentioned in screen shots below ... i check all things 3 times all things are ok idk why this problem is comming so please anyone hep me...
i am using phpbb3 version 3.0.12
here is a screen shots
Image

and this is my include/tempelate.php file
http://www.filedropper.com/template_5

Re: ( help needed) board3_portal_2_0_2

Posted: 7. November 2014 15:16
by Kirk
I see no picture, the include / template.php you do not have to edit.
For your style there is a tutorial: viewtopic.php?f=57&t=5399

Re: ( help needed) board3_portal_2_0_2

Posted: 9. November 2014 16:35
by allen62
thanx bro now my problem solved i allpied ur method
ty again now plz tell me how to change this i want to put here text Home page instead of portal
Image

Re: ( help needed) board3_portal_2_0_2

Posted: 10. November 2014 17:20
by Kirk
Open: root/ext/board3/portal/language/en/portal.php
Find:

Code: Select all

'PORTAL'			=> 'Portal',
Replace with:

Code: Select all

'PORTAL'			=> 'Home page',
Note the correct encoding UTF-8 without BOM

Re: ( help needed) board3_portal_2_0_2

Posted: 11. November 2014 08:34
by allen62
ty bro
last help plz i am putting my call of duty game server codes from game tracker.com code this

Code: Select all

<a href="http://www.gametracker.com/server_info/cod4.youngmasti.pk:28960/" target="_blank"><img src="http://cache.www.gametracker.com/server_info/cod4.youngmasti.pk:28960/b_160_400_1_ffffff_c5c5c5_ffffff_000000_0_1_0.png" border="0" width="160" height="248" alt=""/></a>

when i put this code in portal custom block it is looking like this
Image

it have to look like this
Image

Re: ( help needed) board3_portal_2_0_2

Posted: 11. November 2014 14:14
by Marc
Make sure you enabled HTML in the custom block setting. Otherwise it'll try to parse BBCode which you're obviously not using.