Remove copyright from ed_classified pages

LeMale - July 24, 2009 - 15:04
Project:Classified Ads
Version:6.x-2.0-alpha5
Component:User interface
Category:support request
Priority:critical
Assigned:Unassigned
Status:closed
Description

Hi,

Can you please tell me how to remove the copyright bouton from ed_classified pages on my site ?

Regards

#1

Michael Curry - July 25, 2009 - 15:39

The only way to 'remove' it at present is to edit the module source files.

Another approach is to modify your template's style.css file and set the DIV style to "display:none" which will cause the visitor's browser to hide the button -- it'll still be in the HTML but totally invisible.

Depending on module version, this snippet, added to your style.css file, should do the trick.

div#classified-credits {display:none;}

If you have CSS file compression enabled and Drupal caching enabled, you should disable them. Also flush the browser cache, etc.

I'm sure the module maintainer will consider a polite feature request to remove the credits link at the bottom of the pages, or provide an option to disable it in the admin settings.

#2

milesgillham - July 26, 2009 - 04:25
Status:active» fixed

I'll keep all the credits in the module documentation but am happy to remove it from live site presentation. Applied to -dev.

Cheers,

Miles

#3

System Message - August 9, 2009 - 04:30
Status:fixed» closed

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

 
 

Drupal is a registered trademark of Dries Buytaert.