Hi

Today i just installed Drupal v6 on my site. But i don't like the "Powered by Drupal" link - instead of link i like to display Drupal Logo.

Any ideas ?

Comments

cwgordon7’s picture

It is a block. You can disable it at admin/build/block. If you want to display the drupal log in addition, create a custom block using the <img> tag pointing to misc/druplicon.png.
---
Are you looking to contribute to Drupal, but aren't sure how? Then DROP is for you! Go to the linked website, claim a task, and begin helping the Drupal community immediately!

meraTechExplorer’s picture

Thanks it's work! Now i changed my theme :)

kjdillon’s picture

I have disabled the Powered by Drupal footer, but it still shows up. For some reason it has replaced the copyright notice footer that I used to have. Clearly, I am doing something wrong. Could someone please explain exactly how to disable the Powered by Drupal footer, step by step? My vote against the obnoxious insertion of default links like this one!

drupalshrek’s picture

Hello Kenneth,

I don't think it's obnoxious. Drupal is created almost entirely by volunteers, and it's a small thing to place a "Powered by Drupal" acknowledgement at the bottom of the page, especially since this can easily be removed if you prefer not to have it. Having it there by default ensures that Drupal becomes more popular, and therefore more people program it so that people like you can use a great CMS for free.

To remove it, go to the blocks page (on Drupal 7 this is admin/structure/blocks), and search for "Powered by Drupal". By default it is placed in the "Footer" region. Select "None" as the region and click on "Save blocks".

drupalshrek

hunter111’s picture

Hi i did as you said, but it's again showing. If i write any thing to override written thing showing on the above link(Powered by Drupal). Please help

prathamesh.save’s picture

You can disabled this by setting the "none" region for "Powered by Drupal" block.
If you still get this footer make sure that the themes which you are using in that themes, do the same setting for block.

ahmedhanyfawzy’s picture

there is a simple solution that you can apply using jquery
i explained how i replace it on this note

DocDJ-forum’s picture

The machine-readable name ("garland_system_powered-by") of the "powered by" block is invalid in Drupal 8. It contains a hyphen instead of an underscore before the word "by". How can I fix it?

regards,
DJ

Jeff Burnz’s picture

In Drupal 8 the powered by message is a block, just disable the block.

DocDJ-forum’s picture

I like the block, but would like to extend it on my site to include the currently running Drupal version. Is there a way to do that?

regards,
DJ

hunter111’s picture

Hi,in which file i have to place this code? please help

hunter111’s picture

Hi,in which file i have to place this code? please help

Leo_KET’s picture

Apparently this text is not only located in the title but in the content which seems not accessible.
First Remove Block, then create custom and placing it as footnote first worked.
A more generic title could be "Powered by" (don't display title) and in the body you can type anything you like (I still added Drupal as part of it to acknowledge them)