Page 1 of 2

site_logo link to Portal

Posted: 5. August 2009 08:44
by death from above
Your Portal Version: 1.0.0RC3
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Basic Knowledge

What have you done before the problem was there?
Tried on a different theme

What have you already tryed to solve the problem?
Installed new theme, no difference

Description and Message
Howdy

Trying to get my header to point to Portal, not Index, but when I make the changes, it just directs to the same page I'm already on, not the portal

Brand new theme so everything is fresh

Any ideas?

Re: site_logo link to Portal

Posted: 5. August 2009 10:34
by Marc
Did you refresh you board and template cache?

Re: site_logo link to Portal

Posted: 15. August 2009 05:44
by death from above
Purged cache, refreshed theme - yup, still going back to the current page...

Re: site_logo link to Portal

Posted: 15. August 2009 14:58
by Marc
A link to your board would be great.

Re: site_logo link to Portal

Posted: 16. August 2009 05:03
by death from above
Work in progress : http://forum.nzmetal.com

Re: site_logo link to Portal

Posted: 16. August 2009 10:26
by Marc
Did you modify you .htaccess as suggested by the install instructions? Doesn't look like it.

Re: site_logo link to Portal

Posted: 16. August 2009 11:43
by death from above
Yup

Code: Select all

<Files "config.php">
Order Allow,Deny
Deny from All
</Files>

DirectoryIndex portal.php index.php index.html index.htm
<Files "common.php">
Order Allow,Deny
Deny from All
</Files>
I had another portal mod but I've done everything i can to remove it, maybe that has something to do with it...

Re: site_logo link to Portal

Posted: 16. August 2009 13:49
by Marc
Do you have an SEO MOD installed?

Re: site_logo link to Portal

Posted: 16. August 2009 21:59
by death from above
Nope...

Re: site_logo link to Portal

Posted: 17. August 2009 04:30
by NMI
death from above wrote:Yup

Code: Select all

<Files "config.php">
Order Allow,Deny
Deny from All
</Files>

DirectoryIndex portal.php index.php index.html index.htm
<Files "common.php">
Order Allow,Deny
Deny from All
</Files>
I had another portal mod but I've done everything i can to remove it, maybe that has something to do with it...
Try this:

Code: Select all

<Files 403.shtml>
order allow,deny
allow from all
</Files>
DirectoryIndex portal.php index.php index.html index.htm
I am not sure if you need the <Files 403.shtml> part, but that is in my .htaccess file

Re: site_logo link to Portal

Posted: 18. August 2009 03:07
by death from above
No dice :(

Re: site_logo link to Portal

Posted: 26. August 2009 23:43
by death from above
So has anyone got any other ideas? This really sucks!

I re-upped the header and made all the necessary changes again, still no luck...

Re: site_logo link to Portal

Posted: 27. August 2009 00:35
by Marc
I would contact your hoster. They should know how you can get that to work.

Re: site_logo link to Portal

Posted: 27. August 2009 08:23
by Kevin
I guess that you haven't done the changes to the includes/functions.php properly or not uploaded the file afterwards (so the link {U_PORTAL} isn't build up correctly). Check it:
portal_docs/install.xml#includes/functions.php

Re: site_logo link to Portal

Posted: 28. August 2009 12:52
by Fliz
Same for me. When clicking on site logo it links to forum not portal.

But I did change in overall_header.php
In one place there change U_INDEX to U_PORTAL and L_INDEX to L_PORTAL - somewere in the middle of the code.
And now it works