| :: |
| Author |
Message |
GA_
Joined: 02 May 2008 Posts: 4
|
Posted: Fri May 02, 2008 7:25 am Post subject: PhpBB SEO: Upgrade from Simple to Intermediate |
|
|
| Is there anyway to do this without deinstalling "Simple". I would like to just upgrade without messing my forums up. Is there a Simple to Intermediate upgrade package that I can download? Any help is appreciated. |
|
|
| Back to top |
|
 |
|
 |
GA_
Joined: 02 May 2008 Posts: 4
|
Posted: Fri May 02, 2008 7:34 am Post subject: Re: PhpBB SEO: Upgrade from Simple to Intermediate |
|
|
| I'm sorry I would like to upgrade to the mixed. any help is appreciated. |
|
|
| Back to top |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 2383
|
Posted: Fri May 02, 2008 2:11 pm Post subject: Re: PhpBB SEO: Upgrade from Simple to Intermediate |
|
|
The mixed mod rewrite will only add some more code in phpBB files, so you can do as if you install it over the simple one, you'll only find most of the code already there, and few lines that are not exactly the same.
When the code is not the same, just overwrite the whole block, if not, just add what not there. Then overwrite the phpbb_seo_class.php file (or merge it if you implemented some custom settings in there) and you'll be done, since the acp and the languages files are the same.
An easy way to do this would be to use winmerge to compare the premodded files from the mixed package with the one you have.
In addition, you'd need to prepare you .htaccess to handle the custom redirected implied by the upgrade.
So, my advice is, set up a local test server with your online files, do the code update, check that everything works, and set up you url rewriting standard.
Once done, post here both your new mixed and old simple .htaccess, and I'll help you for the redirection. This way, you'll be able to migrate in good conditions. |
_________________
|
|
| Back to top |
|
 |
GA_
Joined: 02 May 2008 Posts: 4
|
Posted: Sat May 03, 2008 9:08 am Post subject: Re: PhpBB SEO: Upgrade from Simple to Intermediate |
|
|
I appreciate your help.... what a headache though
i got everything working. you need some upgrade packages my friend so people won't have to reinstall everyline of code like i just did
Everything is working great. My only concern is is that there seems to be a feature that allows a topic title to be a URL but I can't implement it? How would I do so?
My forum titles are now urls and I can pretty much name them to whatever name I like. I would like to do forum topic titles the same.
Example:
User X creates a topic titled "I love apples"... PhpBB SEO now creates a URL to that post -www.whatever.com/forums/general-discussion-f1/i-like-apples.html |
|
|
| Back to top |
|
 |
GA_
Joined: 02 May 2008 Posts: 4
|
Posted: Sat May 03, 2008 10:38 am Post subject: Re: PhpBB SEO: Upgrade from Simple to Intermediate |
|
|
Nevermind I figured it out.....
I had to upgrade once again to "advanced"... Blah  |
|
|
| Back to top |
|
 |
MathieuM. phpBB SEO Team


Joined: 10 Feb 2008 Posts: 234 Location: Rhône-Alpes
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 13031
|
Posted: Tue May 06, 2008 12:38 pm Post subject: Re: PhpBB SEO: Upgrade from Simple to Intermediate |
|
|
| GA_ wrote: | i got everything working. you need some upgrade packages my friend so people won't have to reinstall everyline of code like i just did  |
Well, we are talking about going from one mod to another, it's not really an upgrade, besides, you could have them all three at once with the premod and switch directly from the ACP
Did you take care about redirecting the old simple mod urls ?
| SeO wrote: | In addition, you'd need to prepare you .htaccess to handle the custom redirected implied by the upgrade.
So, my advice is, set up a local test server with your online files, do the code update, check that everything works, and set up you url rewriting standard.
Once done, post here both your new mixed and old simple .htaccess, and I'll help you for the redirection. This way, you'll be able to migrate in good conditions. |
|
_________________ 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 |
|
 |
|
|