Is there any way to EDIT an item already in your SCRAPBOOK?
Permalink 2 users found helpfulI thought I could do it in scrapbook, since scrapbook blocks can appear on every page, but it looks like scrapbook items are not editable.
Is there a simple way to do this with or without scrapbook?
I think normally you'd have php call the footer and add it to the page "on the fly." So, you'd only have to edit the footer. In Concrete5, I'm not sure how to accomplish this AND make it easy for the client to update it.
Thanks!
<?
$block = Block::getByName('Footer_Links');
if( $block && $block->bID ) $block->display();
?>
then in your scrapbook make a content block add the links, save hit rename and name it Footer_Links, Thats it :)