Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 74
6 members and 68 guests
add5pntrmwe4kde, chnesbnders, cusef8tomerszg2, debestrelieqb2t, off3nicecleaoqc, sel7zlstructure
Most users ever online was 611, 03-21-2008 at 11:10 PM.
» .::.
tattoo fonts
http://www.checkoutmyink.com/category/tattoo-fonts-tattoo

Go Back   Nukemods Forum > NM Staff > Purged Topics

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

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
Yes
Old
  (#2 (permalink))
Moderator
 
Status: Offline
Posts: 957
Join Date: Nov 2002
Location: Belgium
Yes - 12-20-2002, 12:19 PM

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
Old
  (#3 (permalink))
Super Moderator
 
coldblooded's Avatar
 
Status: Offline
Posts: 624
Join Date: Jan 2002
Location: USA
12-20-2002, 08:46 PM

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
Old
  (#4 (permalink))
Junior Member
 
Status: Offline
Posts: 19
Join Date: Dec 2002
12-20-2002, 10:37 PM

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
Old
  (#5 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
12-21-2002, 12:07 AM

Quote:
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
Old
  (#6 (permalink))
Junior Member
 
Status: Offline
Posts: 19
Join Date: Dec 2002
12-21-2002, 09:18 AM

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
Old
  (#7 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
12-21-2002, 10:48 AM

Quote:
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
Old
  (#8 (permalink))
Junior Member
 
Status: Offline
Posts: 19
Join Date: Dec 2002
12-21-2002, 11:57 AM

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 05:44 AM
Appeal for beta testers. NetGoodies Site design 0 05-27-2006 04:35 PM
[BETA] Site Close Down Mod Released 0.0.1 Mighty_Y Other "stuff" 19 08-12-2003 11:13 AM
Fix for FeedBack phpnuke 6.5 beta 8 Martin Purged Topics 2 02-17-2003 09:31 PM
beta testers? darkdan Theme packs 1 12-27-2002 08:58 AM




vBulletin Skin developed by: vBStyles.com


LinkBacks Enabled by vBSEO 3.3.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