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

Joined: 28 Apr 2006 Posts: 14403
|
Posted: Fri Jul 18, 2008 1:49 pm Post subject: phpBB SEO premod 3.0.2 released |
|
|
Hello,
We are pleased to announce the availability of the phpBB SEO Premod 3.0.1 package, the "Tribute to GYM" edition.
This release update the premod to phpBB3.0.2 and the phpBB SEO mod rewrites to the last version (0.4.22).
The premod includes the updated version of the phpBB SEO dynamic meta tag mod, Optimal title mod zero and no duplicate mod, all these are soon to be separately released.
Demo : http://phpbb3.phpbb-seo.net/
New in this version :
- Updated to comply with phpBB 3.0.2.
- mod rewrite 0.4.4 :
- Fixed : Fixed the update bug caused by the empty phpbb_seo class,
- Fixed : Fixed pagination rewriterules for forum url without id and with a suffixe different that "/",
- Fixed : Fixed install script for non MYSQL DB,
- Fixed : Fixed search for word startting / ending with a,m or p,
- Fixed : Fixed various virtual root wrong links,
- Various optimizations in phpbb_seo_class.php and acp_phpbb_seo.php.
- zero duplicate 0.4.4 :
- Fixed : view=next/previous links,
- Fixed : post redirecting when post is not on first page,
- Meta tags 0.2.4 :
- Added : noindex tag based on GET vars to exclude many annoying URLs,
- Fixed : common words filtering in viewtopic.
Available packages
If you experience problems with the automatic update (white screens, timeouts, etc.) we recommend using the "changed files only" method for updating.
With this release, there are four packages available.
- Full Package
Contains entire phpBB SEO premod source English and French language files.
- Changed Files Only
Contains only those files changed from previous versions of the phpBB3 SEO Premod.
- Automatic Update Package
Update package for the automatic updater, containing the changes from previous release to this release.
Select whichever package is most suitable for you.
Translations Update :
Both French and English language pack are included by default in the auto update and changed file package.
In case you are not using the french language pack at all, you can safely ignore updates of the French language files. Leaving it on your ftp and let the updater update it is of course not a problem.
Please ensure you read the INSTALL and README documents in docs/ before proceeding with installation, updates or conversions!.
Be sure to take a look at the official phpBB3 announcement thread to find out more about the phpBB3.0.2 new feature and bug fixes included in the phpBB SEO Premod.
Please note for update :
This update will not change any of your settings.
If you encounter some difficulties to update the phpbb_seo_class.php file, for example if you modded it, you will just have to use the new file and edit it to re enter your previous customisations (static part & delimiters).
Once you will have updated, you will have to refresh your theme's cache as well as phpBB's cache (ACP => STYLE, Themes => Refresh).
We have included the mod GYM Sitemap & RSS, but since it is still at beta stage, we kept the install separated.
To install GYM sitemaps & RSS in one shot while upgrading, just upload the files located in the gym_upload/ directory of the update packages.
Please read the SEO premod install fle for more details. Installing GYM Sitemaps & RSS is as easy as lunching a script, no file editing.
Download/Documentation
|
_________________ 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 |
|
 |
|
 |
TomaS PR2

Joined: 08 Jun 2007 Posts: 225
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14403
|
|
| Back to top |
|
 |
TomaS PR2

Joined: 08 Jun 2007 Posts: 225
|
|
| Back to top |
|
 |
digital1
Joined: 26 Oct 2007 Posts: 44 Location: India
|
Posted: Sat Jul 19, 2008 4:35 am Post subject: Re: phpBB SEO premod 3.0.2 released |
|
|
Thanks for the update.
I am recieving this warning when automatic upgrading.
| Code: | | [phpBB Debug] PHP Notice: in file /install/functions.php on line 3742: Undefined index: gzip_compress |
|
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14403
|
Posted: Sat Jul 19, 2008 6:59 am Post subject: Re: phpBB SEO premod 3.0.2 released |
|
|
It's only a notice, and in this case, with no incidence. The updater is just using the new functions.php, here is the line :
| Code: | // As a pre-caution... some setups display a blank page if the flush() is not there.
(!$config['gzip_compress']) ? @flush() : @ob_flush(); |
If the notice display is breaking you layout up to the point you cannot go further in the update, just replace this line above with :
| Code: | // As a pre-caution... some setups display a blank page if the flush() is not there.
(!@$config['gzip_compress']) ? @flush() : @ob_flush(); |
in install/functions.php, that's the last update where we need to trick phpBB like this, the next one will not need this  |
_________________ 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 |
|
 |
digital1
Joined: 26 Oct 2007 Posts: 44 Location: India
|
Posted: Sat Jul 19, 2008 8:21 am Post subject: Re: phpBB SEO premod 3.0.2 released |
|
|
That worked,
Thanks Once again.
P.S: "dcz" What course you have done in computers? Such a superb knowledge of SEO ? I am a fan of you. Just curious.  |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14403
|
Posted: Sat Jul 19, 2008 8:49 am Post subject: Re: phpBB SEO premod 3.0.2 released |
|
|
Well thanks
I did not learn php at school, but I did quite some programming while majoring in theoretical physics.
Then I worked in several fields related to marketing and sociology, so when I started to play with internet a bit more, I had enough skills to understand internet coding (php/mysql/html/css) and enough experience about life and business to understand pretty well content and targeted public which is all you need to do good SEO.
Of course, the experience we all share here is now what matters the most, ours mods are this good because they are and have been used a lot already.
That's the whole point of the phpBB SEO project, share valuable mods and informations about SEO, because we really believe that there should be no secret about SEO and that everybody has better chances when sharing
++ |
_________________ 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 |
|
 |
Professional PR2


Joined: 07 Apr 2008 Posts: 211 Location: 1/2 of the World
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14403
|
|
| Back to top |
|
 |
Professional PR2


Joined: 07 Apr 2008 Posts: 211 Location: 1/2 of the World
|
|
| Back to top |
|
 |
GoBieN PR0

Joined: 10 Mar 2008 Posts: 72 Location: Belgium
|
Posted: Tue Jul 22, 2008 4:59 pm Post subject: Re: phpBB SEO premod 3.0.2 released |
|
|
| Just stopped by to say that your auto updater works great and this is the only mod i know with such a easy way of updating. Keep up the excellent work ! |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

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