Search the Community
Showing results for tags 'create'.
-
EDIT: What I'm actually really looking for is a way to edit and add children of a page in a similar way as RepeaterMatrix fields: Easy to add new ones and easy to move, hide and modify inline: –––– I have a problem and am so close to a solution, but everything i've found so...
-
Hello. Im looking to start making modules and found alot of great resources. I was wondering if there was some i might have missed from the below and whether the was somewhere I could see all the functions and variables available to me as a module dev. i.e. What other messages can i send? $...
-
Hi all It would be great if I could create some new templates (php code) from admin menu in backend without to use FTP client Somethink like this -->> What do you think about it?
-
Sorry, but can find no reference to be able to create pages using the API but am sure it's possible. Is there a reference anywhere? At present, I'm using guesswork.. $new_page = new Page(); How do you set the name, template and parent? Any nod in the right direction would be much appreciated.