This forum is for assistance with theme development.

Menu Item Question

This is perhaps more a CSS question than it is about themes, but...

In a site I'm working on, I've set a menu to be a block on one side of the screen.

I've then added some CSS to the theme to style the menu items differently:

Is my Site changeable to Drupal

Hi people ...

this is the site,I made ... www.rpgcc.com

Now having aware of all the functionalities that Drupal can put into my site, I want to change from the whole architecture of my site to Drupal.

I know PHP.

Can you please

1). See my site and decide that whether it is possible.
2) If yes, from where should I start ?

Thanks,

F.

Primary Links: "active" class for bluemarine theme

Hello,

I have copied the bluemarine theme to personalize it. I would like to have an active class for active link in the primary links. This functionality already exist in Garland theme but I cannot find a way to create the same.

With this functionality, it would be possible to generate a different display for current link.

Thanks for answers,
Damien

Trouble theming an individual field displayed by views

I am trying to override the presentation of a field that's produced by a view, output in list mode. Basically, I have a CCK date field, and I need the text of the date rather than the node title to be a link to the node. In addition, I have a file upload field that displays the filename, and I need it to display some arbitrary text instead, but with the link to the file.

I had no trouble making similar changes to the node, but after days of reading and experimenting, I cannot wrap my head around this.

I've successfully overridden the list display using the views theme wizard, but it's not like the nodes where I can get my hands on all the parts that make up a link. All I can seem to find is fully-formed link. So I tried taking a look at the sample code created by the views theme wizard to theme an individual field, added it to my template.php and attempted to create template file.

I was working with this generated sample:


/**
* Function to handle a sample field.
*/
function phptemplate_views_handle_field_meetings_and_minutes_node_title($fields, $field, $data) {
$info = $fields[$field['fullname']];

if ($field['handler'] && function_exists($field['handler'])) {
return $field['handler']($info, $field, $data->$field['queryname'], $data);
}

if ($info['handler'] && is_string($info['handler']) && function_exists($info['handler'])) {

I need to create a 3 column layout in the Zen theme

Hello

I use a Zend Theme for testing purposes. Is anyone willing to help me arranging the page content in 3 column layout like on the other commercial drupal site: http://www.observer.com ?

My website test is here: http://folmultimedia.com/drupal/

I would appreciate any positive contribution.

Thanks to all

Broken Theme, can anyone help me figure out this IEv6 problem.

If you go to http://www.roadsoft.org in IEv6 you can see that the quote in the top bar is shifted below the logo when it's suppose to be to the right of it. If you visit that link in Firefox or IEv7 it displays correctly. I have tried tracking it down but can't seem to find the problem. Any help would be appreciated.

Pages

Subscribe with RSS Subscribe to RSS - Theme development