Jump to content

Recommended Posts

Posted

Thanks to everyone for guiding me to PHP-Nuke and PHPbb. I am finding them both to be exactly what I need to run my web community. There are a few questions I haven't been able to figure out, and I was wondering if anyone has ever done it before. If so, your help would be much appreciated.

 

What I'm trying to do is connect PHPbb to the PHP-Nuke login. I eventually want to get all my programs to run from a single login through Nuke. I'm very new to all this, so I don't know where to begin. My best guess is that I need to somehow tie the two programs together with SQL. I want the user to login once on the main screen and have full access beyond that with all programs keeping track of who the user is.

 

Next question... I used to use a board package called Discuss. One of the things I really liked about Discus was that the users could attach an image directly to their post making it inline with the text. All they had to do was attach a tag like <image,Imagename> and IE or Netscape would automatically ask for the file from disk. There has to be a way to do this with PHPbb. I just can't find it.

 

If you have even a tidbit of info on these things, please drop me a note. I'm a beginner at this stuff.

 

Thanks!

Dave

Posted (edited)

there is a file attachment mod for phpbb, it requires a little bit of rewriting of parts of the code, but isn;t to bad. you can get it at www.phpbb.com

 

also as for nuke and phpbb working together, the newer version of nuke downloaded from phpnuke.org use the phpbb. if you installed the one from cpanel it uses the splat forums. if you install nuke 6.5 from phpnuke.org it will have phpbb built in to it, so when your users register/login they are already registered/logged in to the forums as well. One draw back to this, and the reson i use a standalone phpbb is with thephpnuke version the forums open within the nuke site, so its a smaller window.

Edited by leezard
Posted

With a bit of php know how, you can tie almost any two scripts together. I incorporated the phpbb sign up process to another script and just added some code so that phpbb INSERTed more data into other tables that the other scripts use.

 

I know that doesn't tell you HOW... but it would be very difficult to write step by step directions.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...