portal and board index point to same link (Solved)
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.
portal and board index point to same link (Solved)
Your Portal Version: 1.0.2
Your phpBB Type: Premodded phpBB
MODs installed: Yes
Your knowledge: Beginner
Boardlink: http://www.chs.org.in
PHP Version: I think latest
MySQL Version: Latest available I hope.
What have you done before the problem was there?
Right from the install, portal and board index load only portal page.
What have you already tryed to solve the problem?
Nothing
Description and Message
I have my site installed at root on my server. Web Address is http://www.chs.org.in I have auto mod installed at my site. My phpbb version is phpbb 3.0.4 premoded (gym Sitemap and php_seo). Then I installed board3 portal. Problem at my site is
[*]Portal and Board Index point to same page, i.e. root or http://www.chs.org.in
How can I change the title at portal page which is "portal" at present to "my site title"?
How can I change the "portal" to "Home" and "Board index" to "Forum" at menu, content in portal?
Any help will be grately apperciated. Thankyou to all.[/i]
Your phpBB Type: Premodded phpBB
MODs installed: Yes
Your knowledge: Beginner
Boardlink: http://www.chs.org.in
PHP Version: I think latest
MySQL Version: Latest available I hope.
What have you done before the problem was there?
Right from the install, portal and board index load only portal page.
What have you already tryed to solve the problem?
Nothing
Description and Message
I have my site installed at root on my server. Web Address is http://www.chs.org.in I have auto mod installed at my site. My phpbb version is phpbb 3.0.4 premoded (gym Sitemap and php_seo). Then I installed board3 portal. Problem at my site is
[*]Portal and Board Index point to same page, i.e. root or http://www.chs.org.in
How can I change the title at portal page which is "portal" at present to "my site title"?
How can I change the "portal" to "Home" and "Board index" to "Forum" at menu, content in portal?
Any help will be grately apperciated. Thankyou to all.[/i]
Last edited by dbjml on 26. January 2009 13:18, edited 1 time in total.
-
- Former Team Member
- Posts: 246
- Joined: 15. January 2008 08:41
- phpBB.de User: PeterS
- phpBB.com User: PeterS
Re: portal and board index point to same link
Hey,
open /phpbb_seo/phpbb_seo_class.php
Find:
in the Line find:
replace with:
open includes/functions.php
Find:
replace with:
thats all
Grz Peter
open /phpbb_seo/phpbb_seo_class.php
Find:
Code: Select all
$this->seo_static = array( 'forum' => 'forum', 'topic' => 'topic', 'post' => 'post', 'user' => 'member', 'group' => 'group', 'index' => '', 'global_announce' => 'announces', 'leaders' => 'the-team', 'atopic' => 'active-topics', 'utopic' => 'unanswered', 'npost' => 'newposts', 'pagination' => 'page', 'gz_ext' => '.gz' );
Code: Select all
'index' => ''
Code: Select all
'index' => 'forum.html'
open includes/functions.php
Find:
Code: Select all
'U_PORTAL' => append_sid("{$phpbb_root_path}portal.$phpEx"),
Code: Select all
'U_PORTAL' => append_sid("/"),
Grz Peter
Re: portal and board index point to same link
Thanks peterS. I hope it will do the tricks.
Re: portal and board index point to same link
Sorry PeterS, but it did not solve the issue. Let me clearify it more. Earlier I could visit my forum by typing www.chs.org.in or www.chs.org.in/index or www.chs.org.in/index.php either of this 3 method take me to my home page. Now if I type www.chs.org.in i go to portal. If I type www.chs.org.in/index it says forum doesnot exist. if i type www.chs.org.in/index.php it again take me to portal or www.chs.org.in I did the modification as you told but it add to board index forum.html.html and leads to my error page. My phpbb is installed in root or in public_html forlder itself. Its latest premoded version (phpbb_seo_gymsitemap) and advance url is active. please help. if any other information is needed i can provide. thank you in advance.
-
- Former Team Member
- Posts: 246
- Joined: 15. January 2008 08:41
- phpBB.de User: PeterS
- phpBB.com User: PeterS
Re: portal and board index point to same link
Hi,
sorry this was my fault!
change
'index' => '' with 'index' => 'forum'
without .html
I hope this works now.
Peter
sorry this was my fault!
change
'index' => '' with 'index' => 'forum'
without .html
I hope this works now.
Peter
Re: portal and board index point to same link
Well did try your suggestion and it assigned forum.html link to board index in main mainu. but when click on the link it redirect me to my error page saying page not found.
Re: portal and board index point to same link
Thanks a lot PeterS. I apperciate your help. I figure out that there is a conflict in phpbb_seo and board3 portal. Once I deactivate the seo mod, everything was fine. I have put it up on the php_seo board and hope they will find out solution in next update. Thanks a lot once again.
-
- Former Team Member
- Posts: 246
- Joined: 15. January 2008 08:41
- phpBB.de User: PeterS
- phpBB.com User: PeterS
Re: portal and board index point to same link
Hi,
you welcome, but in my Forum it works fine. I think there ist little mistake somewhere.
Peter
you welcome, but in my Forum it works fine. I think there ist little mistake somewhere.
Peter
Re: portal and board index point to same link
Thanks a lot PeterS. Yep, your advise was absolutely and exactly what was needed to be done. Only thing that skipped from your suggestion is generate a new .htaccess file from php_seo tab in ACP and put it in root folder after adding the line It was suggested to by seo admin at their site. And once done, its perfactly ok. Have a look at my site...its working now. Thanks a lot everybody.
Code: Select all
DirectoryIndex portal.php index.php index.html index.htm