With a 4.6 installation, is it possible to alter a function in a module using a template.php file in a theme? If so, I really, really need an example--I've been beating my head against a wall for hours now.
I'm trying to change a function in Acidfree, incidentally--it breaks my fixed-width layout, as noted here:
In any page of the admin section on IE 6, the main content area clears to the bottom leaving a big blank space and adds blank space on the right hand side. My theme is a fixed width design 725px with two columns. The left column is 200px wide floated left and the main content area is set to width:auto; I checked for various clear: declarations in my CSS and in drupal.css, but didn't see anything that would cause this. Any ideas anyone?
Acidfree breaks my fixed-width layout when I click on the "album contents" tab. It looks like the trouble is the table Acidfree generates on those pages--it creates a three-column table with album thumbnail, thumbnail pulldown menu and title/description/path alias cells. The width of this unflexible table kills my tableless layout big-time.
I can't see any way around removing the table in favor of a CSS approach, but I'm having trouble locating in the Acidfree module code where the table is created.
I have a plain old page node, but its getting filtered or something such that $content omits the first paragraph (which includes an inline image). I'm using a node-page.tpl.php, and $page == 1. I've checked the database and the content I'm expecting is in there. Did I flip a switch somewhere, what could cause this?
On one page have a listing of all nodes (paged) for a particular taxonomy term - where the nodes are shown in full.
On another page (an archives page) have a listing of all nodes (paged) for that term - where the nodes are shown using medium-length excerpts.
In a block, have a listing of x-recent nodes for that term - where the nodes are shown using a really short excerpt.
1. Is this possible?
2. What's the best way to do this? I have looked at PHP snippets but they haven't been too much help.