This forum is for assistance with theme development.

Error on reply preview in forum in custom theme

This only occurs when I'm replying to a forum original post, ie the first comment. If I reply to a comment I have no problem. After entering the reply and hitting "preview" I get the following error "Validation error, please try again. If this error persists, please contact the site administrator.".

Having trouble understanding PHPtemplate files

I've created themes in wordpress, and I've read the handbook over and over but I'm having trouble understanding the concept in drupal.

What I'm doing is adapting the 'box_grey' template. I'm making changes to page.tpl.php, but then all my styling affects the site admin area as well and I certainly don't want that because the boxes/navigation should appear in admin, but not on domain.com.

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

Pages

Subscribe with RSS Subscribe to RSS - Theme development