Renaming block in Scrapbook not working

Permalink
Hi,
I want to rename a block in my "Global Scrapbook".

Now the name is:
"Global Scrapbook 14"
And I want the name:
"copyright"

So I click "rename" and fill in "copyrigth" and save it.

The result is that the block name returns back to "Global Scrapbook 14"
And when I go back to the "Scrapbook List"there is a new Scrapbook with the name: Global+Scrapbook displayed. With no blocks in it.

Is this a bug?

I use concrete5 Version 5.4.2

Best regards,
Mirjam

mirjamk
 
Steevb replied on at Permalink Reply
Steevb
Hi,

Just added a new global scrapbook and then added a block. I renamed and it worked just fine.

C5 5.4.2

Cant be a bug?
mirjamk replied on at Permalink Reply
mirjamk
Hi,

After looking around on the concrete5 site I found this under "Bug Tracker".

http://www.concrete5.org/developers/bugs/5-4-2/global-scrapbook-una...

Strange that you don't have this problem.

Mirjam
Steevb replied on at Permalink Reply
Steevb
Just tried again on two other 5.4.2 sites and it works perfectly?
mirjamk replied on at Permalink Reply
mirjamk
Hi 55webdesign,
Did you try to rename a block in the scrapbook with the name "Global Scrapbook"?
I made a new scrapbook with a different name and yes I can rename the blocks inside of it. So the problem only exists when renaming blocks in the "Global Scrapbook".

But for now my problem is solved.
I won't use the "Global Scrapbook" name anymore.
I needed to rename a block because I like to have this code in a template.

$block = Block::getByName('My Scrapbook Item');
$block->display();


Hope this will work now. I'll try.

Thanks
Mirjam
Steevb replied on at Permalink Reply 3 Attachments
Steevb
Hi,

See attached and tell me if I'm doing this wrong?

Image 5 is before and after renaming scrapbook block.

Cheers

Steev
mirjamk replied on at Permalink Reply
mirjamk
Hi Steev,

Can you try it with the scrapbook name "Global Scrapbook"?
Mabey it is something on my localhost only?

I used "Global Scrapbook" not "Global" for the name.

Thanks for testing.

Regards,
Mirjam
Steevb replied on at Permalink Reply
Steevb
Hey,

Got yer!

It does NOT like 'Global Scrapbook' as a name.

So lets make sure we name it something else!

It just like other things in the computer world where certain words and characters cant be used.
mirjamk replied on at Permalink Reply
mirjamk
Hi Steev,

Oké thank you for your input.

Regards,
Mirjam
imran replied on at Permalink Reply
Hi, i try this but not working. Can you specify how to add another global scrapbook.
mirjamk replied on at Permalink Reply
mirjamk
Hi Imran,

Just go to Dashboard>Scrapbook.
Fill in the Scrapbook Name and click ADD

Mention: It has to be another name than "Global Scrapbook" because then it is not possible to rename it.
imran replied on at Permalink Reply
Hi mirjamk,

I solved it by taking a copy from concrete5.4.2.1 concrete/single_pages/dashboard/scrapbook/view.php, and replace it on the same directory of concrete 5.4.2, and just ok...


Thanks for your reply...
cursal replied on at Permalink Reply
cursal
for 5.4.2 you can name scrapbooks with NO_SPACES
use an underscore if needed.
A little Buggy yeah, but works as a quick fix.