Is Ed Classified module doing anything special on the "Recent Ads" and "Popular Ads" Blocks in terms of expiry?

I'd like to add my image field to them but can't seem to figure out how to go about this. If the module isn't doing anything special with the above default blocks, then I'll just make my own in Views.

Thanks.

Comments

fgm’s picture

Status: Active » Fixed

Nothing really special, the lists/table in these blocks support additional templates to allow you to theme theme differently from a basic item_list or table. Just implement these templates:

  • Stats: table--classified-stats.tpl.php
  • Recent Ads: item-list--classified-recent.tpl.php
  • Popular Ads: item-list--classified-recenttpl.php

Find all details about theming the module by enabling the advanced_help module and going to (your site)/help/classified/theming, where this is described.

  • fgm committed 738890f on 7.x-3.x
    Issue #2301401: simplify alternative theme invokation in blocks.
    

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.