Closed (won't fix)
Project:
Classified Ads
Version:
6.x-3.x-dev
Component:
User interface
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Jun 2007 at 11:40 UTC
Updated:
22 Jul 2011 at 19:10 UTC
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
Comment #1
mcurry commentedIf 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.
Comment #2
fgmBumping version: features will only be considered for the latest and next versions (was 5.x-1.5-7)
Comment #3
fgmYou 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.