Would it be possible to add a configurable site policy/disclaimer to the admin settings for the usual boilerplate about the site not being responsible for the content of ads etc? to appear as a header/footer on the ed_classified pages?

Comments

mcurry’s picture

Priority: Normal » Minor
Status: Active » Postponed

If you are using a phptemplate theme, you can do this pretty simply by modifying node-ed_classified.tpl.php

First, copy node.pl.php to node-ed_classified.tpl.php, then edit the new template (node-ed_classified.tpl.php) to show your disclaimer.

I've done this on a number of sites and it works fine.

I might add a generic disclaimer template capability in the future, but there's a bunch of stuff that's higher on the priority list right now.

fgm’s picture

Version: 5.x-1.5-7 » 6.x-3.x-dev
Status: Postponed » Active

Bumping version: features will only be considered for the latest and next versions (was 5.x-1.5-7)

fgm’s picture

Status: Active » Closed (won't fix)

You can still do as mcurry suggests on D6, or you can also add a custom block. If you are using Classified Ads 6.2, you can set up the block to appear only on ad pages using path patterns. If you are using 6.3 you can also use a Context 6.3 condition to trigger display of your block instead of core block display

So this needs not be added to the module itself.