the issue refers to my site www.trustsquare.com which i have recently migrated on to Drupal. I also got a custom review module developed from one of the person i met here only.
My issue is that i need to theme my content type "flexinode-1" but when i create a node-flexinode and replace this line
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.