I'm working on a theme were I want a more specialized main page. Specifically, I would like to take the content and split it into 2 (or perhaps more) segments, each containing complete nodes (title, teaser, links, etc).
Here's a representation:
Headline 1
Teaser ....
links...
Headline 2
Teaser ...
links...
________________
| Interesting stuff
| section where I
| can highlight new
| content
----------------------
Headline 3
Teaser ...
links ...
Headline 4
Teaser ...
links ...
etc...
I think it will require splitting $content into $content_head $content_tail, but I don't see an easy way to do this. Looking at PHPTemplate, it just passes the complete $content along to the various .tpl.php files.
Help! I need several article announce blocks on front page (like events block, news block, publications block). You know, this blocks are something like a box with for example last 5 headers of news (aricles/events/...). What do I do?
The module that I used (called articles) allows only one such block. But I need several. Is there are any solution?
Thanks
The navigation tabs in the cvs version of the slash.theme (PHPTemplate version http://drupal.org/node/42373) looks good in Safari and firefox but messed up in Internet Explorer.
I am trying to theme the user registration page (username, email, submit...www.mysite/user/register) and was hoping to create a thread on themeing the user reg page w/out re-writing the user.module hook for displaying the form.