hi guys... what is the simplest php forum to add to my cms. I'm struggling finding something simple which separates the db code and view(html)

iamthwee
Recommended Answers
Jump to PostMy old fave was phpBB, but that's huge!
Why don't you create your own?
Failing that, have a look at miniBB:
Jump to PostThe no_posts will be non-normalized.
I'd add a status to the posts table so you can admin it (e.g. delete) if you want to keep it but not display it.
Your users table will need to be fullblown if you intend on logins (pw, email etc).
It may be convenient …
Jump to PostSorry, didn't understand that. Can you clarify.
Normally, you wouldn't have a column like this as it could be calculated from the posts table (e.g. ... count ... where user_id = ...), but that can use up a lot of resources, so it may be reasonable to use a column …
Jump to PostI would be all over this thread if I didn't have the flu. My head is way too cloudy to think.
Jump to PostDaniWeb was built on a very agile model where we started off with just the bare bones functionality, then skinned it, and then continuously built on top of that. The four basic components are articles, posts, members, and forums. You can get a good undertanding of our schema by playing …
All 24 Replies

iamthwee

diafol

iamthwee

iamthwee

diafol

iamthwee

diafol

iamthwee

iamthwee

diafol

iamthwee
Dani 4,653 The Queen of DaniWeb Administrator Featured Poster Premium Member
Dani 4,653 The Queen of DaniWeb Administrator Featured Poster Premium Member

iamthwee

iamthwee
veedeoo 474 Junior Poster Featured Poster

iamthwee

iamthwee

iamthwee

diafol

iamthwee

diafol

iamthwee

diafol
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.