| Author |
Message |
stevemills
Novice


Joined: Sep 21, 2005 Posts: 25
|
Posted: Mon Sep 26, 2005 12:02 am Post subject: Forum home page is incorrect |
|
|
| The link from the gallery pages back to my phpBB2 forum leads back to my site's home page, not the forum. What did I miss? |
|
| Back to top |
|
|
AdBot
|
| Post subject: Forum home page is incorrect |
|
|
|
|
|
| Back to top |
|
 |
speedracer
Beginner


Joined: Sep 25, 2005 Posts: 14
|
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6274 Location: Washington Township, NJ, USA
|
Posted: Mon Sep 26, 2005 11:38 am Post subject: Re: Forum home page is incorrect |
|
|
added to phpbb2 buglist... _________________
 |
|
| Back to top |
|
|
jhayes
Beginner


Joined: Jul 08, 2005 Posts: 4
|
Posted: Mon Sep 26, 2005 2:01 pm Post subject: Re: Forum home page is incorrect |
|
|
Im not sure if this helps, but I navigated to the "BreadCrumb.tpl" file and modified the url path from:
<div class="{$class}">
<a href="/" class="BreadCrumb-1">Forum Index</a>
{section name=parent loop=$theme.parents}
{if !$smarty.section.parent.last}
to:
<div class="{$class}">
<a href="/forums/" class="BreadCrumb-1">Forum Index</a>
{section name=parent loop=$theme.parents}
{if !$smarty.section.parent.last}
That way the link goes to my forums page and not back to where my main site is located.
Hope it helps temporarily. I have no idea if this will cause in other problems. |
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6274 Location: Washington Township, NJ, USA
|
Posted: Mon Sep 26, 2005 2:02 pm Post subject: Re: Forum home page is incorrect |
|
|
it fixes the problem if the user has their forums installed in 'forums', but not if they're installed in 'phpbb2' or 'phpBB2', etc. I will have to make a note of this in the readme. _________________
 |
|
| Back to top |
|
|
jhayes
Beginner


Joined: Jul 08, 2005 Posts: 4
|
Posted: Mon Sep 26, 2005 2:20 pm Post subject: Re: Forum home page is incorrect |
|
|
| My apologies, I should have been more clear. You are exactly right. You would need to specify your OWN path for it to work. Thanks for the clarification. |
|
| Back to top |
|
|
stevemills
Novice


Joined: Sep 21, 2005 Posts: 25
|
Posted: Mon Sep 26, 2005 3:19 pm Post subject: Re: Forum home page is incorrect |
|
|
Thanks for the fix, jhayes.
I've also noticed that the text size problem fixes itself if you are logged out. Anyone echo this? |
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6274 Location: Washington Township, NJ, USA
|
Posted: Tue Sep 27, 2005 6:20 am Post subject: Re: Forum home page is incorrect |
|
|
i'm trying to figure out a way to get the G2 CSS declaration in the header tags of the phpBB page. the problem is that both G2 and phpBB2 have their own template system, and phpBB2 "owns" the header, which is making it difficult. _________________
 |
|
| Back to top |
|
|
stevemills
Novice


Joined: Sep 21, 2005 Posts: 25
|
Posted: Tue Sep 27, 2005 5:15 pm Post subject: Re: Forum home page is incorrect |
|
|
| Now I know why I see this, and it's not due to being logged out. It's because I have G2 in it's own directory, not under phpBB2. When I follow my favorites link to the gallery itself, it looks normal. As it should. |
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6274 Location: Washington Township, NJ, USA
|
|
| Back to top |
|
|
joe7
User


Joined: Apr 21, 2004 Posts: 39
|
Posted: Mon Oct 03, 2005 4:54 am Post subject: Re: Forum home page is incorrect |
|
|
other settings worked for me then at the url mentioned above..
at relative filepath i had to specify the web url of the g2 standalone.. with ../ before it.. |
|
| Back to top |
|
|
|
|
|
|
|