![]() |
I'm going to attempt the impossible
...write a forum engine. I'll try just starting with something extraordinarily simple and see what happens mainly because honestly I think parts of vB2 are so crappily designed than it needs complete overhauling and I can't wait to see if I'm going to be a limited public beta tester :p
|
All I can say is, good luck! :)
|
Seriously, I'll need it :(
|
I've always wanted to ask this:
What's a forum engine? O_o |
vBulletin, phpBB, UBB, etc.
|
Quote:
|
Dun dun dun!
Quote:
|
Cool:)
|
That happens to be the output of around 200 lines of code including the 100% original database wrapper class and new template engine :)
|
Lol:S 200 lines and thats all you get?
You really are the man at this stuff:p;) |
Well it's connecting to the database, starting a stopwatch, fetching raw template contents, eval'ing it, and then echoing the output.
And no I didn't do this: Code:
echo "Test variable contains: \" it worked \""; // suckers! |
Weee, Good luck now that you've started! :D
|
Hey I'm going simple, no multiple levels of forums, no PMs, no announcements, etc. Just posts, threads, and forums for starters. :)
|
Screenshot anything you get done! :p
Should be super fast with only that on the forum. ;) |
0.002 seconds for the main page that references everything :D
There aren't that many templates because nothing that will be echoed will be hardcoded (a lession learned from vB2 template modding) but I'll have a screenshot in a few minutes once I fix a quick bug. |
Already something done, quick one. ;)
*Will feel like being on Cable* ;) |
1 Attachment(s)
Coincidently an error message screenshot:
|
Didn't expect that one at all! :p
|
1 Attachment(s)
Undergoing the startup procedure...
|
And code! Yay!
PHP Code:
|
Mmmm low querie numbers. :)
|
I leave you tonight with:
Quote:
|
Much luck with your project in hand Filbert1. :)
|
It's really fast to boot up, now!
Code:
Ending output buffering...Done |
Yay! This is the result of the fully-template-driven output:
Quote:
|
That's a big query:
Quote:
|
SWEET!
me and my staff are making Paradox Vision (a forum system o_o) if ya need any help just call me ;) ps. I can help with forum graphics and you can have my skinning script if ya want it o_o |
Templates and graphics will be one of the last things I'll do, I need to fully write the backend first :)
|
cool I can help if ya need me though :)
|
Sounds good :)
|
Oooo, coding templates sounds like fuuuun. :D
|
lol I know :D
*wants to be like one of the staff members at vb.com* >_> but I'm already working on a php skinning system for my site....so maybe we can use that for it if you ever get to that point :D |
My template system is different from vB's in the sense that there are "bit" templates and "master" templates. Yes that's like vB's but mine have a strict difference and are displayed differently to eliminate any ambiguity.
(I also have to work on a replacement system but that's a while to go ;)) |
just tellin ya that you don't have to do it all by yourself.... ;)
and if you did that would take a looooong time lol |
I should be done within the month with the basics. My system is using a top-down design so once the core is done the rest will be extremely easy.
|
Heh, if you thought vB's template code was easy, check this out:
Code:
$output = evaltemplate("sometemplate"); |
And how much is filburt going to charge for this system? :D
|
Nothing because I can't fight piracy.
|
That's good, so we can all use it and abuse it for free :D
|
It couldn't compete with paid boards anyway...
|
All times are GMT. The time now is 12:34 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|