Can't acces index board from portal

Current Version: 1.0.6
Released: 09.01.10
Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Locked
User avatar

Topic author
Straihn
Active Member
Posts: 6
Joined: 2. November 2008 18:28
phpBB.com User: SauvaGe-
Location: Any where
Contact:

Can't acces index board from portal

Post by Straihn »

Your Portal Version: 1.0.3
Your phpBB Type: Premodded phpBB
MODs installed: Yes
Your knowledge: Basic Knowledge
Boardlink: http://svgteam.org

PHP Version: 5.2.5

What have you done before the problem was there?
i put the code in .htaccess for SEO

What have you already tryed to solve the problem?
the problem (i think) is in styles/name_style/overall_header.html & styles/name_style/overall_footer.html

Description and Message
i solved the the other problem, but now, after i put the code in .htaccess, when i click Board Index goes to main site , but the main site is the portal, not the /index.php i want when i click main page to redirect me on forum list (main board) /index.php

Anyone can help me with this bug?

P.S - the code i request here for the problem i'd have before is:
DirectoryIndex portal.php index.php index.html index.htm
User avatar

talonos
Portal Specialist
Posts: 242
Joined: 7. June 2009 15:12
phpBB.com User: talonos

Re: Can't acces index board from portal

Post by talonos »

in my overall_header.html my index.php is listed as {U_INDEX} so maybe u need to edit functions.php,

in functions.php find

Code: Select all

'U_INDEX'
and make the line look like this

Code: Select all

		'U_INDEX'				=> append_sid("{$phpbb_root_path}index.$phpEx"),
now in overall_header.html find the code for the INDEX link and in the href make it like this

Code: Select all

<a href="{U_INDEX}">Prima pagin?</a>
you can do the same in overall_footer.html if you have a link to the index.php in there too
Creating board3 website? check the sites out below for board3 compatible extensions
Talonos: Pretereo stormrage EU OFFLINE!
Locked

Return to “board3 Portal 1.0.x - English Support”