Welcome Guest, Not a member yet? Register   Sign In
DBlog v1.8: Out now! - Demo and Documentation included!
#31

[eluser]davidbehler[/eluser]
To make it easier for everyone to check out the newest version of DBlog I've set up a demo installation that you can use to do what ever you want to do Wink

URL: http://www.davidbehler.de/projects/dblog...t/overview
Available accounts:
1. Username: admin | Password: admin
2. Username: user | Password: user

I have removed the rights to edit user groups and single users, but apart from you can use every feature of DBlog 1.6!

Be sure to leave me a message in this thread through my blog if you encounter any errors or problems!

Have fun! Smile
#32

[eluser]davidbehler[/eluser]
It took me more than a week to release a new version of DBlog but I used that time wisely to make quite some changes and add new features including a documetation!

New features:
- The before mentioned documentation that should make using DBlog much easier!
- Optional password protection for posts, pages and galleries
- Delayed publishing of posts
- E-Mail notifications on new comments

You can find the complete changelog including the upgrade and installation instructions in the documentation.

I have not only updated my blog but also the demo installation to the new version, so you can start testing right away!

Download the new version from here!
#33

[eluser]davidbehler[/eluser]
Finally it's done: Version 1.8 of DBlog is out now! I ticked off quite some items on my todo list, but most of the where purely cosmetic.

New features:
- Check all/Uncheck all buttons in comment administration
- More Ajax magic in administration
- Links can be sorted now
- DBlog now uses lang() instead of $this->lang->line()
- Dashboard is finally functional, including version check

You can find the complete changelog including the upgrade and installation instructions in the documentation.

I have not only updated my blog but also the demo installation to the new version, so you can start testing right away!

Download the new version from here!


Greetz
David
#34

[eluser]mrcoder[/eluser]
Hi

I have downloaded the dblog from the site
and i have done the changes accordingly

# Edit application/config/config.php and change the base_url setting
# Edit application/config/database.php and enter your connection info
# Use the attached dblog.sql file to create the needed tables
# Open your browser and surf to your website, you are almost done!

when iam trying to run the application iam getting the errors on the browser as
Code:
config->item('config_owner_name') != '') {; ?>  config->item('config_meta_description') != '') {; ?>  config->item('config_meta_keywords') != '') {; ?>         modules->call_hook('view_head'); ?>
config->item('config_blog_title'), array('class' => 'maintitle')); ?>
config->item('config_blog_subtitle'); ?>
view->show_simple($view_name); ?> view->show_simple('sidebar'); ?>

config->item('dblog_version')); ?> - 'footer', 'target' => '_blank')); ?>
© 2009 'footer', 'target' => '_blank')); ?>
modules->call_hook('view_body_bottom'); ?>
#35

[eluser]davidbehler[/eluser]
Looks like the php file is not parsed by your server. Do you have php support?
#36

[eluser]mrcoder[/eluser]
yes i have php support.my other applications are working fine.but when iam trying to execute dblog applications iam getting the above errors
#37

[eluser]davidbehler[/eluser]
Have you tried re-downloading/extracting the files?
Might be something wrong with the config file.

Make sure it starts with
Code:
<?php
#38

[eluser]mrcoder[/eluser]
Hi ,

I have tried re-downloading/extracting the files.and my config file is starting with
<?php ?> but iam getting the same error.

is there any PHP setting i have to change to work dblog
#39

[eluser]davidbehler[/eluser]
I'm sorry, it's not the config file, but the view file that's causing the problem!

It's propably caused by me using shorttags instead of <?php. I'm at work and have no access to my code, but I guess that might be the cause for this mess.

In your config.php, there should be an option that says "...rewrite shorttags.." or something along that line. Try enabling this one.
#40

[eluser]mrcoder[/eluser]
Hi,

Thank u for fast reply.i have changed the
Code:
$config['rewrite_short_tags'] = FALSE

to
Code:
$config['rewrite_short_tags'] = TRUE


Still i am getting same problem Sad Sad




Theme © iAndrew 2016 - Forum software by © MyBB