> > You can do what many people do with Radiant in such cases: > use page parts. > > > > Simply create a new page part named "source" and put > relevant information > > there. After that you can render this information where and > when you see > > fit. > > Ok, I understood. But are there a way to make a new form page with > these fields in admin? So I can create the news in a intuitive way. If > not, it will be to boring... create a page for a news, create a page > part for the source. And so on for any new news.
Yes there is - have a look at the code in the facets branch and/or have a look in the archives of the radiant-dev list for some discussion on that branch. I did a similar thing (but not using facets, using my own pre-facets 'admin_parts' extension which isn't nearly as cool) - have a look through the code at http://soxbox.no-ip.org/radiant/svn/extensions/x_groggy/ - I've got a custom ComicPage and also a custom GroggyArticlePage that add fields to the admin screen and store them in a separate table. Dan. _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
