I&#39;ll give a few replies to a few pieces here.<div><br></div><div>First, things like displaying post date and author can be easily turned off by going to /admin/build/themes/settings and selecting which node types should have post information displayed.  Buttons like &quot;edit&quot; are only displayed for users with proper permissions via the $tabs variable.</div>
<div><br></div><div>From what I gather from your post, I&#39;m not sure you&#39;re not differentiating well the node from the page.  Regions (added in the .info file as well as the page template file) are the largest containers for major sections of the site.  </div>
<div><br></div><div>The blocks admin page uses the regular site theme not the admin theme because you need to see where blocks will go on the site.  This is by design.</div><div><br></div><div>Messing with the stock themes is OK for learning, but it sounds like you&#39;re trying to rip out all the theming and build what you want from scratch, basically; for this you&#39;ll be better off using a &quot;starter&quot; theme such as Zen (among others) which are designed to be modified.  Also, in Zen  the files are commented heavily to explain what the different variables and whatnot do.</div>
<div><br></div><div>I hope that helps a bit,</div><div>Brian</div><div><br></div><div><br><br><div class="gmail_quote">On Sat, Mar 6, 2010 at 7:38 PM, Roger <span dir="ltr">&lt;<a href="mailto:arelem@bigpond.com">arelem@bigpond.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi all.<br>
I&#39;m very new to Drupal but gradually getting there. Using Drupal 6.16<br>
and will rebuild the site in Drupal 7 once I understand the<br>
complexities. The site does not have to be live for testing in D6 until<br>
July/August.<br>
<br>
In theming:<br>
Using BlueMarine as a starting/learning point.<br>
I&#39;ve converted our index.html to page.tpl.php and the css to styles.css,<br>
I&#39;ve set regions in the .info file all as per tuts and videos. I am<br>
working through the book  Using Drupal: O&#39;reilly.<br>
<br>
Our Layout:<br>
A large header, 780 x 250px in which a javascript file will play a swf<br>
and randomly display quotations overlaying the swf.<br>
2 columns: Left 500px wide is the page information and the right 200px<br>
wide will be the menu.<br>
<br>
In the left I need to display a header - subject line for an event topic<br>
under that,<br>
a variable width line which varies in length according to the width<br>
dimension of an adjacent image<br>
an image, either which could be on the left, right or centre of the same<br>
region as the line<br>
a sub header<br>
under that,<br>
some accompanying text relative to the header.<br>
|--------------------------------------------------------|<br>
| logo          swf file &amp; quotes                         |<br>
|                                                                   |<br>
| |<br>
|--------------------------------------------------------|<br>
|--------------------------------------------------------|<br>
|                                                   |               |<br>
|    Title or Topic   large font           |   menu    |<br>
|------------------------------------------ |               |<br>
| sub topic   small font                   |               |<br>
|                                                   |               |<br>
|  accompanying text                      |               |<br>
|                                                   |               |<br>
|                                                   |               |<br>
|                                                   |               |<br>
|                                                   |               |<br>
|--------------------------------------------------------|<br>
<br>
On at least one page the Title or topic, line, subtext and other info<br>
will display variable dynamic information down the page like a calendar<br>
of events. Home and About us these will be static.<br>
<br>
I have created topic, subhead, subtext, text regions in the .info file<br>
and tried to set these appropriately in Admin-Blocks<br>
but don&#39;t know where to go from there.<br>
<br>
I have some of this working but the page shows the username, membership<br>
time and edit buttons.<br>
None of this is needed, I can&#39;t find in page.tpl.php where it prints<br>
these details as I&#39;ve removed all the pre existing php code.<br>
<br>
  How do I replace the user name with the topic or title ad create the<br>
sub head.<br>
<br>
Also I have admin theme set as Garland but the Block configuration<br>
system uses my user theme and I don&#39;t know how to change this.<br>
<br>
Help appreciated<br>
<font color="#888888">Roger<br>
</font><div><div></div><div class="h5"><br>
<br>
<br>
_______________________________________________<br>
themes mailing list<br>
<a href="mailto:themes@drupal.org">themes@drupal.org</a><br>
<a href="http://lists.drupal.org/mailman/listinfo/themes" target="_blank">http://lists.drupal.org/mailman/listinfo/themes</a><br>
</div></div></blockquote></div><br><br clear="all"><br>
</div>