Page types
|
3 posts
|
Hi, new to Frog. Is it possible to create new page types? thanks |
|
23 posts
|
I’d also like to see something like this, ricks posted about this before with regard to page parts of different types, I think this could really improve Frog as an all-round CMS. I don’t see this happening soon though, definitely not before v0.9.5. What I’d really like to see would be a content type creation plugin so that you could set up your page types on the fly, similar to drupal, expression engine and symphony, this is becoming a common feature of modern CMS, it would be great to have it in Frog, although a lot of the attraction to using Frog is its simplicity, I believe a content creation feature would add more value than it takes away. Anyone else agree? |
|
486 posts
|
korkunck, have you tried using the system of Page Parts? For your situation, it may be sufficient, because it doesn’t seem like your use case (portfolio of projects) would have a huge number of entries or require sophisticated sorting or data manipulation. eoghan, you’re talking about CCK for Frog? That could be an interesting plugin. |
|
25 posts
|
I hope Frog gets a feature like this in the future. Something similar to Symphony with custom page types with different type of form fields. |
|
1493 posts
|
I have all kinds of sympathy with what korkunck is asking about. Here’s my take on it:
@korkunck – meanwhile! :) the setup you describe is readily made with Frog, using the tabbed page-parts. If you want to explore further, just ask! :) |
|
3 posts
|
thanks for the replies. thanks. |
|
486 posts
|
Yes, separate Part for each entry. Think of Parts as form fields. Why would you want to put it all in one Part? |
|
3 posts
|
just ease of use…but, it would be good to have a customizable form as a page part. |
|
651 posts
|
Just in case anyone is interested. I am thinking about doing a CCK type plugin once I have a little bit more time. Unless someone beats me to it. (hint, hint!) :-) |
|
486 posts
|
I’m goign to add this thread here: http://forum.madebyfrog.com/topic/1179 Since I think it’s related and why not keep things together? So I was just looking at the “Page Type” dropdown option on the Page creation form, something I suppose I did not notice yet, because I never change it since the other options are Archives and 404—not stuff I generally need. But wouldn’t it be great, I thought, after taking another look, if I can just choose “Event” from that dropdown, and have it reload a page with the fields I would need for an Event, with javascript date pickers, autocomplete of location coming from the database, etc. Is this possible to achieve within the current Frog framework? Can I write a plugin that would do this? |
|
486 posts
|
Specifically, I want to be able to create a page that stores data in both the standard Parts table and in tables generated by my plugin (for easy of relational queries). So the form would contain a mix of fields. Some of those fields will be sent to Frog’s Parts table, the rest will go into my plugins tables. I’m not asking that the form be generated automatically—I plan on creating the form by hand, but I need a way of loading my custom form in substitution of the standard Frog Page creation form. Is that possible? |
|
32 posts
|
For simple parameters you could try a version of how I implemented parameters |