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

dman’s picture

I can't test, because I'm not currently using a flexinode under 4.7, but..

Try an inline php snippet going:

print( flexinode_page_table(1) ); 

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/

andre75’s picture

Hm. So simple and so effective. Thanks a bunch.

-------------------------------------------------
http://www.opentravelinfo.com
http://www.aguntherphotography.com

ledelboy’s picture

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