blank
11-08-2007, 01:06 PM
1) Moving templates into the DB! You will not be able to salvage the old templates, you'll have to take the new one and start over! The good side of this is I'm working on a custom templating engine that will make sharing templates very easy. I am building a template cache so you won't have any extra resources used, you'll just have easier to edit templates
CREATE TABLE `ffm_beta`.`templates` ( `id` SMALLINT NOT NULL AUTO_INCREMENT ,
`name` TEXT NOT NULL ,
`content` TEXT NOT NULL ,
UNIQUE ( `id`
)
) ENGINE = MYISAM2) Put in my ffmpeg-php code! I already have something that converts all of the movies over to .flv and creates thumbnails for everything. You guys will be able to use these tools and more some time soon...
3) Even more advanced caching system.... random content boxes have 5 different instances of this cached and update those every XX loads all set within the admin panel
4) move a bunch of those config.php variables into its own file so that I can add to this easily without you guys having to re-edit config.php with your login info every time
5) better installer!
6) A paid "plug" system
7) external links with an iframe up top... This way you can look like you have more content but link to others ;) This is extremely usefull for adult sites running affiliate type systems that still want to keep a header up top while they view other things.
8) Everywhere there's an edit type box but a WYSIWYG editor and have options in the config to turn it on/off
CREATE TABLE `ffm_beta`.`templates` ( `id` SMALLINT NOT NULL AUTO_INCREMENT ,
`name` TEXT NOT NULL ,
`content` TEXT NOT NULL ,
UNIQUE ( `id`
)
) ENGINE = MYISAM2) Put in my ffmpeg-php code! I already have something that converts all of the movies over to .flv and creates thumbnails for everything. You guys will be able to use these tools and more some time soon...
3) Even more advanced caching system.... random content boxes have 5 different instances of this cached and update those every XX loads all set within the admin panel
4) move a bunch of those config.php variables into its own file so that I can add to this easily without you guys having to re-edit config.php with your login info every time
5) better installer!
6) A paid "plug" system
7) external links with an iframe up top... This way you can look like you have more content but link to others ;) This is extremely usefull for adult sites running affiliate type systems that still want to keep a header up top while they view other things.
8) Everywhere there's an edit type box but a WYSIWYG editor and have options in the config to turn it on/off