» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 98
0 members and 98 guests
No Members online
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
Web Hosting - web hosting, dedicated servers and web design services
Online Degree - search for 1000+ online degrees, online colleges & online universities.
tattoo - we are a group of tattoo enthusiasts
Gexa Energy - your absolute best choice in electric service
Texas electricity - save on electric rates
Rimonabant - combat obesity and smoking at the same time
Football Betting - best nfl betting promotions at sportsbook.com.
Poker Chips - Clay and composite poker chips for home games.

Register Now! Contact Us

About this Page
This is a discussion on Beta 6.5 within the Purged Topics forums, part of the NM Staff category; Hi all, Is it true that php-nuke will have phpbb as its forum module? Thanks John...



Go Back   Nukemods Forum » NM Staff » Purged Topics

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-20-2002, 11:13 AM
Junior Member
 
Join Date: Dec 2002
Posts: 19
Beta 6.5
Hi all,

Is it true that php-nuke will have phpbb as its forum module?

Thanks
John
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 12-20-2002, 11:19 AM
Moderator
 
Join Date: Nov 2002
Location: Belgium
Posts: 957
Yes
Yes it's true, except if they go chang their plans. PHPNuke-Dutch already did set up a testsite with Nuke 6.5 beta 1. Soon it will be updated to Beta 2. You can see here http://phpnuke-tester.org
Bye
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 12-20-2002, 07:46 PM
coldblooded's Avatar
Super Moderator
 
Join Date: Jan 2002
Location: USA
Posts: 618
We had a test site up for the alpha to see how it was going, at that point Tom was on vacation so it had the same bugs that the current port beta has. I would imagine that FB and Tom have squashed those.

I don't think you'll see any big diferences from what we have now with the port, other than whatever changes have been made to the Nuke side.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 12-20-2002, 09:37 PM
Junior Member
 
Join Date: Dec 2002
Posts: 19
The way you have this intergrated is what I am looking for actually.

At Delta Force Seals we are running snitz and it is set up simular to this and is great but not easy to change the themes since it is hard coded into the core. Not only that but every mod is a hack just about and the code gets so confusing :cry:

Currently it is 100% asp but I am switching it over to php. I have been evaluating the different cms's out there but I like phpnuke the best for some reason. Seems faster than the others all though xoops is awfully sweet in certain respects. But php is much faster with mysql than asp with mssql2000, noticably faster

So on here you are using the following; (as far as the forum goes)

phpBB2 2.0.6
Your Account
Anorscorners Tutorial on reg thru forum?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 12-20-2002, 11:07 PM
Senior Member
 
Join Date: Sep 2002
Posts: 2,905
Originally Posted by jkmcgrath
The way you have this intergrated is what I am looking for actually.

At Delta Force Seals we are running snitz and it is set up simular to this and is great but not easy to change the themes since it is hard coded into the core. Not only that but every mod is a hack just about and the code gets so confusing :cry:

Currently it is 100% asp but I am switching it over to php. I have been evaluating the different cms's out there but I like phpnuke the best for some reason. Seems faster than the others all though xoops is awfully sweet in certain respects. But php is much faster with mysql than asp with mssql2000, noticably faster

So on here you are using the following; (as far as the forum goes)

phpBB2 2.0.6
Your Account
Anorscorners Tutorial on reg thru forum?
We are actually using phpBB 2.0.6 along with php-Nuke 6.0 and the Forum registration hack here on our site for users to register Via the Forum's registration rather than Nuke's.
We have done this mainly to keep it more one-sided. Nuke and the phpBB Forums in all aspects really don't work seemlessly together yet. But it's getting there. That is why it is important for the Nuke and phpBB port developers to work close together in order to bring these to great programs together.

If you know ASP, etc, as you said, the Nuke and the ported Forums should be a breeze for you. I would suggest getting them up and running on a subdomain testsite or something. That would give you the opportunity to get familar with the "works" of it.

mikem
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 12-21-2002, 08:18 AM
Junior Member
 
Join Date: Dec 2002
Posts: 19
thanks Mikem

Code:
**That's the general idea to get everything pointing to the Forums to edit a users profile and signup etc.

Does that mean that the changes shown in the reg hack is just part of the changes and there is more that will have to be searched out?

Thanks,
John
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 12-21-2002, 09:48 AM
Senior Member
 
Join Date: Sep 2002
Posts: 2,905
Originally Posted by jkmcgrath
thanks Mikem

Code:
**That's the general idea to get everything pointing to the Forums to edit a users profile and signup etc.

Does that mean that the changes shown in the reg hack is just part of the changes and there is more that will have to be searched out?

Thanks,
John
Yes but then listed below that should be MOST of the places where the link needs to be changed.
The links you are looking for is listed in the hack


Code:
in modules/Your_Account/index.php

Find for any links that have 

	modules.php?name=$module_name&op=new_user\

change all those to

	modules.php?name=Forums&file=profile&mode=register\

also, to make the link "Change Info" point to the Forms edit profile, in modules/Your_Account/navbar.php, change

	modules.php?name=Your_Account&op=edituser\

to

	modules.php?name=Forums&file=profile&mode=editprofile\


**You can look for more references to these in the following files
"new_user" 
modules/Journal/functions.php 
modules/Journal/index.php 
blocks/block-User_Info.php 
language/lang-english.php 
modules/News/language/lang-english.php 
modules/Surveys/language/lang-english.php 
modules/Your_Account/index.php 

"edituser" 
admin/language/lang-english.php 
modules/Your_Account/navbar.php
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 12-21-2002, 10:57 AM
Junior Member
 
Join Date: Dec 2002
Posts: 19
Thanks Mikem,

I used source edit and used the replace in files tool and searched them all out and replaced them. Works great! THank you!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Flam MP3 Player for PHP-Nuke BETA forgotz News 1 06-30-2007 04:44 AM
Appeal for beta testers. NetGoodies Site design 0 05-27-2006 03:35 PM
[BETA] Site Close Down Mod Released 0.0.1 Mighty_Y Other "stuff" 19 08-12-2003 10:13 AM
Fix for FeedBack phpnuke 6.5 beta 8 Martin Purged Topics 2 02-17-2003 08:31 PM
beta testers? darkdan Theme packs 1 12-27-2002 07:58 AM


All times are GMT -5. The time now is 05:59 PM.


Design by Vjacheslav Trushkin, color scheme by ColorizeIt!.

LinkBacks Enabled by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31