| :: |
| Author |
Message |
mhmdkhamis PR4

Joined: 26 Nov 2006 Posts: 436 Location: egypt
|
Posted: Fri Aug 24, 2007 8:10 pm Post subject: phpBB3 Release Candidate 5 (RC5) released |
|
|
as acyd burn announcement phpbb3 RC5 is released on friday 24/8/2007
| Quote: |
We are very pleased to announce the availability of the phpBB3 RC5 package. This is the fifth (and hopefully last) release candidate which is meant to become the Gold release if no more critical problems arise.
|
this mean it maybe be the gold one
you can read full topic from phpbb.com |
_________________ برامج |برامج مجانية|العاب |
|
| Back to top |
|
 |
|
 |
emielvenlo PR0


Joined: 21 Jan 2007 Posts: 78
|
Posted: Fri Aug 24, 2007 9:42 pm Post subject: Re: phpBB3 Release Candidate 5 (RC5) released |
|
|
| mhmdkhamis wrote: | this mean it maybe be the gold one |
Thats what they've said with all rc's  |
|
|
| Back to top |
|
 |
mhmdkhamis PR4

Joined: 26 Nov 2006 Posts: 436 Location: egypt
|
Posted: Fri Aug 24, 2007 10:06 pm Post subject: Re: phpBB3 Release Candidate 5 (RC5) released |
|
|
| emielvenlo wrote: | | mhmdkhamis wrote: | this mean it maybe be the gold one |
Thats what they've said with all rc's  |
yes u are right  |
_________________ برامج |برامج مجانية|العاب |
|
| Back to top |
|
 |
Peter77 phpBB SEO Team


Joined: 10 May 2006 Posts: 512 Location: Michigan
|
Posted: Sun Aug 26, 2007 4:10 am Post subject: Re: phpBB3 Release Candidate 5 (RC5) released |
|
|
I can almost taste the Gold.  |
|
|
| Back to top |
|
 |
emielvenlo PR0


Joined: 21 Jan 2007 Posts: 78
|
Posted: Sun Aug 26, 2007 6:18 am Post subject: Re: phpBB3 Release Candidate 5 (RC5) released |
|
|
| Peter77 wrote: | I can almost taste the Gold.  |
Goldfever  |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14131
|
Posted: Sun Aug 26, 2007 1:16 pm Post subject: Re: phpBB3 Release Candidate 5 (RC5) released |
|
|
phpBB3 really is a hot topic
By the way, the 0.4.0RC1 mod rewrite will work with phpBB3.0.RC5, the only thing to change is a single FIND in the install.
In search.php, you should now FIND :
| Code: | #
#-----[ FIND ]------------------------------------------
#
$view_topic_url = append_sid("{$phpbb_root_path}viewtopic.$phpEx", "f=$u_forum_id&t=$result_topic_id" . (($u_hilit) ? "&hilit=$u_hilit" : '')); |
Instead of :
| Code: |
#
#-----[ FIND ]------------------------------------------
#
$view_topic_url = append_sid("{$phpbb_root_path}viewtopic.$phpEx", "f=$u_forum_id&t=$result_topic_id&hilit=$u_hilit"); |
 |
_________________ 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 |
|
 |
Ľubor PR0

Joined: 13 Feb 2007 Posts: 52 Location: Slovakia,Bratislava
|
Posted: Sun Aug 26, 2007 1:54 pm Post subject: Re: phpBB3 Release Candidate 5 (RC5) released |
|
|
| Code: | Not Found
The requested URL /pre-administratorov-f19.html was not found on this server. |
|
|
|
| Back to top |
|
 |
Ľubor PR0

Joined: 13 Feb 2007 Posts: 52 Location: Slovakia,Bratislava
|
Posted: Sun Aug 26, 2007 1:56 pm Post subject: Re: phpBB3 Release Candidate 5 (RC5) released |
|
|
| and htaccess is where? |
|
|
| Back to top |
|
 |
Ľubor PR0

Joined: 13 Feb 2007 Posts: 52 Location: Slovakia,Bratislava
|
Posted: Sun Aug 26, 2007 2:24 pm Post subject: Re: phpBB3 Release Candidate 5 (RC5) released |
|
|
is nomal ? |
|
|
| Back to top |
|
 |
mhmdkhamis PR4

Joined: 26 Nov 2006 Posts: 436 Location: egypt
|
Posted: Mon Aug 27, 2007 7:02 pm Post subject: Re: phpBB3 Release Candidate 5 (RC5) released |
|
|
| dcz wrote: | phpBB3 really is a hot topic
By the way, the 0.4.0RC1 mod rewrite will work with phpBB3.0.RC5, the only thing to change is a single FIND in the install.
In search.php, you should now FIND :
| Code: | #
#-----[ FIND ]------------------------------------------
#
$view_topic_url = append_sid("{$phpbb_root_path}viewtopic.$phpEx", "f=$u_forum_id&t=$result_topic_id" . (($u_hilit) ? "&hilit=$u_hilit" : '')); |
Instead of :
| Code: |
#
#-----[ FIND ]------------------------------------------
#
$view_topic_url = append_sid("{$phpbb_root_path}viewtopic.$phpEx", "f=$u_forum_id&t=$result_topic_id&hilit=$u_hilit"); |
 |
does this for simple mod too dcz  |
_________________ برامج |برامج مجانية|العاب |
|
| Back to top |
|
 |
spy
Joined: 07 Mar 2007 Posts: 38
|
Posted: Wed Aug 29, 2007 11:29 am Post subject: Re: phpBB3 Release Candidate 5 (RC5) released |
|
|
is there any way to upgrade from RC3 to RC5 without uninstall/install all mods again?!
I have phpBB RC3 forum with 9 installed Mods and some style modification |
|
|
| Back to top |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 3472
|
Posted: Wed Aug 29, 2007 2:08 pm Post subject: Re: phpBB3 Release Candidate 5 (RC5) released |
|
|
@mhmdkhamis
The simple mod rewrite does not perform this particular code change in search.php, so do not bother, it should be installed the same way it did on RC4.
@spy
Well, that's the kind of problem you may have to deal with when using RC releases.
The phpBB SEO team does provide an update procedure for phpBB3 mods, but phpBB itself does not, so I guess you're going to have to reinstall all your mods again. Because I'm pretty sure it will be less pain than 1) compare all phpBB updated files and update them manually and 2) update the mods.
We'll soon be releasing a premodded, I guess it will help out, but this is the most we can do, I myself reinstall all the seo mod upon each phpBB3 release on my test boards for now. |
_________________ phpBB SEO || SEO Forum || Forum Référencement
GYM Sitemap & RSS for phpBB3 has been released ! || GYM Sitemap & RSS for phpBB3 est disponible ! |
|
| Back to top |
|
 |
mhmdkhamis PR4

Joined: 26 Nov 2006 Posts: 436 Location: egypt
|
Posted: Wed Aug 29, 2007 2:55 pm Post subject: Re: phpBB3 Release Candidate 5 (RC5) released |
|
|
| SeO wrote: | @mhmdkhamis
The simple mod rewrite does not perform this particular code change in search.php, so do not bother, it should be installed the same way it did on RC4.
@spy
Well, that's the kind of problem you may have to deal with when using RC releases.
The phpBB SEO team does provide an update procedure for phpBB3 mods, but phpBB itself does not, so I guess you're going to have to reinstall all your mods again. Because I'm pretty sure it will be less pain than 1) compare all phpBB updated files and update them manually and 2) update the mods.
We'll soon be releasing a premodded, I guess it will help out, but this is the most we can do, I myself reinstall all the seo mod upon each phpBB3 release on my test boards for now. |
thanks dcz
any way i will wait the next RC (i think it will be soon)and update from RC4 to GOLD .
but if i update now to rc5 any problem with seo compatible mods? |
_________________ برامج |برامج مجانية|العاب |
|
| Back to top |
|
 |
Ľubor PR0

Joined: 13 Feb 2007 Posts: 52 Location: Slovakia,Bratislava
|
Posted: Wed Aug 29, 2007 6:33 pm Post subject: Re: phpBB3 Release Candidate 5 (RC5) released |
|
|
| and my problem? |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

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