Presently, I am seeing problems with the Polder theme: 1) not making use of HTML area 2) kicking up errors about invalid paths when use comment bullet and show comment avatar are selected. Will attempt to work out solutions for this myself and post them if I can figure out what's wrong.

Comments

Max Bell’s picture

Title: Polder... » Polder html_area compliance and misc feature bugs

1) htmlarea support needs to be added, which can be done by adding print theme_footer; to the footer function.
2) enable_comment_bullet displays a broken tag due to an unneeded print statement here:
print " ";
3) enable_comment_avatar produces the error:
warning: Missing argument 1 for polder_avatar() in /home/middlebrother/public_html/themes/polder/polder.inc on line 698.
tried adding $node to print polder_avatar($node); as it is in node_avatar, but this did not work.
4) enabling the taxonomy link in the metabar produces this error:
warning: implode(): Bad arguments. in /home/middlebrother/public_html/themes/polder/polder.theme on line 29.

No idea what causes it.

Will keep tabs on this, since I want to see how you fixed it (I tried to come up with everything, since the first one was so easy, but am definately still a neophyte.

Oh, and you could add an 'enable_site_slogan', if you felt so inclined (since the header text is probably generally used for a site name...)

dries’s picture

Project: Feature » Polder
Component: themes » Code
Robert L’s picture

Assigned: Unassigned » Robert L

I just updated polder theme and style module for Drupal 4.3.
The problem with HTML area was fixed before, but probably broken again as with other themes. Paths for command bullet files are now set as key, thus this error is closed too. The avatar bug is probably still there, not tested yet, will have another look at it. Rewrote the tax. link and icon code, so this is (should be) working again too. This report can be closed I think.

Robert L’s picture

See previous