I had a problem with the default width of the flexinode file fields, they were too wide for my layout. So went into flexinode/field_file.inc and added in a size attribute. It works now, but obviously this is not ideal. I tried using CSS etc before i did that , no luck. Is there a way to set this attribute in a non hackish fashion?
I am modifying the Bonsai theme for use on one of my sites and so far have gotten everything to look just as I want it to with the exception of the tabs that appear at the top of pages such as the user/# pages that read View and Edit. From the source-code I have been able to catch that the CSS in use is for the class 'tabs primary' and 'active'. I have poured over the CSS file for Bonsai and have to yet to be able to find where these tabs are themed. Is there another CSS or something in the node.tpl.php file I have overlooked?
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
I'm trying to change the layout of flexinode type teasers.
Looking for a way to display field from other object types to a flexinode teaser. I'm using phptemplate. Where can I start? I looked at fleximax. It seems fleximax is good at changing the layout of the fields of the same flexinode type. It won't let me add fields from other types to the teasers of a flexinode.