This forum is for assistance with theme development.

modifying #size attribute of flexinode file fields

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?

Themeing Tabs

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?

Thanks for any help!

flexinode/table themable or call in iframe?

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.

overriding admin theme w/ *different* theme AND *engine*?

hi all.

reading http://drupal.org/node/52389 it's clear how to assign a separate theme for a given theme-engine.

the example talks abt phptemplate, but using smartytemplate.php rather than template, same holds for smarty-engine.

QUESTION: how 2 for different engines? e.g., site is Smarty-themed, but admin theme is phptemplate?

& fwiw, yes, i'm also aware that for same-theme-engine, FrontPage module is quite a nice option ...

cheers,

richard

displaying fields from other types to flexinode teasers

hello all,

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.

tia,
Jerry

Q: Call $node->nid from my comment.tpl file?

Is it possible to call my $node->nid variable from my comment.tpl file?

Thanks!

Pages

Subscribe with RSS Subscribe to RSS - Theme development