| :: |
| Author |
Message |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14327
|
|
| Back to top |
|
 |
|
 |
wuitsung
Joined: 30 Jan 2007 Posts: 15
|
Posted: Thu Feb 01, 2007 3:57 am Post subject: Re: . |
|
|
| ... |
Last edited by wuitsung on Thu Jun 21, 2007 5:11 am; edited 2 times in total |
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14327
|
Posted: Thu Feb 01, 2007 11:16 am Post subject: Re: . |
|
|
| wuitsung wrote: | sorry maybe my explanation was not clear enough..
It's when I click the link here . |
You mean, when you implement the changes supposed to occur on phpBB's index.php to forum.php, you end up with rewritten links, but they do not work ?
How is this possible, since http://www.utf-88.com/movie-drama-tv-f1.html is already working great ?
Looking at the mod you used, there should not be any difficulties to find the original index.php code changes in your forum.php file.
Maybe, you will have trouble finding the category links, as you got rid of them it seems, but you should still be able to find the second FIND.
If you've got trouble editing forum.php, please send us a zip
++ |
_________________ Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________
Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche |
|
| Back to top |
|
 |
wuitsung
Joined: 30 Jan 2007 Posts: 15
|
Posted: Thu Feb 01, 2007 6:20 pm Post subject: Re: . |
|
|
| ... |
Last edited by wuitsung on Thu Jun 21, 2007 5:11 am; edited 3 times in total |
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14327
|
Posted: Thu Feb 01, 2007 11:34 pm Post subject: Re: . |
|
|
| dcz wrote: |
You'll as well need to change :
with :
| Code: | | 'index' => 'forum.php' |
To keep the forum index as is.
And this should as well solve the portal issue.
You'll have to change as well "index" with "forum" in the zero "duplicate code changes in forum.php.
++ |
Have you done this ? Because you need to.
As well, you should first implement the mod rewrite mod, and then, once it's up and running start adding the zero dupe.
And since you where not lucky with the constant bug, you'll need to adapt a bit the zero dupe, until it get updated.
You'll need to replace exactly :
With :
| Code: | | "http://www.utf-88.com/" |
Every time you find it in the zero dupe code changes (with the ").
But don't worry it will work
++ |
_________________ Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________
Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche |
|
| Back to top |
|
 |
wuitsung
Joined: 30 Jan 2007 Posts: 15
|
Posted: Fri Feb 02, 2007 12:05 am Post subject: Re: . |
|
|
| ... |
Last edited by wuitsung on Thu Jun 21, 2007 5:12 am; edited 3 times in total |
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14327
|
|
| Back to top |
|
 |
wuitsung
Joined: 30 Jan 2007 Posts: 15
|
Posted: Fri Feb 02, 2007 12:18 am Post subject: Re: . |
|
|
| ... |
Last edited by wuitsung on Thu Jun 21, 2007 5:12 am; edited 2 times in total |
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14327
|
Posted: Fri Feb 02, 2007 12:23 am Post subject: Re: . |
|
|
So zero dupe is installed and working perfectly
Don't bother editing the phpbb_seo_class.php file, the update is soon to come, and there is no problem with the left over code.
For the forum.php file, I don't know how to tell it again, you need to add the mod rewrite code change intended for phpBB index.php (the mod rewrite, not the zero dupe) to you forum.php file.
In the zip you sent, there is nothing added after :
| Code: | if (isset($display_categories[$cat_id]) && $display_categories[$cat_id])
{ |
And there should be one piece of code added there and a little after two.
That's all you need to do
++ |
_________________ Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________
Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche |
|
| Back to top |
|
 |
wuitsung
Joined: 30 Jan 2007 Posts: 15
|
Posted: Fri Feb 02, 2007 12:42 am Post subject: Re: . |
|
|
| ... |
Last edited by wuitsung on Thu Jun 21, 2007 5:12 am; edited 1 time in total |
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14327
|
|
| Back to top |
|
 |
wuitsung
Joined: 30 Jan 2007 Posts: 15
|
Posted: Sun Feb 04, 2007 1:14 am Post subject: Re: . |
|
|
| ... |
Last edited by wuitsung on Thu Jun 21, 2007 5:12 am; edited 1 time in total |
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14327
|
|
| Back to top |
|
 |
|
|