By gangaloo on
This may be a dumb question but...
Is there a way to add the drupal "powered by" banner before a user logs on and then after a user is logged in, I want to hide the Powered By banner/icons.
I see a lot of contributed themes that by default already show it.
Just can't figure out how to hide it later on or hide them all together.
Any assistance would be greatly appreciated.
Thanks in advance.
Comments
=-=
basics:
_____________________________________________________________________
My posts & comments are usually dripping with sarcasm.
If you ask nicely I'll give you a towel : )
Sorry thanks for the reply.
Sorry thanks for the reply. Just figured that part out now.
Lastly, i see a lot of themes place the "powered by" banners in the bottom.
I just want to re-render the banner at a different location.
Take for example :
http://cmstuning.com/
(Green N Black) Theme.
When you visit the page, the Drupal "Powered by" icon is located on the Left side below the navigation.
How can i render this else where or hide it?
Thanks,
-G
Placing the "Powered by Drupal"
To display the "Powered by Drupal" icon on the left (Using Drupal 6):
1) Login as Administrator and go to the Block Admin page (Administer / Site Building / Blocks - /?q=admin/build/block)
2) You will find "Powered by Drupal" block, move it to the "left sidebar" region by clicking on the drop down
With the above 2 steps, you have configured the powered by logo to be displayed on the left.
To show this only to logged in users, do the following (continue from above):
1) On the same Block Admin Page, after you have select "left sidebar" in the region dropdown, click the "configure" hyperlink just next to the drop-down (/?q=admin/build/block/configure/system/0).
2) Scroll down to the "Block specific visibility" section and select the "authenticated user" check box for "Show block for specific roles:"
You are all set. NO programming or messing about with page.tpl.php
Hope this helps.
KP
Bravo! Thanks much! That's
Bravo! Thanks much! That's exactly what I needed.
Wow that was easier than I thought.
Thanks again
-G