site_logo link to Portal
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.
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.
-
Topic author - Active Member
- Posts: 8
- Joined: 2. August 2009 01:05
- Location: New Zealand
site_logo link to Portal
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?
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?
-
- Dev
- Posts: 2504
- Joined: 17. July 2008 21:08
- phpBB.de User: marc1706
- phpBB.com User: Marc
- Location: Clausthal-Zellerfeld / München
- Contact:
Re: site_logo link to Portal
Did you refresh you board and template cache?
-
Topic author - Active Member
- Posts: 8
- Joined: 2. August 2009 01:05
- Location: New Zealand
Re: site_logo link to Portal
Purged cache, refreshed theme - yup, still going back to the current page...
-
- Dev
- Posts: 2504
- Joined: 17. July 2008 21:08
- phpBB.de User: marc1706
- phpBB.com User: Marc
- Location: Clausthal-Zellerfeld / München
- Contact:
Re: site_logo link to Portal
A link to your board would be great.
-
Topic author - Active Member
- Posts: 8
- Joined: 2. August 2009 01:05
- Location: New Zealand
Re: site_logo link to Portal
Work in progress : http://forum.nzmetal.com
-
- Dev
- Posts: 2504
- Joined: 17. July 2008 21:08
- phpBB.de User: marc1706
- phpBB.com User: Marc
- Location: Clausthal-Zellerfeld / München
- Contact:
Re: site_logo link to Portal
Did you modify you .htaccess as suggested by the install instructions? Doesn't look like it.
-
Topic author - Active Member
- Posts: 8
- Joined: 2. August 2009 01:05
- Location: New Zealand
Re: site_logo link to Portal
Yup
I had another portal mod but I've done everything i can to remove it, maybe that has something to do with it...
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>
-
- Dev
- Posts: 2504
- Joined: 17. July 2008 21:08
- phpBB.de User: marc1706
- phpBB.com User: Marc
- Location: Clausthal-Zellerfeld / München
- Contact:
Re: site_logo link to Portal
Do you have an SEO MOD installed?
-
Topic author - Active Member
- Posts: 8
- Joined: 2. August 2009 01:05
- Location: New Zealand
Re: site_logo link to Portal
Nope...
Re: site_logo link to Portal
Try this:death from above wrote:YupI had another portal mod but I've done everything i can to remove it, maybe that has something to do with it...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>
Code: Select all
<Files 403.shtml>
order allow,deny
allow from all
</Files>
DirectoryIndex portal.php index.php index.html index.htm
The price of freedom is eternal vigilance. - Thomas Jefferson
The Megaverse - RPG Gaming Forum
The Megaverse - RPG Gaming Forum
-
Topic author - Active Member
- Posts: 8
- Joined: 2. August 2009 01:05
- Location: New Zealand
Re: site_logo link to Portal
No dice
-
Topic author - Active Member
- Posts: 8
- Joined: 2. August 2009 01:05
- Location: New Zealand
Re: site_logo link to Portal
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...
I re-upped the header and made all the necessary changes again, still no luck...
-
- Dev
- Posts: 2504
- Joined: 17. July 2008 21:08
- phpBB.de User: marc1706
- phpBB.com User: Marc
- Location: Clausthal-Zellerfeld / München
- Contact:
Re: site_logo link to Portal
I would contact your hoster. They should know how you can get that to work.
-
- Site Admin
- Posts: 2989
- Joined: 7. January 2006 20:11
- phpBB.de User: Saint
- phpBB.com User: Saint_hh
- Location: Hamburg
- Contact:
Re: site_logo link to Portal
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
portal_docs/install.xml#includes/functions.php
~~~ They say the definition of madness is doing the same thing and expecting a different result ~~~
Kein Support per PN / No support via PM!
Kein Support per PN / No support via PM!
Re: site_logo link to Portal
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
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