Quote: "Maybe a Projects section in everyone's profile, to put screens, code, etc in...like a treasure chest for a user."
Probably will, I might fuse it with the upload feature.
Quote: "I wrote my own forum once. Tell me though, how did u get the viewed/posted icon to work? "
I asked this before
Basically, whenever somebody views a topic a row is created in a topic_views table. When I query the DB for the topics in each board I use the LEFT JOIN statement to join any of the rows in the topic_views table that were created by the current user to their respective topics. In the end I end up with an array with all the standard topic info plus when the user last viewed the topic. From there I can calculate whether there have been any new posts.
Quote: "@David
Looks very nice, but its hard to say how fast the board is as there are nowhere near the number of threads.
Although the query count is sometimes more on Apollo, the total execution time on Apollo is much faster."
I didn't mean to start any argument here - I was simply proud that I'd managed to do it in one query! I did not, in any way, intend to put Rich down
Quote: "Looking nice indeed, obviously still some things left to do on it (views, etc) but it's definitely getting there. I like the contents of the "hidden" board 0 "
Cheers
Yep, all thta rubbish is there because I changed "topic_id" to "topicid" and forgot to update it in the create topics query, so I ended up with alot of topics disappearing!
Quote: "@Exeat: Being Sarcastic to an Admin . Your either really brave or REALLY REALLY REEEAAALY stupid. Personaly, I think it's the second one."
You suck up
Admins aren't Gods, well not yet...
Thanks for the comments guys, I'm back off to code
"To do is to be" - Descartes
"To be is to do" - Voltaire
"Do be do be do" - Frank Sinatra