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

Joined: 28 Apr 2006 Posts: 13031
|
Posted: Wed Apr 16, 2008 9:06 am Post subject: phpBB SEO premod 3.0.1 released |
|
|
Hello,
We are pleased to announce the availability of the phpBB SEO Premod 3.0.1 package, the "It was worth it" edition.
This release update the premod to phpBB3.0.1 and the phpBB SEO mod rewrites to the last version (0.4.2).
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.1.
- mod rewrite 0.4.2 :
- Updated : User messages pages URLs structure,
- virtual folder option for user messages pages,
- Added : copyright link formatting options,
- Added : support for active_topics link,
- Added : support for unanswered link,
- Added : support for newposts link,
- Added : support for egosearch link,
- Added : support for most active topic link on profile view,
- Fixed : group sort option links,
- Fixed : unread link it topic view,
- Fixed : Session tracking : Sessions tracking is now fully fixed for viewforum, but will only work with virtual folder trick in viewtopic,
- Various optimizations in phpbb_seo_class.php and acp_phpbb_seo.php.
- zero duplicate 0.4.2 :
- Added : support for new URL rewritten pages,
- Added : FF default iso encoding workaround,
- Fixed : ignored posts,
- Fixed : highlights,
- Fixed : jumpto post link in emails,
- Fixed : style preview,
- Fixed : viewpoll topic links
- no duplicate 0.4.2 :
- Fixed : moved topic links on forum indexes.
- Optimal titles 1.0.2 :
- Updated : Minor additions.
- Meta tags 0.2.2 :
- Added : now filter code bbcode tag by default,
- Fixed : reference misuse,
- Fixed : use of sql_query_limit to grab keywords in topic view.
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.1 new feature and bug fixes included in the phpBB SEO Premod.
Please note for update :
The update will require some additional set up and .htaccess update.
Your forum URLs will stay exactly the same, but URL rewriting is extended and User Messages search pages URL will change.
User Messages search pages URLs will change :
We decided to go for a better url structure and to as well hanlde the sr (showresults, can be topics or posts in search results) option.
It's no big deal, but if you update, you'll need to keep the previous rewriterule you had in your .htaccess for user messages pages.
To do so, make a copy of your current .htaccess, generate a new one once you've updated, and then grab the rewriterule you had in your old .htaccess after (the line is longer):
and copy it after :
| Code: | | # HERE IS A GOOD PLACE TO ADD OTHER PHPBB RELATED REWRITERULES |
in your new .htaccess and the zero duplicate will do the rest
Before you do so, you can change the way search user pages are rewrtten if you wish, if you as well change the profile URLs, then you'll need to keep the old profile rewriterule the same way in your new .htaccess.
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).
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 |
|
 |
|
 |
emielvenlo PR0


Joined: 21 Jan 2007 Posts: 74
|
Posted: Wed Apr 16, 2008 9:52 am Post subject: Re: phpBB SEO premod 3.0.1 released |
|
|
Congrats dcz!!!!
Wonderfull to see the update so fast. |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 13031
|
|
| Back to top |
|
 |
msfranky
Joined: 07 Nov 2007 Posts: 6
|
Posted: Wed Apr 16, 2008 10:15 am Post subject: Re: phpBB SEO premod 3.0.1 released |
|
|
| dcz wrote: | Thanks  |
and when will be released mod rewrite 0.4.2 and other toolkits for classic phpbb 3.0.1? |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 13031
|
|
| Back to top |
|
 |
msfranky
Joined: 07 Nov 2007 Posts: 6
|
Posted: Wed Apr 16, 2008 10:31 am Post subject: Re: phpBB SEO premod 3.0.1 released |
|
|
I look forward to it.  |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 13031
|
Posted: Wed Apr 16, 2008 1:21 pm Post subject: Re: phpBB SEO premod 3.0.1 released |
|
|
Sorry about that : http://www.phpbb-seo.com/boards/phpbb-seo-premod/seo-url-premod-vt1549.html
| dcz wrote: | Important
We apologize for this, but an last bug fix was just added to all the 3.0.1 packages, we did not renumber the version.
For those who would already have installed (before this message was posted : 2008/04/16 1:15 pm GMT) or updated the 3.0.1 premod, the bug breaks the merge forum in MCP, but the fix is very easy.
You can either redownload the archive and overwrite the phpbb_seo/phpbb_seo_class.php file, or manually edit it, the unique change is :
Find :
| Code: | | $this->url = $this->url_in = $url = str_replace('?&', '&', $url); |
Replace with :
| Code: | | $this->url = $this->url_in = $url = str_replace('?&', '?', $url); |
Again we apologize about this, and wish you all a nice update
|
++ |
_________________ 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 |
|
 |
FaRuKuZaM
Joined: 20 Oct 2007 Posts: 4
|
Posted: Wed Apr 16, 2008 3:34 pm Post subject: Re: phpBB SEO premod 3.0.1 released |
|
|
Hello, thanks for the premod. I have updated from 3.0.0 everything works perfect but only when i enter to my profile page (only admin profile) I have errors. When I enter to other member profiles there are no errors.
The errors shown me at the top of the page:
| Code: | [phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 1035: array_merge() [function.array-merge]: Argument #2 is not an array
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3583: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2984)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3585: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2984)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3586: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2984)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3587: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2984) |
I will wait your replies...  |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 13031
|
Posted: Wed Apr 16, 2008 4:52 pm Post subject: Re: phpBB SEO premod 3.0.1 released |
|
|
Grr, the dumbest mistakes are the one that have use losing the most time
Anyway, it should be solved with the new includes/function_display.php I just updated in the packages (still no new version, one per day is enough ), was just because your user did not have a most active topic. Could be related to some DB problems on your install, but the code should handle such exceptions so ...
++ |
_________________ 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 |
|
 |
FaRuKuZaM
Joined: 20 Oct 2007 Posts: 4
|
Posted: Wed Apr 16, 2008 5:44 pm Post subject: Re: phpBB SEO premod 3.0.1 released |
|
|
you're too fast . Thank you very much |
|
|
| Back to top |
|
 |
emielvenlo PR0


Joined: 21 Jan 2007 Posts: 74
|
Posted: Wed Apr 16, 2008 9:39 pm Post subject: Re: phpBB SEO premod 3.0.1 released |
|
|
| When i download the premodded version now, the bugs are fixed? |
|
|
| Back to top |
|
 |
HB phpBB SEO Team

Joined: 16 Oct 2006 Posts: 707
|
Posted: Thu Apr 17, 2008 12:01 am Post subject: Re: phpBB SEO premod 3.0.1 released |
|
|
| Yes. |
_________________ Dan Kehn |
|
| Back to top |
|
 |
digital1
Joined: 26 Oct 2007 Posts: 20
|
Posted: Thu Apr 17, 2008 5:21 am Post subject: Re: phpBB SEO premod 3.0.1 released |
|
|
I automatic updated my forum and edited conflicting files my self and voila.
Thanks once again, this premod rocks.
All functions are working pretty fast now. |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 13031
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

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