<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: How do I access the drupal admin panel. </title>
	<link>http://ask.metafilter.com/102815/How-do-I-access-the-drupal-admin-panel/</link>
	<description>Comments on Ask MetaFilter post How do I access the drupal admin panel.</description>
	<pubDate>Sat, 27 Sep 2008 15:19:42 -0800</pubDate>
	<lastBuildDate>Sat, 27 Sep 2008 15:19:42 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: How do I access the drupal admin panel. </title>
		<link>http://ask.metafilter.com/102815/How-do-I-access-the-drupal-admin-panel</link>	
		<description>Three drupal questions

1. I disabled the log in form on the main page, now how do I get to the admin panel? 
(Please note, I have a local install of drupal, php, MySQL and Apache for Dev purposes.) 

2. How can I create drop down menus? 
3. Is there a way I can change the layout for a certain page? Such as I want the main page to be two columns while others to be one with tables or something to that effect for grid data. How can I do this? </description>
		<guid isPermaLink="false">post:ask.metafilter.com,2008:site.102815</guid>
		<pubDate>Sat, 27 Sep 2008 14:56:44 -0800</pubDate>
		<dc:creator>BoldStepDesign</dc:creator>
		
			<category>drupal</category>
		
			<category>internet</category>
		
			<category>id10terror</category>
		
			<category>programming</category>
		
			<category>HTML</category>
		
			<category>CSS</category>
		
	</item> <item>
		<title>By: skynxnex</title>
		<link>http://ask.metafilter.com/102815/How-do-I-access-the-drupal-admin-panel#1490187</link>	
		<description>1. To login, you should always be able to go to http://yourhost/user to get to the login page. Unless you do extra actions to disable that page of course. And if you&apos;re already logged in and want to get to the admin panel, you can visit http://yourhost/admin/ to see it.&lt;br&gt;
&lt;br&gt;
2. I don&apos;t know off the top of my head, but you should be able to use pretty standard DHTML stuff to insert dropdown menus using your theme or a module. Drupal by default includes JQuery now, so you have a pretty powerful Javascript library to use as well. Quickly searching Google, I found &lt;a href=&quot;http://drupal.org/node/43047&quot;&gt;Nice Menus&lt;/a&gt; which might do what you want. Look around.&lt;br&gt;
&lt;br&gt;
3. I recall there being a few modules that let you do custom pages, or you can go whole hog and create new page.tpl.php files. For example, if the internal URL of the page you want to treat specially that&apos;s accessible at yourhost/grid you can create copy page.tpl.php in your current theme to page-grid.tpl.php and do whatever you want to that. &lt;a href=&quot;http://drupal.org/node/104316&quot;&gt;Using different page templates depending on the current path&lt;/a&gt; talks about that.&lt;br&gt;
&lt;br&gt;
The tricky I&apos;ve found about Drupal is that there are a lot of different ways to do almost every task, so deciding on the best way is really the challenge.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.102815-1490187</guid>
		<pubDate>Sat, 27 Sep 2008 15:19:42 -0800</pubDate>
		<dc:creator>skynxnex</dc:creator>
	</item><item>
		<title>By: meta_eli</title>
		<link>http://ask.metafilter.com/102815/How-do-I-access-the-drupal-admin-panel#1490328</link>	
		<description>If you&apos;re a PHP whiz, you may find that the best way to figure out how some Drupal functionality works is to dig in to the source code. It&apos;s reasonably well organized and laid out. At least, that&apos;s what I&apos;ve found.&lt;br&gt;
&lt;br&gt;
There&apos;s also a very helpful IRC channel and, of course, drupal.org.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.102815-1490328</guid>
		<pubDate>Sat, 27 Sep 2008 19:20:05 -0800</pubDate>
		<dc:creator>meta_eli</dc:creator>
	</item><item>
		<title>By: curagea</title>
		<link>http://ask.metafilter.com/102815/How-do-I-access-the-drupal-admin-panel#1490363</link>	
		<description>Usually, for #1, I add &quot;/?q=user&quot; (no quotes) at the end of the main page URL. At least, that&apos;s what I do on my current machine. Try it out.&lt;br&gt;
&lt;br&gt;
2. Not sure about this one.&lt;br&gt;
&lt;br&gt;
3. I&apos;m guessing &lt;a href=&quot;www.drupal.org/project/views&quot;&gt;Views&lt;/a&gt; would be your best bet. It&apos;s pretty much a must-have for &lt;em&gt;any&lt;/em&gt; Drupal installation.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.102815-1490363</guid>
		<pubDate>Sat, 27 Sep 2008 20:00:57 -0800</pubDate>
		<dc:creator>curagea</dc:creator>
	</item><item>
		<title>By: curagea</title>
		<link>http://ask.metafilter.com/102815/How-do-I-access-the-drupal-admin-panel#1490366</link>	
		<description>Slight correction: my solution to #1 should work with any Drupal installation.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.102815-1490366</guid>
		<pubDate>Sat, 27 Sep 2008 20:02:01 -0800</pubDate>
		<dc:creator>curagea</dc:creator>
	</item><item>
		<title>By: BoldStepDesign</title>
		<link>http://ask.metafilter.com/102815/How-do-I-access-the-drupal-admin-panel#1490370</link>	
		<description>Thanks guys to log in I took your advise. /?q=user To admin /admin didn&apos;t work, its /?q=admin&lt;br&gt;
weird I know. &lt;br&gt;
&lt;br&gt;
The question for #2 is, if I make a page or story a secondary link, will can I make that as a drop down under the parent?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.102815-1490370</guid>
		<pubDate>Sat, 27 Sep 2008 20:06:57 -0800</pubDate>
		<dc:creator>BoldStepDesign</dc:creator>
	</item><item>
		<title>By: kittydelsol</title>
		<link>http://ask.metafilter.com/102815/How-do-I-access-the-drupal-admin-panel#1490929</link>	
		<description>Regarding your question #2 -- the site I&apos;m currently building in Drupal uses Nice Menus for dropdown menus, as skynxnex has identified.  Nice Menus is one of the modules that actually has some &lt;a href=&quot;http://drupal.org/node/185543&quot;&gt;good documentation&lt;/a&gt; to get it up and running.  Basically, though, you need to be using Drupal&apos;s menu system to structure your site.  Then, when you create a new page (or story), you can open the &quot;Menu settings&quot; area to select the appropriate &quot;Parent item.&quot;  And, voila!, a link will show up under that parent in the dropdown.  (You can also go straight to the &quot;Menus item&quot; in the &quot;Site building&quot; section of the Admin section to specify the various parent-child relationships between the pages on your site.)&lt;br&gt;
&lt;br&gt;
As for #3, there are several ways to have different layouts for different pages.  Depending on how involved you want to get, you could use a module like &lt;a href=&quot;http://drupal.org/project/panels&quot;&gt;Panels&lt;/a&gt; or you could modify (and create) .tpl.php files, as skynxnex mentions (see &lt;a href=&quot;http://drupal.org/phptemplate&quot;&gt;PHPTemplate&lt;/a&gt;).  I&apos;ve been able to do what you want (I think) in conjunction with the &lt;a href=&quot;http://drupal.org/project/zen&quot;&gt;Zen Theme&lt;/a&gt; (more &lt;a href=&quot;http://drupal.org/node/193318&quot;&gt;good documention&lt;/a&gt;).  It&apos;s a three-column layout, with an optional sidebar on either side.  Basically, when you crate a new page, your main body text will span the entire width of the page unless you place a block in either the left or the right sidebar.  So, for instance, most of the pages on my site are 3-col layouts, with a block containing local navigation in the left sidebar and blocks of related content in the right sidebar and the main body content in the center.  For pages that have extra-wide content, such as tables or maps, I simply don&apos;t place any blocks in the right sidebar and the content automatically expands across those two columns.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.102815-1490929</guid>
		<pubDate>Sun, 28 Sep 2008 14:11:11 -0800</pubDate>
		<dc:creator>kittydelsol</dc:creator>
	</item>
	</channel>
</rss>
