phpBB3 Release Candidate 5 (RC5) released

Discussions about the phpBB3 Forum. How to get the best from this powerful script.
Note that there is no official support for phpBB3 here, a place to share more than to ask for.

Moderator: Moderators

phpBB3 Release Candidate 5 (RC5) released

Postby mhmdkhamis » Fri Aug 24, 2007 8:10 pm

as acyd burn announcement phpbb3 RC5 is released on friday 24/8/2007


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 :wink:

you can read full topic from phpbb.com
mhmdkhamis
PR4
PR4
 
Posts: 437
Joined: Sun Nov 26, 2006 11:15 pm
Location: egypt

Advertisement

Re: phpBB3 Release Candidate 5 (RC5) released

Postby emielvenlo » Fri Aug 24, 2007 9:42 pm

mhmdkhamis wrote:this mean it maybe be the gold one :wink:


Thats what they've said with all rc's :P
User avatar
emielvenlo
PR0
PR0
 
Posts: 82
Joined: Sun Jan 21, 2007 10:01 am

Re: phpBB3 Release Candidate 5 (RC5) released

Postby mhmdkhamis » Fri Aug 24, 2007 10:06 pm

emielvenlo wrote:
mhmdkhamis wrote:this mean it maybe be the gold one :wink:


Thats what they've said with all rc's :P


yes u are right :D
mhmdkhamis
PR4
PR4
 
Posts: 437
Joined: Sun Nov 26, 2006 11:15 pm
Location: egypt

Postby Peter77 » Sun Aug 26, 2007 4:10 am

I can almost taste the Gold. :)
Peter77
phpBB SEO Team
phpBB SEO Team
 
Posts: 520
Joined: Wed May 10, 2006 9:46 am
Location: Michigan

Postby emielvenlo » Sun Aug 26, 2007 6:18 am

Peter77 wrote:I can almost taste the Gold. :)


Goldfever :lol:
User avatar
emielvenlo
PR0
PR0
 
Posts: 82
Joined: Sun Jan 21, 2007 10:01 am

Postby dcz » Sun Aug 26, 2007 1:16 pm

phpBB3 really is a hot topic :lol:

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: Select all
#
#-----[ 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: Select all
#
#-----[ 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 || 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 Lubor » Sun Aug 26, 2007 1:54 pm

Code: Select all
Not Found

The requested URL /pre-administratorov-f19.html was not found on this server.
Lubor
PR0
PR0
 
Posts: 52
Joined: Tue Feb 13, 2007 6:37 pm
Location: Slovakia,Bratislava

Postby Lubor » Sun Aug 26, 2007 1:56 pm

and htaccess is where?
Lubor
PR0
PR0
 
Posts: 52
Joined: Tue Feb 13, 2007 6:37 pm
Location: Slovakia,Bratislava

Postby Lubor » Sun Aug 26, 2007 2:24 pm

is nomal :shock: :shock: ?
Lubor
PR0
PR0
 
Posts: 52
Joined: Tue Feb 13, 2007 6:37 pm
Location: Slovakia,Bratislava

Postby mhmdkhamis » Mon Aug 27, 2007 7:02 pm

dcz wrote:phpBB3 really is a hot topic :lol:

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: Select all
#
#-----[ 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: Select all
#
#-----[ 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 :roll:
mhmdkhamis
PR4
PR4
 
Posts: 437
Joined: Sun Nov 26, 2006 11:15 pm
Location: egypt

Postby spy » Wed Aug 29, 2007 11:29 am

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 :?
spy
 
Posts: 38
Joined: Wed Mar 07, 2007 10:34 pm

Postby SeO » Wed Aug 29, 2007 2:08 pm

@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.
SeO
Admin
Admin
 
Posts: 6333
Joined: Wed Mar 15, 2006 9:41 pm

Postby mhmdkhamis » Wed Aug 29, 2007 2:55 pm

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 . :D

but if i update now to rc5 any problem with seo compatible mods?
mhmdkhamis
PR4
PR4
 
Posts: 437
Joined: Sun Nov 26, 2006 11:15 pm
Location: egypt

Postby Lubor » Wed Aug 29, 2007 6:33 pm

and my problem?
Lubor
PR0
PR0
 
Posts: 52
Joined: Tue Feb 13, 2007 6:37 pm
Location: Slovakia,Bratislava

Postby dcz » Sun Sep 02, 2007 11:08 am

Ľubor wrote:and my problem?


Well, it just looks like you overwritten the .htaccess while uploading the new phpBB3 files, since there is one in the package.

You just need to keep your old one.

@mhmdkhamis
Looks like I answered to this one, you can upgrade to RC5.

++
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

Next

Return to phpBB Forum

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 11 guests