By andre75 on
I really love the tabular view of flexinode:
flexinode/table/x
where x is the number of the content type.
It is sortable and has all sorts of neat features.
My problem is, that I would like to show more on that page, including some written text.
I have tried calling flexinode/table/x in an IFrame but it shows the full page including the theme and menus in that frame.
How can I get some more content on this page and how can I rename it
e.g. listofproducts instead of flexinode/table/x
Thanks.
Comments
How about calling the renderer yourself?
I can't test, because I'm not currently using a flexinode under 4.7, but..
Try an inline php snippet going:
This will call the guts of the flexinode table renderer (for flexinode-1) inline in your normal node page.
And for renaming use url_alias as usual.
.dan.
http://www.coders.co.nz/
.dan. is the New Zealand Drupal Developer working on Government Web Standards
Cool
Hm. So simple and so effective. Thanks a bunch.
-------------------------------------------------
http://www.opentravelinfo.com
http://www.aguntherphotography.com
weird
I followed the advice, by putting the snippet in the body under php format but what I got was the whole enchilada: headers, content and blocks inside the content area.
LD