Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> v2.30.01 RN All Other Issues
Author Message
bluerace
Regular
Regular



Joined: Apr 04, 2009
Posts: 85
Location: Behind you

PostPosted: Mon Apr 27, 2009 6:50 pm Reply with quote

Hi, Raven.

As in our discussion last week, the phpBB3ToNuke got into Release Cadidate 1.

I tossed the whole code to beta testers (2 volunteers and no body applied. This is so sad and this will affect my team decision in releasing).

So, today, I began to port phpBB3ToNuke to Raven's.
So far, no flaw in working. It is still undertaking very tough and scrutinized process to double check every thing.

Now, it time for you to let me know your preferred style: still FiSubice2 like in this phpbb2?

Let me know.

_________________
Make stupid PHP-NUKE Smart, that's my favorite chore in Only registered users can see links on this board! Get registered or login! 
View user's profile Send private message Visit poster's website
Palbin
Site Admin



Joined: Mar 30, 2006
Posts: 2583
Location: Pittsburgh, Pennsylvania

PostPosted: Mon Apr 27, 2009 7:11 pm Reply with quote

I think you need to get the message out more. I don't think many people even know about this. You need to try and post news and in the forums of more site.

I for one didn't even know about this until yesterday.

_________________
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." — Brian W. Kernighan. 
View user's profile Send private message
nuken
RavenNuke(tm) Development Team



Joined: Mar 11, 2007
Posts: 2024
Location: North Carolina

PostPosted: Mon Apr 27, 2009 7:16 pm Reply with quote

I tried to sign up, but I found no registration form or way to apply for beta tester on the link you posted.

_________________
Only registered users can see links on this board! Get registered or login! 
View user's profile Send private message Send e-mail Visit poster's website
bluerace







PostPosted: Mon Apr 27, 2009 7:26 pm Reply with quote

Oh, sory Nuken.

At the front of www.nukekorea.net please select "Community" menu.
Under this menu, there are two Forum boards: phpBB3 and Simple Machine Forum.

Of them, select phpBB3tonuke and then, you will go to phpBB3Forums.
In there, there is a phpBB3ToNuke discussion:

Two people signed up and toolbox will take care of assignments.

Administrators and moderators's positions are empty.


Last edited by bluerace on Mon Apr 27, 2009 7:31 pm; edited 1 time in total 
bluerace







PostPosted: Mon Apr 27, 2009 7:28 pm Reply with quote

Otherwise, simple go to the following sites:

http://bb3tonuke.nukekorea.net

or

http://phpbb3.nukekorea.net

This phpBB3ToNuke is truely bi-direction to allow phpBB3 db to be available in phpbb3tonuke without any changes. This means that all phpBB3 will get into phpnuke WITH NO CHANGES.
 
jestrella
Moderator



Joined: Dec 01, 2005
Posts: 593
Location: Santiago, Dominican Republic

PostPosted: Mon Apr 27, 2009 10:02 pm Reply with quote

I wish i had some more extra time to join you... but it's not currently possible at the moment. I will keep an eye on the topic and on your project to see how it evolves.

_________________
"For those whom have not reach the sky... Every mountain seems high"

Best Regards
Jonathan Estrella
http://about.me/jestrella04 
View user's profile Send private message Visit poster's website
bluerace







PostPosted: Tue Apr 28, 2009 12:48 am Reply with quote

Thanks for your concerning.
Yes, it is in the first release cadidate and some minor bugs apeears and disappers because some codes are slightly changed from time to time.

anyways, this phpBB3ToNuke begins to work for any kinds of phpnuke. For Raven's Scott (one of team members) will wire up FiSubSilver2 (the current Raven's site theme).
 
jestrella







PostPosted: Tue Apr 28, 2009 9:29 am Reply with quote

will be there a conversion/upgrade path from bb2nuke to your bb3tonuke???
 
bluerace







PostPosted: Tue Apr 28, 2009 1:33 pm Reply with quote

I don't think most users need upgrade patch because they are different system.
However, toolobx made a conversion script from bb2nuke to phpbb3tonuke and we test it. It works very very fine.
As long as you have your own MODs for bb2nuke, they will be ignored. Only standard bb2nuke data will be transfered automatically.

If you want, you may use both simultaneously in one phpnuke because phpbb3nuke is a module which does not heavily depend upon phpnuk user account.
Only some minor changes will be needed: 1) add around 10 lines of codes in admin-user creation part; 2) user-login section; 3) theme-pack part.

They are all minor, literally.
However, themes are another hot issue.
We did not decide to embed phpbb3tonuke styles under /themes/YOUR-THEME/forums style. So, that is the critical issue to use.

The third issue is multilingual system:
Do you know every php-nuke does not automatically change different langauges to bb2nuke forum languages?

For instance, you are running two languages: English and Germany.
Now, set your raven's or php-nuke to multi-lingual mode. Then, go to bb2nuke forum admin. Then what happens? still english? It does not change languages automatically based on phpnuke backend.

There is a fix that toolbox made for this: phpnuke langauges and bb2nuke languages.

Likewise, this is a critical issue in phpBB3ToNuke even though he and I wire-up some codes to change.

The third issue is UTF-8 coding.
Most recent CMS and Blogs go with UTF-8, which becomes a semi-standard. How about your phpnuke? What if you will get arabic users in your site? how about swedish?
So, the only way to adopt universal coding is to rely on UTF-8 without signature format.
Well, this is also one of topics I and Raven talked briefly.
phpBB3 team made a tool to convert ISO-8859 series character code to UTF-8. so, this will be a good starting step to make another tool to change all phpnuke DB to UTF-8 default character.

This is why cirtial?
Let me take one trivial thing: Randoum Forum block uses default DB langauge. However, phpBB3 and phpBB3ToNuke use UTF-8 without signature format. Then, the block shows ???? characters. To remedy this, the block should be changed to $db->sql_query("set charset = utf8"); (I don't remember exactly the query now). But this is not the permant fixation.

I believe you remember phpnuke became popular based on phpbb2 (aka bb2nuke). When phpbb2 was dropped and deprecated in phpbb community and Bulletin Board communities, old phpnuke sites and site users are screaming.

Anyways, we are writing up tons of isses to consider as a public volume for Enterprise PHP-NUKE. the main site where we are working uses all UTF-8 coding. Nobody is bothered by such coding even though backbone is phpnuke 8.1.

Here, as Raven pointed out, what if the old DB of bb2nuke is incompatible? That's why we are with extreme care. I think we have solved this issue alread and it is in experiements with some core charging testers.

To sum up, there is a conversion but we don't want to kick off bb2nuke data. That will depend absolutely on site admin's and your decision.
 
nextgen
Worker
Worker



Joined: Sep 28, 2006
Posts: 241

PostPosted: Tue Apr 28, 2009 3:07 pm Reply with quote

If anyone knows about nukekorea then you know how fast and secure toolbox's code is. I have no doubt that his port will be fast and secure.

_________________
alterednuke.com Your source for Ravennuke themes. 
View user's profile Send private message Send e-mail
bluerace







PostPosted: Tue Apr 28, 2009 5:01 pm Reply with quote

nextgen, absolutely. I agree.
 
eldorado
Involved
Involved



Joined: Sep 10, 2008
Posts: 424
Location: France,Translator

PostPosted: Tue Apr 28, 2009 11:26 pm Reply with quote

nextgen wrote:
If anyone knows about nukekorea then you know how fast and secure toolbox's code is. I have no doubt that his port will be fast and secure.

I've heard about toolbox before , not sure where. But it was a good review (nothing about nuke actually)
 
View user's profile Send private message Visit poster's website MSN Messenger
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> v2.30.01 RN All Other Issues

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©