This forum is for assistance with theme development.

Q: Is it possible to edit my taxonomy pages?

I am displaying page teasers on a taxonomy page as most drupal sites do.

However, I am looking to be able to add certain blocks and pieces to these taxonomy pages.

Q: Display Flexinode Multiselect data

Does anybody know how I could display my mutiselect menu data on my flexinode node?

If I just print something like:

$node->flexinode_33 It displays "array".

I can implode it with something like:

  $myVar = implode(' | ', $node->flexinode_33);
  print $myVar;

However, this displays the item ID like "1 | 2 | 3" and not the actual text such as "Option 1 | Number 2 | Title 3".

Does anybody know how I could display the actual text?

Thank you!

Q: $taxonomy displays "array"

Does anybody know if I can make the $taxonomy variable display the actual data and not just "array"?

Thanks you

Removing 'Categories' box around categories

Hey,

Using Drupal 4.7, how do I get rid of the 'Categories' title and the border/padding etc. which differentiates the category selection box from the rest of a node's submission form? Can't see any reference to it in the CSS, and I've managed to turn off the drop-down functionality in taxonomy.module but am not sure what else to change to remove that styling...

I ask this because I have only category for my node type and it is already well described and so does not need to be seperated so obviously.

Cheers,

Alex

Replace Text links "reply" "edit" ... in forum with buttons

I would like to replace the text links like "reply" "edit" ... with buttons.
My node-forum.tpl.php simply has this line:

<?php print $links ?>

How can I change this to get the buttons in?

Andre

Looking for help with page alignment issue

I'm a beginner in dealing with Drupal and themes, so any assistance someone could provide would be great (and I'm sorry if this is a dumb question, I couldn't find an answer elsewhere, and I'm also sorry if this has already been answered). I am using a modified version of the SpreadFirefox theme for my site, www.nonprofitcongress.org.

Pages

Subscribe with RSS Subscribe to RSS - Theme development