phpBB SEO premod 3.0.2 released

phpBB SEO site news and official annoucements.

Moderator: Moderators

phpBB SEO premod 3.0.2 released

Postby dcz » Fri Jul 18, 2008 1:49 pm

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 || Search
____________________

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

Advertisement

Postby TomaS » Fri Jul 18, 2008 3:03 pm

yeah thx for update it. Today i was crusing around and looking for updates mod for my forum to start update it and voala it seems today is update day :) all mods are updated.
phpBB podpora-slovak phpBB support
slovenský preklad pre phpbb3-slovak translate for phpBB3
predaj a kupa domeny, marketing a internetove podnikanie- Slovak domain center
TomaS
PR2
PR2
 
Posts: 229
Joined: Fri Jun 08, 2007 1:22 am

Postby dcz » Fri Jul 18, 2008 3:05 pm

;)

And with GYM Sitemaps & RSS 2.0.B2 incuded :D
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: 21219
Joined: Fri Apr 28, 2006 9:03 pm

Postby TomaS » Fri Jul 18, 2008 7:13 pm

that great too, but i think the best way to update forum is make mods again, style i have now updated but i have about 6-7 mods and tweaks so i think this will be the easy way
phpBB podpora-slovak phpBB support
slovenský preklad pre phpbb3-slovak translate for phpBB3
predaj a kupa domeny, marketing a internetove podnikanie- Slovak domain center
TomaS
PR2
PR2
 
Posts: 229
Joined: Fri Jun 08, 2007 1:22 am

Postby digital1 » Sat Jul 19, 2008 4:35 am

Thanks for the update.
I am recieving this warning when automatic upgrading.

Code: Select all
[phpBB Debug] PHP Notice: in file /install/functions.php on line 3742: Undefined index: gzip_compress
digital1
PR0
PR0
 
Posts: 54
Joined: Fri Oct 26, 2007 6:53 am
Location: India

Postby dcz » Sat Jul 19, 2008 6:59 am

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: Select all
   // 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: Select all
   // 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 || Search
____________________

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

Postby digital1 » Sat Jul 19, 2008 8:21 am

That worked,
Thanks Once again.

P.S: "dcz" What course you have done in computers? Such a superb knowledge of SEO :D ? I am a fan of you. Just curious. :wink:
digital1
PR0
PR0
 
Posts: 54
Joined: Fri Oct 26, 2007 6:53 am
Location: India

Postby dcz » Sat Jul 19, 2008 8:49 am

Well thanks :oops:

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 || Search
____________________

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

Postby Professional » Sun Jul 20, 2008 6:13 am

greattttttttttttt mod,tnx for this goof release.
can u plz explain if my board is already installed and i want to just install this what shoud i do?

sorry another question: :oops:
if i want to add the vista style that is base on sub2,what changes shoud i do?

and what changes shoud i do for my language ? (persian)
User avatar
Professional
PR5
PR5
 
Posts: 543
Joined: Mon Apr 07, 2008 5:41 am
Location: 1/2 of the World

Postby dcz » Sun Jul 20, 2008 12:37 pm

http://www.phpbb-seo.com/boards/phpbb-s ... t2913.html

For the language, take a look at the pre-modified files of the premod in contrib/3.0.2_modified_files/language/en

You'll find a list of the language files to mod, you do not really need to mod install.php, the changes in the two other files are easy and located at the very end of the files.

You'll as well need to add (and translate eventually) the language/en/gym_sitemaps/ and language/en/acp/phpbb_seo.php files in all your language dirs.

++
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: 21219
Joined: Fri Apr 28, 2006 9:03 pm

Postby Professional » Mon Jul 21, 2008 5:51 am

tnx man :wink:
User avatar
Professional
PR5
PR5
 
Posts: 543
Joined: Mon Apr 07, 2008 5:41 am
Location: 1/2 of the World

Postby GoBieN » Tue Jul 22, 2008 4:59 pm

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 !
GoBieN
PR1
PR1
 
Posts: 122
Joined: Mon Mar 10, 2008 7:12 pm
Location: Belgium

Postby dcz » Tue Jul 22, 2008 5:12 pm

Happy to see you appreciate our efforts here ;)
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: 21219
Joined: Fri Apr 28, 2006 9:03 pm

After applying the auto update i have this problem

Postby Abubakr » Sat Oct 04, 2008 9:03 am

I applied the auto update and after applying i have this problem...

Please advise.

Fatal error: Call to undefined method phpbb_seo::seo_cond() in /home/jiras/public_html/index.php on line 47

you can see that when you go to

www.forumpakistan.net
Abubakr
 
Posts: 6
Joined: Thu Dec 06, 2007 6:09 pm


Return to Site Announcements

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 2 guests