You are missing our premiere tool bar navigation system! Register and use it for FREE!

NukeCops  
•  Home •  Downloads •  Gallery •  Your Account •  Forums • 
Readme First
- Readme First! -

Read and follow the rules, otherwise your posts will be closed
Modules
· Home
· FAQ
· Buy a Theme
· Advertising
· AvantGo
· Bookmarks
· Columbia
· Community
· Donations
· Downloads
· Feedback
· Forums
· PHP-Nuke HOWTO
· Private Messages
· Search
· Statistics
· Stories Archive
· Submit News
· Surveys
· Theme Gallery
· Top
· Topics
· Your Account
Who's Online
There are currently, 75 guest(s) and 2 member(s) that are online.

You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - phpbb3 on phpnuke 8.1 [ ]
 Forum FAQ  •  Search  •   •  Memberlist  •  Usergroups   •  Register  •  Profile •    •  Log in to check your private messages  •  Log in

 
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
Author Message
mitirapa
Nuke Cadet
Nuke Cadet


Joined: Jan 09, 2008
Posts: 1


PostPosted: Wed Jan 09, 2008 12:31 pm Reply with quoteBack to top

Hi, (excuse for my english)
since few days i searched where is the project for phpbb3 on phpnuke 8.1 but nothing...

So is there people who worked about this ? any news ?

for fun today, i worked a little about it (in waiting someone talk about this project) and i have some bugs with this:

Code:
$user->session_begin();
$auth->acl($user->data);
$user->setup('viewforum');


who use
Code:
$db->sql_return_on_error(true);

and bug.. Sad

all function and files before seems good (only for non-admin pages)

it was me who did the first coppermine port for phpnuke but it was easy, but with phpbb3 i have some trouble with sql_return_on_error

So i would know more about a similar project by others people for know if i continue or not working about this.

Tks
Find all posts by mitirapaView user's profileSend private message
Evaders99
Site Admin
Site Admin


Joined: Aug 17, 2003
Posts: 12346


PostPosted: Wed Jan 09, 2008 1:23 pm Reply with quoteBack to top

No news yet, but glad to see you trying. I doubt we'd see anything from phpNuke's creator. Smile

_________________
Helping those that help themselves
Read FIRST or DIE!

"Fighting is terrible, but not as terrible as losing the will to fight."
Star Wars Rebellion Network - Need Help? Evaders Squadron Coding
Find all posts by Evaders99View user's profileSend private messageVisit poster's websiteAIM Address
canadaka
Corporal
Corporal


Joined: Aug 05, 2004
Posts: 71

Location: Vancouver, Canada

PostPosted: Mon Mar 17, 2008 3:51 am Reply with quoteBack to top

anyone tackled this yet?

Seems the major thing that needs to be done is the append_sid function in nuke updated to work with phpbb and the one in phpbb3 commented out. Then changing the $phpbb_root_path variable in all the phpbb3 root files... seems thats mostly what needs to be done with modifying files.

For the database I was just thinking you could modify the phpnuke nuke_users table to have the same basic structure as the phpbb3 users table then create a mysql view called phpbb_users that points to the nuke_users table.

For example, replace the following in phpbb3 includes/functions.php

Code:
return $url . (($append_url) ? $url_delim . $append_url . $amp_delim : $url_delim) . $params . ((!$session_id) ? '' : $amp_delim . 'sid=' . $session_id) . $anchor;


with

Code:

$append_sid_url = $url . (($append_url) ? $url_delim . $append_url . $amp_delim : $url_delim) . $params . ((!$session_id) ? '' : $amp_delim . 'sid=' . $session_id) . $anchor;
   $append_sid_url = str_replace("modules/phpbb3/", "", $append_sid_url);
   $append_sid_url = str_replace("?", "&", $append_sid_url); // As we are already in nuke, change the ? to &
   $append_sid_url = str_replace(".php", "", $append_sid_url);
   $append_sid_url = "modules.php?name=phpbb3&file=".$append_sid_url; //Change to Nuke format
   
   return $append_sid_url;


This combined with changing the $phpbb_root_path variable in all the files will make most of phpbb3 funciton as a module within nuke. Does the current phpbb2nuke really do much more than that?
Find all posts by canadakaView user's profileSend private messageVisit poster's website
Evaders99
Site Admin
Site Admin


Joined: Aug 17, 2003
Posts: 12346


PostPosted: Mon Mar 17, 2008 10:49 pm Reply with quoteBack to top

Personally I found the changes too difficult. I am going with an easier approach, a loose integration that does not integrate the users tables.

Still working on the code. I will release it as open source once it is done and tested, however I do accept donations (for the time, feeds my late night hunger).

_________________
Helping those that help themselves
Read FIRST or DIE!

"Fighting is terrible, but not as terrible as losing the will to fight."
Star Wars Rebellion Network - Need Help? Evaders Squadron Coding
Find all posts by Evaders99View user's profileSend private messageVisit poster's websiteAIM Address
Display posts from previous:      
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next 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



Powered by phpBB © 2001, 2005 phpBB Group

Ported by Nuke Cops © 2003 www.nukecops.com
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::
Powered by · TOGETHER TEAM srl ITALY http://www.togetherteam.it · DONDELEO E-COMMERCE http://www.DonDeLeo.com
Web site engine's code is Copyright © 2002 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
Page Generation: 0.184 Seconds - 274 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::