![]() |
Typeigniter is born! - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: Typeigniter is born! (/showthread.php?tid=14505) |
Typeigniter is born! - El Forum - 01-05-2009 [eluser]murphy2006[/eluser] Hello Guys, I have started another blog project based upon the wonderful Codeigniter framework. My version of a blog engine is a little different from the normal approach. First a blog post is created, then it is filled with content such as texts, images and videos for example. The good thing about this is that the author get the possibility to turn off or move pieces of data within the blog post itself. Also all content and settings is editable just by clicking on the text (inline editable)! The "magic" ajax stuff are done by the awesome Jquery. I have given it the name TypeIgniter. You can find a demo below, please note that it is in Alpha version and some things may not work as intended. Please post your comments and suggestions in this thread. http://typeigniter.com/demo/backend/ Username: demo@demo.com Password: password UPDATES 5th of Januari 2009 - Added a theme handler 6th of Januari 2009 - Added a easy to use installer and reinstaller - Added RSS feeds to the blog - Added the choice of normal text or code snippet for the text content module 7th of Januari 2009 - Added support for smilies in post comments - Added support for cropping images - Fixed a small problem with backend design - Fixed post category problem - Improved the template installer with author information - Added a dashboard where users can verify that they are using the latest version and where they can read the latest news from the developer blog. The current feed is borrowed from haughin.com since my own blog is not active right now. 8th of Januari 2009 - Fixed a few design errors - Added a comments facility where admin can edit, delete, hide or mark as spam. - Improved the templating system - Added documentation (found in footer of backend). 9th of Januari 2009 - Add support for pages - It is now possible to upload new themes and have them unziped automatically 15th of Januari 2009 - Add the use of text URLs for better SEO support - It is now possible to edit themes online - Visitor statistics like browser, platform, referrers - Now possible to change the order of pages - General improvments 20th of Januari 2009 - Add controllable widgets in the sidebar - Changed admin interface design 21th of Januari 2009 - Added blogroll function - Updated the documentation - Updated the Demo website with upcoming Beta release! 26th of Januari 2009 - Added support for tags in posts - Added a tag cloud on the frontend - General bugfixes 17th of July 2009 - Added better SEO for posts and pages - Added more structure when adding modules - Many more stuff Kind Regards, Daniel Typeigniter is born! - El Forum - 01-05-2009 [eluser]Future Webs[/eluser] looking good, I like the way you can easily switch things on and off or move them around with jquery. thats a great way of making the layout simple to adjust. Would you mind posting a walk through on how you do that or are you opening up your code for people to have a dig through ? Ive been looking at using the same functions in a project of my own and have a grasp of the idea how it works just not got it working for myself yet :-) Well done anyway Typeigniter is born! - El Forum - 01-05-2009 [eluser]murphy2006[/eluser] Thanks for the feedback w3bm! I am currently working on releasing the project as open source, but first I need to get a Beta version ready. Then you are welcome to dig in ;-) Typeigniter is born! - El Forum - 01-05-2009 [eluser]Dewos[/eluser] 404? Typeigniter is born! - El Forum - 01-05-2009 [eluser]murphy2006[/eluser] Well sorry about that Dewos, but someone thought is was fun to remove all users from the demo and all posts... Since it is in an alpha stage the demo was not built to stop people from doing this. Oh well, up and running again. Typeigniter is born! - El Forum - 01-05-2009 [eluser]Velo Studios[/eluser] Hi Daniel, Suggestion, use the redirect after you insert to the db so you don't have to refresh the page. Nice start, looks slick. Typeigniter is born! - El Forum - 01-05-2009 [eluser]Thorpe Obazee[/eluser] Quote:Unable to connect to your database server using the provided settings. I am getting this error from the main site homepage Typeigniter is born! - El Forum - 01-05-2009 [eluser]murphy2006[/eluser] @abcdom: Thanks! I will have a look at it. @Chamyto: Only the demo site works right now: use http://typeigniter.com/demo/. Typeigniter is born! - El Forum - 01-05-2009 [eluser]Dewos[/eluser] [quote author="murphy2006" date="1231197102"]Well sorry about that Dewos, but someone thought is was fun to remove all users from the demo and all posts... Since it is in an alpha stage the demo was not built to stop people from doing this. Oh well, up and running again.[/quote] Thanks ![]() Typeigniter is born! - El Forum - 01-05-2009 [eluser]Iverson[/eluser] Quote:Great css in this project. Just a thought-- use redirect('refresh') to force a refresh instead of users reloading the page. Looks smooth! Somebody already brought this up. Didn't mean to be redundant! |