Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 05-24-2011, 06:47 AM   PM User | #1
Dhuan
Regular Coder

 
Join Date: Mar 2009
Posts: 120
Thanks: 13
Thanked 3 Times in 3 Posts
Dhuan has a little shameless behaviour in the past
forum issue

let's say i already have a php-scripted website done, with login and registration system. Then i want to make a forum board for my website but i dont wanna go thru the work of scripting it.

Could I use one (like Mybb or PHPBB) and have it built in my website?
I dont simply want an external link to this forum board, i want the "new thread" and "read thread" pages to be inside my pages. Plus I want my already-scripted login/reg. system to be the same as the one from the forum board. Is this all possible or am i gonna have to code my own forum?
Dhuan is offline   Reply With Quote
Old 05-24-2011, 08:45 AM   PM User | #2
djh101
Regular Coder

 
djh101's Avatar
 
Join Date: May 2009
Location: Santa Clarita
Posts: 603
Thanks: 48
Thanked 63 Times in 63 Posts
djh101 is an unknown quantity at this point
If you link your forums to the same database your current user information, yes, this is possible. However, you might have to change the table name to reflect what phpBB (or whatever forums you are using) will be trying to pull user information from; you will also have to rename the columns appropriately and add any that may be missing (or you could simply let phpBB create the new table and cron all your data over). Your standard login page (and all other pages that require access to user data table) would also have to be altered so that it gets user data from your new table (or you could altar phpBB to get data from your old table, but this would probably be a lot harder).

Ultimately, all you have to do is get your php pages to all gather user information from a single table.
__________________
"Yeah science!"
Online Science Tools
djh101 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 05:58 PM.


Advertisement
Log in to turn off these ads.