I wasn't too sure where to post this, so I have chosen here... Sorry, if it's wrong...
I am using the flexinode module in 4.6.3 to create a custom page type that I am very happy with and am deciding whether to leave it as a flexinode page, or create a custom page type based on the page/story/node content type... (as I feel the following question is going to be put into the too hard basket)
1) I want a particular type of flexinode page (one that we'll call 'recipes') to have a custom type of index page so that when all the pages are listed in the index (ie with all the teaser elements) then it is placed into a nice table, tabulated across the page without comments, author etc etc. At present, the flexinode title is in a h2 header, and a heap of information life teaser (which I want to keep but put on the same line as the title), comments, 'read more', read count, submitted by and date as well as category. All those last fields are still required or wanted, just not on this page.
So in essence, I am asking, like we can create custom node pages (node-story.php) or something similar, can we do something like this with the flexinode pages? (I am assuming not since the page types are dynamicly created and stored within a database - ie the template for them is stored, so to speak)
2) If I have to create my own page type based on my flexinode data template... how do I do it? I can create simple custom pages based on the page node type as per the instructions found on the drupal page, but adding custom checkboxes, text fields and the like.... it's a bit beyond me