Help me out guys,
I would like to know if there is anyway to override the function where it generates the node teaser list on the front page. I can't even identify where this happens!
what i'm trying to do is:
create 3 columns for the teaser list, but after every row (of 3 teasers), i want to put 3 more custom divs in between. I use for a custom Ajax module where I expand the the full node right there on the front page! (yes this already works fine, tell me if anybody is interested in the code).
But now i face a problem on my site. I know about node.tpl.php, where you can customize every teaser node, but because as far as i know, it is highly cumbersome to try to add something every 3 teaser nodes. It helps if i try to visualize what i'm trying to do abit ...
000 <---- 3 node teasers
-----
___ <---- jQuery magic, those top three nodes expand here! 3 divs of (div class=expandnode-$nid)
000 <---- 3 more teasers
-----
___ <---- 3 divs of (div class=expandnode-$nid)
00 <---- in this example, 2 more last teasers
-----
___ <---- 2 divs of (div class=expandnode-$nid)