By james2002 on
I have installed another Drupal powered site at
I am trying to remove the Drupal Small Icon link at the footer.
How do I do that?
thanks
I have installed another Drupal powered site at
I am trying to remove the Drupal Small Icon link at the footer.
How do I do that?
thanks
Comments
as i know
you can change that at the administer/blocks
at the footer is a block deactivate it
Thank you. Done. Web hosting
Thank you.
Done.
Web hosting sites
footer block install drupal web hosting link
but how do you get rid of the install drupal web hosting link?
My footer block is empty.
Thanks for your time.
footer block 'install drupal' 'web hosting' links
I am having the same issue and am unable to find where to remove it. From what I can tell I have turned off all footer possibilities. There are actually 2 links there. The 'install scripts' link is referencing 'simplescripts.com' and the 'web hosting' link is referencing hostmonster.com.
Did you find where to remove this?
grab and IDE and just search
If you use an IDE (I like Netbeans) then you can use that to search the code for things like Hostmonster and simplescripts.com and then you just delete it.
If you have to ask this question, you are pretty new with Drupal so I might suggest using the Zen theme and the Zenophile module. If you already know how to use HTML and CSS and just want a theme that has good inline comments in it's files so you can make your own theme using just CSS, then you can spend a little bit of time to learn how to use the Zen theme and the Zenophile module and you'll soon find that you can style your site just like a static HTML site.
There's probably a million other themes that people like. I tried about a dozen or so before Zen and haven't gone back since.
Good Luck.