Posted by GoodJJJ on April 12, 2012 at 7:29am
Just wandering if could get some help with the below issues
When I published my webform the below show's
published by Diablo3 on Wed, 04/04/2012 - 20:44 .... How can I make this not show?
In maintenance mode I have the following
1)Drupal Logo > How can I remove this and make it my own
2) Theme Details (looks like a footer) > Remove
Any help greatly appreciated
Cheers

Comments
Hi To remove the 'Published
Hi
To remove the 'Published by' on the webform head to admin -> structure -> content types, click edit next to webform - there is an option in there to show/hide the author/submission date details.
The theme details could be added as a block (admin -> structure -> blocks) but could equally be done in the theme's template.php (some themes hard code this stuff in).
The Drupal logo would be the logo for the theme -> head to admin -> appearance and upload your logo. Depending on the theme this might work, if not you might need to theme the maintenance page. This is done using the maintenance page tpl file. You can find instructions on doing this in the handbook - see http://drupal.org/node/195435.
Note that changing template.php and adding new tpls to your theme put you in the 'custom theme' territory - you should consider making a sub-theme of your theme so that your changes are update safe.
Finally, you'll probably get a more rapid response to support questions using either a) the forums on Drupal.org or b) IRC - drop into #drupal-support for general questions or #drupal-au for support with an AU flavour - most in #drupal-au are very approachable and always willing to help.
Lee