Jump to content

Recommended Posts

Yeah, what kind of stuff do you want help with? I'm currently coding my own here: http://projects.reflexprojects.net/forumbuild/ - so I can help with most stuff. Once you think through the structures, it isn't that complex. Also, mine is 100% my work.

Working on the posting as we speak. Did the personal message stuff and the setup workings first. But, if you think about it, pm systems are the same as posting. You just query the database to show rows for a certain person/page.

you made just 1 db, right?how many tables and fields?

first i have to analyze how many tables, and fields in each table.

then i have to make a script to retrieve the messages?

what steps did you made?

 

thanks

My db currently has the following tables (NOTE: Will probably not stay like this, but it's enough to start you off):

 

Categories: Divides the forums up. EG. the first is 'test 2' and the second is 'test' (don't ask why they're that way around, I was feeling random).

 

Forums: 'Test' and 'Space filler' are in these.

 

Members: Take a guess.

 

PM: for personal messages.

 

Posts: For posts.

 

Topics: for Topics.

 

In categories, I have category ID and category name

 

In forums, I have forum ID, forum name, forum description and category ID (for which category to place it in).

 

Members, I have user ID, username, password (md5), posts, avatar (display pic, if you like), signature, msn, aim, website (for people with websites), IP (useful for banning), email address, rank (moderator, member, admin etc.), last active (For the online list and profile), birthday (just for personals), location (JFP), interests (JFP) and title (the line of text that appears under the avatar).

 

PM has PM ID, to (who's it to), from (who's it from), subject (of message), and the actual message.

 

Posts has post ID, poster, post, and topic ID (will have more in the end).

 

Topic has topic ID, topic name, topic description, poster, and forum ID.

 

Any queries, just ask.

 

 

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

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

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  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...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.