implementing Copy Layout under Halley

Asked by Anton Budiono

Since Biela is still unstable release, while the new Copy Layout feature is a neat feature, so I intend to re-implement the idea on halley server using Biela source code.

I've managed to copied the code:
1. CopyForm() and Copy() functions on layout.class.php
2. Copy(...) function on layout.data.class.php
3. LayoutGrid() functions on layout.class.php - to add the button as necessary.

However the CopyForm doesn't show up when I press the Copy button. Is there anything that I'm missing here to make this work? Since there is no error log on the database. Can someone help me to point me to the right direction? thanks in advance.

Question information

Language:
English Edit question
Status:
Solved
For:
Xibo Edit question
Assignee:
No assignee Edit question
Solved by:
Alex Harrington
Solved:
Last query:
Last reply:
Revision history for this message
Best Alex Harrington (alexharrington) said :
#1

Dan has already backported this for someone else who needed it.

You need to replace layout.class.php with this one:
http://dl.dropbox.com/u/58386/layout.class.php

Please keep in mind this is completely unsupported on 1.0 series servers.

Alex

Revision history for this message
Anton Budiono (poltex) said :
#2

Alex,

Thank you, works like a charm.

Revision history for this message
Anton Budiono (poltex) said :
#3

Thanks Alex Harrington, that solved my question.