Create more area inline editing

edited November 2015 in Feature Requests
I'm starting to use Fuel CMS, but I'm having many problems.
I want to create areas, and block modified inline, but do not know where to start
I tired with:


<?php echo fuel_edit($my_block->id, 'Edit Block '.$my_block->name, 'blocks')?>


I do not know where to put the variable my block.

Sorry for my English
Thank you.

Comments

  • edited 11:04AM
    It looks like the block is saved in the CMS correct and not in the application/views/_blocks/ folder? If so, you can just use:
    <?=fuel_block('block_name')?>
    If it's saved in the CMS, the pencil icons for inline editing should appear if they are toggled on using the menu in the upper right.
Sign In or Register to comment.