SEO pre mod question

phpBB SEO Premod for phpBB3 support forum.
This premodded version of phpBB3 includes the three different type of URL rewriting for phpBB3 by phpBB SEO. It comes with several other Search Engine Optimization mods installed.

Moderator: Moderators

SEO pre mod question

Postby madshark » Mon Jul 28, 2008 4:47 pm

im not sure if this is in the correct forum apologies if not.

Is it possible for me to install the pre modded version 3.0.2 of the SEO and then restore a back up of my current 3.0.1 forum and have everything work fine?

thanks
madshark
 
Posts: 8
Joined: Mon Jul 28, 2008 4:44 pm

Advertisement

Postby dcz » Tue Jul 29, 2008 7:26 am

Well you can easily uninstall the premod, but you'll need to keep the same phpBB version, since the phpBB 3.0.1 db is a bit different from the 3.0.2 one.

But the principle would be just to run the mod rewrite installer to uninstall it, and then put back the original file (same version), and eventually drop the index on topic_last_post_id, which are the only changes in DB.

++
Useful links :
SEO Forum || SEO Directory || SEO phpBB || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Recherche
dcz
Admin
Admin
 
Posts: 21238
Joined: Fri Apr 28, 2006 9:03 pm

Postby madshark » Tue Jul 29, 2008 8:49 am

thanks much .. but i think you misunderstood me what i am currently on 3.0.1 and want to install the SEO mods for my forums. I currently have no modules of SEO installed.

Hence my questions was can i install a fresh copy of the premodded phpbb3 3.0.2 and then just port my old database over ?

or do i need to upgrade to 3.0.2 and then port it over ?

or do you recommend just installing the mod to my existing forum ?

thanks much
madshark
 
Posts: 8
Joined: Mon Jul 28, 2008 4:44 pm

Postby dcz » Wed Jul 30, 2008 8:01 am

oh ok.

So if you phpBB 3.0.1 is not modded, you can just overwrite all files, and then run the install/database_update.php from the changed file only update package (the one from the premod).

Then, you'll have to run online phpbb_seo/phpbb_seo_install.php (the file is to be found in contrib/), and perfomr the no duplicate SQL query :
Code: Select all
ALTER TABLE `phpbb_topics` ADD INDEX ( `topic_last_post_id` );


And you'll be done with the premod install, you'll just have to set up your url rewriting and eventually run the GYM sitemaps installer.

You'll keep your DB and messages this way.

Doing all this locally at first is wise, but there should not be problems.

++
Useful links :
SEO Forum || SEO Directory || SEO phpBB || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Recherche
dcz
Admin
Admin
 
Posts: 21238
Joined: Fri Apr 28, 2006 9:03 pm

Postby madshark » Fri Aug 01, 2008 10:32 am

thanks much !

although this would wipe out all my mods eh and id have to reinstall em after the update i presume ..

this might be asking too much but anyway of keeping em as well ? lol ..

thanks again
madshark
 
Posts: 8
Joined: Mon Jul 28, 2008 4:44 pm

Postby SeO » Fri Aug 01, 2008 11:50 am

SeO
Admin
Admin
 
Posts: 6333
Joined: Wed Mar 15, 2006 9:41 pm

Postby madshark » Sat Aug 09, 2008 6:09 am

ok thanks..

i just have one more question .. can i install the premodded version .. then restore my database from a phpbb3.0.2 version from the ACP and have it run smoothly.

will it rewrite the url's for the existing topics ect then ?

I had issues recently with my host that my phpbb was using too much resources on the shared server and that there was too many sql queries being run.. is there a possibility of this occurring/worsening with the seo mods ?

also reading the pre mod instructions i found the below.. am i supposed to turn the zero duplicates off in the acp ? thanks much for your time.

In case you are migrating from a previous unrewritten phpBB version, wait couple month after you activate the zero duplicate mod before you implement the robots.txt. In such case we want to redirect first and then drop useless content.


update :

ok the more i read the more i get confused..if someone can just tell me how to use a backup of my existing 3.0.2 board and put it into a seo pre mod installed board that would be great. What modules need to be enabled for seo / additional ones to be installed would be great so sorry for being a klutz i have zero knowledge on the matter as you can see :oops:

p.s i do install a lot of mods ..
madshark
 
Posts: 8
Joined: Mon Jul 28, 2008 4:44 pm

Postby SeO » Mon Aug 11, 2008 9:40 am

The easiest way is to directly use your phpBB3 db with the premod, but you can as well import it, you'll just need to additionally run the no duplicate query and the phpBB SEO install script (the one from the contrib/ dir of the package).

About the sql load, only the no dupe adds a left join on the forum index, but it should not be a problem with the proper index added by the query for the no dupe. And you can deactivate it in ACP.

Chances are great that you're only using a too small host package for your forum right now, and that you need to go fr a bigger one.
SeO
Admin
Admin
 
Posts: 6333
Joined: Wed Mar 15, 2006 9:41 pm

Postby madshark » Mon Aug 11, 2008 10:08 am

thanks SeO

so my urls will automatically get rewritten for the exisisting ones correct ??

also if i want to get rid of the seo mod all i have to do is uninstall it or just take a backup and install it on a new installation of phpbb3 correct ?

and also i just upload the seo install file to my root from the contrib folder and run it right ??

and finally the sql querry for no dupe is

Code: Select all
ALTER TABLE `phpbb_topics` ADD INDEX ( `topic_last_post_id` );


correct ??

please bear with me here :) thanks
madshark
 
Posts: 8
Joined: Mon Jul 28, 2008 4:44 pm

Postby madshark » Mon Aug 11, 2008 8:02 pm

ok i attempted the above as you advised ..

coudnt really get it to work everything installed fine but some how the urls are not getting written or somehting.
madshark
 
Posts: 8
Joined: Mon Jul 28, 2008 4:44 pm

Postby dcz » Wed Aug 13, 2008 9:30 am

have you activated url rewriting in acp ?
Useful links :
SEO Forum || SEO Directory || SEO phpBB || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Recherche
dcz
Admin
Admin
 
Posts: 21238
Joined: Fri Apr 28, 2006 9:03 pm

Postby madshark » Wed Aug 13, 2008 10:48 am

yup enabled.. but nothing ....

i installed the seo premodded version..

restored my forum...

ran the no dupe sql query

ran the seo install.php

set the setting in acp but nothing :S
madshark
 
Posts: 8
Joined: Mon Jul 28, 2008 4:44 pm

Postby dcz » Wed Aug 13, 2008 3:09 pm

Are your settings kept in the phpbb seo class settings panel once you submit ?

Is you phpbb_seo/cache/ dir (and files inside) properly chmoded ?
Useful links :
SEO Forum || SEO Directory || SEO phpBB || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Recherche
dcz
Admin
Admin
 
Posts: 21238
Joined: Fri Apr 28, 2006 9:03 pm


Return to phpBB SEO Premod

Who is online

Users browsing this forum: No registered users and 8 guests