Posted by LeMale on July 24, 2009 at 3:04pm
Jump to:
| Project: | Classified Ads |
| Version: | 6.x-2.0-alpha5 |
| Component: | User interface |
| Category: | support request |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Hi,
Can you please tell me how to remove the copyright bouton from ed_classified pages on my site ?
Regards
Comments
#1
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
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
Automatically closed -- issue fixed for 2 weeks with no activity.