PDA

View Full Version : Making an entire site one thread


redhawk89
07-07-2009, 07:30 PM
Hey there, I'm looking to make a very simple webpage... the idea is to make the entire page one single page, that is, a "leave comment" page that has a low serverload, basically an entire webpage that is just a single thread, is the best way to look at it.

Does anyone know where I should start? I already have the domain, but I would like to use something like, oh, I dunno, abasic template of a "submit form and have it posted to this page" type thing.. that after say 30 posts, it puts them to page 2, etc...

A never-ending thread page. Any ideas?

parent-central
07-07-2009, 09:20 PM
what you describe is what we call a BLOG... vBulletin is not for you then.

redhawk89
09-05-2009, 05:38 PM
no, I mean the comments are the entire page. There is no subject matter. ONLY comments.

Lynne
09-05-2009, 05:48 PM
It sounds like a page that just shows a single thread with all the replies? I suppose you could code up a different showthread.php page just for that one thread. And then write up a plugin to never show that thread in any search results or forums. Or just have someone code a page for a Comments page type thing. Have it's own table in the database.

Stingray27
09-05-2009, 09:50 PM
What is the reason for doing this ?