GPC:
I helped you. SEARCH THE FRIGGIN FORUM!!
You ask why you don't get the help you seek. I say for two reasons:
1.) You didn't show that you searched the forum
email_verification posted by music_man
Found from THIS SEARCH ON THIS BOARD
2.) You never really asked a question, or you posed your question in such a way that we require more information.
You said can i find a forum that does this? Pointed us to an image that looks like ANY forum software (some of which I listed). I'll say this again: ANY piece of forum software can do that. What specifically are you looking for? Cash mods? User levels? Coding stuff? What? You don't get specific!!
phpBB has a huge user-base, and some great styles. It also has some really awesome mods for it, and they just keep getting better. If you can't find what you need in phpBB, there's always Simple Machines Forum (SMF) or Invision Power Board (IP😎. Your solutions are out there, it just seems you don't want to look.
We here at PHPBuilder are a help forum, not a go to for all needs. We won't write entire scripts. You have to show that you are willing to learn, and have already started something for us to help. The only time we really help otherwise is during conceptual design phases, and even then the reader says: "Here's my idea, and here's how I want to go about doing it. Am I on the right track, and is there anything I should read up on?"
The reason you're told to read up is because we aren't here to teach you the basics of PHP. If you want that, go enroll in a class. If you want a load of tutorials, go find them online. GOOGLE is your friend.
Personally, to me, you seemed like you didn't want to help yourself. But I did help you out. I linked to an already published tutorial for you. I even linked to the manuals and such. What more do you want from such a vague question?
me wrote:And? There are plenty of forums out there to achieve this (MiniBB might be what you're lookin for).
Go to HotScripts.com and search for "Forum" in the PHP category... plenty of software gets shot back including:
phpBB
miniBB
FlexBB
VUBB
myBB
navBoard
freeForum
and more.... it's like 30 pages or so of scripts....
Take your pick...
That was in response to this question:
GPC wrote:hi again,
i am looking to create a board similar to the one found below:
http://www.thecartelproject.com/board.jpg
it was explained to me as follows:
[02:29] Charles: UnseenXS says:
Ok im ready
UnseenXS says:
I have a database... it's got
poster, title, body, time, alliance
UnseenXS says:
and category
UnseenXS says:
and umm depending where they're posting from/to the alliance/category is different - when viewing an alliance forum it gets the name of alliance and gets the moderators of that alliance - mods then have mod power over the forum if it all matches up
UnseenXS says:
im making no sense?
UnseenXS says:
well anywayz - for whenever u get back from wherever you are...
I think what needs to be understood is that it's not 30 different pages - just one page.
if say the variable $view_alliance is set then your viewing your alliance forum so you select the posts from where Alliance='your alliance'...
if category is set you select the posts from your category else you just select posts from 'main'...
[02:33] Ruffsta: so aliance = crews and 1 spot for main forum correct?
[02:33] Charles: yeh
[02:33] Charles: well wat u mean 1 spot for main forum?
[02:34] Ruffsta: well, you have a main forum
[02:34] Ruffsta: and i have 30 crews
[02:34] Ruffsta: so it would contain 31 spots/alliances
[02:34] Charles: yeh
[02:34] Ruffsta: k
[02:34] Charles: except - leave it optional so you can add more crews easily
[02:34] Ruffsta: yeah, was thinking that
[02:35] Charles: it's just one forums.php page
[02:35] Charles: then the mysql database has all the rest
[02:39] Charles: and have it so you can go forum.php?alliance=1
[02:39] Charles: which will change it to your alliance forum.. which i explained above
[02:40] Charles: i'm messy at explaining tho
You got a really good response... first from thorpe asking you to clarify your question. Then you said "i was wondering if someone could help me build one". Why re-invent the wheel? There are plenty of open source solutions out there. Use them. If you want someone to build it for you, or with you, rent a coder (a.k.a. Freelancing).
In your other post, you asked (well, not really asked, more like told or stated) that you wanted a user verification system with emails. I told you to search. You said you had.... I posted a slew of links to give you answers.... what more do you want? I'm not going to give you code.
This is a learning board. You have to have some idea of a starting point, and show us code first. It's not our job to give you full working scripts just because you're new. How would you learn? You wouldn't. You need to suck it up, read a book, and just start coding.
Oh, and don't forget to read our forum rules (pinned at top of almost every category) and read up on netiquette.
I may have said some harsh stuff, but it seems you're looking for a freelancer, which you won't find on this board (mainly because we don't allow it). If you want help, create some code (from tutorials online) and when you run into issues/problems or you need clarification, that's when you ask.
Sorry for my "high-horse" attitude, but really this thread wasn't needed. Most new PHPers will do exactly as you did, but most won't complain when we tell them to read something....