Welcome Guest, Not a member yet? Register   Sign In
how to create a blog in CI
#1

[eluser]mrcoder[/eluser]
Hi,

I am new to CI.I need to create a blog in my Application.Is there any plugin,library,or helper to create a blog in CI.i have googled but i didnt find the way to create blog. can any one help me on this
#2

[eluser]pistolPete[/eluser]
[quote author="mrcoder" date="1251812073"]i have googled but i didnt find the way to create blog.[/quote]

Are you kidding?
Create a Blog in 20 Minutes

Use the forum search and look through the "Ignited Code" section, there are already several blog applications.
#3

[eluser]Dam1an[/eluser]
Waldmeister has made a blog app using CI which can be found here
Alternatively, you can make one yourself from scratch if you need to to be very tailored to your needs
#4

[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 as

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'); ?>

can any one help me what i have do to run the application
#5

[eluser]pistolPete[/eluser]
Maybe short_open_tag is disabled in your php configuration?

You can try enabling the following setting:
Code:
$config['rewrite_short_tags'] = TRUE;
#6

[eluser]mrcoder[/eluser]
Hi,

After enabling the $config['rewrite_short_tags'] = TRUE; iam getting the same problem
#7

[eluser]InsiteFX[/eluser]
mrcoder,

Please use code blocks when displaying code in the forum.

Thank you
InsiteFX




Theme © iAndrew 2016 - Forum software by © MyBB