Scrapbooks let you reuse a block on many pages.
There are two types of scrapbooks, personal scrapbooks and global scrapbooks. Due to the organic nature of software development, these scrapbooks actually are built in different ways.
Every account has a personal scrapbook. You can add blocks to your scrapbook from one page, and then paste that same block into a new page. You can only paste a block into a specific block area once on a page. If you're trying to paste some horizontal visual separator over and over into same block area and it's not working, that's why.
There are also global scrapbooks that different admins can all share. These can be created from the Dashboard area, where you can actually create blocks to fill them as well. These blocks get permissions and custom templates which area all managed through the Dashboard > Scrapbooks area.
Adding a block to your scrapbook
On a new page, instead of adding a new block, pick Paste from Scrapbook
This brings up a list of all your scrapbook items for you to pick from
One site I'm working on doesn't have a global scrapbook, only the personal scrapbook for my admin account. Any idea how to recover the global scrapbook? I'd like to place some items once on every page and not have to edit each one.
I added some blocks to the Global Scrapbook, but for some reason my "Header" and "Header Nav" now appear as Scrapbooks not content within the Scrapbook itself.
I am able to edit and delete other Scrapbooks, but every time I remove these two additional …
Hello!
I have the following code to display the data contained in a scrapbook page and it works great:
[code]
$block = Block::getByName('TestMessage');
if( $block && $block->bID ) {
$block->display();
}
[/code]
But what if I don't want …
HI all
Every now and then when I add a scrapbook block I get the following error:
mysql error: [1048: Column 'arHandle' cannot be null] in EXECUTE("insert into Areas (cID, arHandle) values ('36', NULL)")
As I say it does not happen al the time. I…
I've been searching the forums for over an hour and couldn't find this... so perhaps someone can enlighten me.
How do you access all the blocks in a particular scrapbook?
I'd like to be able to access a scrapbook's content from a theme I'm building.…
Sign In?
You must have a user account and be signed to perform this action.