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
and this is my include/tempelate.php file
http://www.filedropper.com/template_5
( help needed) board3_portal_2_0_2
Forum rules
Before creating a new support thread, please take a look at the board3 Portal FAQ and use the search!
Many questions have already been answered.
Before creating a new support thread, please take a look at the board3 Portal FAQ and use the search!
Many questions have already been answered.
Re: ( help needed) board3_portal_2_0_2
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
For your style there is a tutorial: viewtopic.php?f=57&t=5399
Gruß Udo
Re: ( help needed) board3_portal_2_0_2
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
ty again now plz tell me how to change this i want to put here text Home page instead of portal
Re: ( help needed) board3_portal_2_0_2
Open: root/ext/board3/portal/language/en/portal.php
Find:
Replace with:
Note the correct encoding UTF-8 without BOM
Find:
Code: Select all
'PORTAL' => 'Portal',
Code: Select all
'PORTAL' => 'Home page',
Gruß Udo
Re: ( help needed) board3_portal_2_0_2
ty bro
last help plz i am putting my call of duty game server codes from game tracker.com code this
when i put this code in portal custom block it is looking like this
it have to look like this
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
it have to look like this
-
- Dev
- Posts: 2504
- Joined: 17. July 2008 21:08
- phpBB.de User: marc1706
- phpBB.com User: Marc
- Location: Clausthal-Zellerfeld / München
- Contact:
Re: ( help needed) board3_portal_2_0_2
Make sure you enabled HTML in the custom block setting. Otherwise it'll try to parse BBCode which you're obviously not using.