forked from bcit-ci/CodeIgniter
-
Notifications
You must be signed in to change notification settings - Fork 26
MeNeedz Auth
World Wide Web Server edited this page Jul 4, 2012
·
3 revisions
[h3]Most current version: [url=http://www.davidbehler.de/index.php/file/view/9]1.8[/url][/h3]
After quite some final code adjustments till deep in the night it's finally done! [b]DBlog[/b] is ready for download!
[h3]Features:[/h3]
- WYSIWYG editor using FCKeditor
- Add, edit and delete posts and static pages as you like
- Comment management! Approve, edit or delete comments and define on a per user group basis who can post without approval and who can't
- Completet user management: Have as many different user groups with different rights as you wish, define a default user group for new users and unregistered users and assign multiple user groups to one user
- Search within posts
- RSS feed for newest posts in general, in a specific category or with a specific tag
- List posts by category, tag, search term or browse the archives
- Use static pages only and define what page to use as start page for your website
- Configure the sidebar to your wishes
- Add links to other website or blogs
- Support for Google Analytics, simply enter your tracker ID in the config and the script will be added automatically
- User can register (if you want them to) and retrieve their forgotten password
- Spam protection through the Akismet API
- Trackback/ping support
- Syntax highlighting for the most common languages like PHP, Java, C#, CSS and many more
- Support for social bookmarking services
- Download manager
- Meta-tags
- Module system!
- Multi-language support
- Galleries
- [url=http://www.davidbehler.de/projects/dblog/documentation/index.php]Documentation[/url]
- Optional password protection for posts, pages and galleries
- Delayed publishing of posts
- E-Mail notifications on new comments
- Dashboard with version check
- Some Ajax magic in administration
[h3]Installation:[/h3]
- Download the archive from [url=http://www.davidbehler.de/index.php/file/view/9]here[/url]!
- Unzip it and upload it's contents to your website
- Edit [i]application/config/config.php[/i] and change the base_url setting
- Edit [i]application/config/database.php[/i] and enter your connection info
- Use the attached [i]dblog.sql[/i] file to create the needed tables
- Open your browser and surf to your website, you are almost done!
- Login using username "admin" and password "admin" and change the config to your needs
- Change the password of the user "admin" by editing your profile
- If you want to use the FCKeditor filemanager, you have to edit the [i]application/plugins/fckeditor/editor/filemanager/connectors/php/config.php[/i] and set Enabled to true and set the UserFilesPath to the [i]images/upload[/i] folder and set 777 rights for that folder to allow for file upload
- set 777 to [i]images/gallery[/i] and [i]temp[/i] folder
[h3]Demo:[/h3] You can login to the demo installation using these two accounts: Url to demo installation: [url]http://www.davidbehler.de/projects/dblog/index.php/post/overview[/url]
- Username: admin | Password: admin
- Username: user | Password: user
[h3]More:[/h3] More info on the development of DBlog can be found at my blog (naturally powered by DBlog!): [url]http://www.davidbehler.de[/url]
Category:Libraries::Authorization Category:Libraries::Authentication Category:Contributions::Libraries::Authentication