<?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>Ask MetaFilter questions tagged with drupal</title>
      <link>http://ask.metafilter.com/tags/drupal</link>
      <description>Questions tagged with 'drupal' at Ask MetaFilter.</description>
	  <pubDate>Mon, 21 Dec 2009 09:55:27 -0800</pubDate> <lastBuildDate>Mon, 21 Dec 2009 09:55:27 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<item>
	<title>Convert Drupal URL&apos;s to SEO friendly</title>
	<link>http://ask.metafilter.com/141235/Convert%2DDrupal%2DURLs%2Dto%2DSEO%2Dfriendly</link>	
	<description>I&apos;m looking for an explanation of how to convert a Drupal URL to a more SEO-friendly URL. I&apos;m likely to be asked to do updates and changes on a Drupal-based website. I&apos;m just starting my learning curve with respect to Drupal.&lt;br&gt;
&lt;br&gt;
I can see the website has a mix of SEO-friendly URL&apos;s (domain/general-category/specific-pagename.htm) and URL&apos;s with &apos;node in them (domain/node/56).&lt;br&gt;
&lt;br&gt;
I&apos;ve recommended that the pages with non-SEO friendly URL&apos;s be updated to friendly ones. So far I&apos;ve found that to create a SEO friendly URL I need to alias the node, but what that process actually is I don&apos;t know.&lt;br&gt;
&lt;br&gt;
I&apos;m going to be queried on this process. I need the general overview so I can give some semblance of knowing what I&apos;m doing while I get up to speed on this.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.141235</guid>
	<pubDate>Mon, 21 Dec 2009 09:55:27 -0800</pubDate>
	<category>cms</category>
	<category>drupal</category>
	<category>seofriendlyurl</category>
	<dc:creator>diode</dc:creator>
	</item>
	<item>
	<title>Importing to Wordpress Using Custom Fields</title>
	<link>http://ask.metafilter.com/138283/Importing%2Dto%2DWordpress%2DUsing%2DCustom%2DFields</link>	
	<description>When importing data into Wordpress, is it possible to put parts of that data into custom fields? I&apos;ve got a (Drupal) website with about 1000 pages of content that I&apos;d like to port over to Wordpress.  The pages are essentially products, so I think they&apos;d function well as posts.  &lt;br&gt;
&lt;br&gt;
The one snag I&apos;m running into is that the Drupal pages have the product&apos;s content split into a few different sections of content, for example &quot;description&quot;, &quot;accessories&quot;, &quot;specifications&quot;.&lt;br&gt;
   &lt;br&gt;
Questions:&lt;br&gt;
&lt;br&gt;
1) I&apos;m thinking the easiest thing to do would be to have these additional sections be custom fields in Wordpress.  When I import the data how can I import these extra sections as custom fields?&lt;br&gt;
&lt;br&gt;
2) What&apos;s the best format to export the data (or perhaps the better question is, what&apos;s the best format to import the data into Wordpress).  I have access to the data in sql format, and could write a script in PHP to grab the data directly from the database if need be.   Should I manually insert the data into the empty Wordpress database?  Or use one of the import methods described in the Wordpress codex?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.138283</guid>
	<pubDate>Mon, 16 Nov 2009 14:15:36 -0800</pubDate>
	<category>Drupal</category>
	<category>export</category>
	<category>import</category>
	<category>resolved</category>
	<category>Wordpress</category>
	<dc:creator>backwards guitar</dc:creator>
	</item>
	<item>
	<title>What&apos;s a Reasonable Hourly Rate for Drupal Work?</title>
	<link>http://ask.metafilter.com/137439/Whats%2Da%2DReasonable%2DHourly%2DRate%2Dfor%2DDrupal%2DWork</link>	
	<description>What&apos;s a Reasonable Hourly Rate for Drupal Work? I am interested to know what is the going rate for drupal programming now that we are semi-out of the recession.&lt;br&gt;
&lt;br&gt;
A few more details:&lt;br&gt;
&lt;br&gt;
Assume US citizen programmer is US-based independent contractor working on 1099 basis with modern 4 core setup, legal copies of windows, CS4, etc.  Assume programmer works from home, does all own work, has been working with drupal for 2 years, overall programming for 10 years with a 4-year degree in the field. Programmer is responsible for setting up drupal internals, and also for doing some graphics work like making logo, and also css, etc.  Programmer sometimes modifies modules, often makes custom themes, views in views module and php code, and formats with css, sometimes also some unix system administration is required and accomplished.&lt;br&gt;
&lt;br&gt;
Thanks.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.137439</guid>
	<pubDate>Fri, 06 Nov 2009 12:32:05 -0800</pubDate>
	<category>drupal</category>
	<dc:creator>peter_meta_kbd</dc:creator>
	</item>
	<item>
	<title>How do I get rid of extra options when adding Drupal content?</title>
	<link>http://ask.metafilter.com/135537/How%2Ddo%2DI%2Dget%2Drid%2Dof%2Dextra%2Doptions%2Dwhen%2Dadding%2DDrupal%2Dcontent</link>	
	<description>Drupal question: Is it possible to get rid of all those unnecessary options (Input Format, Menu Settings, Book Outline, Revision Information, URL Path Settings, etc.) that confront users when they&apos;re trying to create new content? I&apos;ve created a custom content type on my Drupal site and it works fine. But I&apos;m concerned that users who click on &quot;Create Content&quot; will be confused by all these options, which they don&apos;t have permission to edit anyway. Other than CSS-ing them out, is there any way to get rid of them for a certain level of user? &lt;br&gt;
&lt;br&gt;
And please let me know if this question is confusing. Drupal seems to lend itself to mind-bending confusion.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.135537</guid>
	<pubDate>Thu, 15 Oct 2009 07:11:28 -0800</pubDate>
	<category>cck</category>
	<category>contenttype</category>
	<category>drupal</category>
	<dc:creator>miriam</dc:creator>
	</item>
	<item>
	<title>Best CMS to handle file uploading by users?</title>
	<link>http://ask.metafilter.com/134123/Best%2DCMS%2Dto%2Dhandle%2Dfile%2Duploading%2Dby%2Dusers</link>	
	<description>What CMS should I use for a community podcast site where users can upload, tag, rate and review each others&apos; podcasts? I run &lt;a href=&quot;http://www.slangdesign.com/rppr&quot;&gt;Role Playing Public Radio &lt;/a&gt;and we regularly record game sessions and then post them as podcasts. They&apos;re very popular and some of our fans have started recording their own games. I&apos;d like to set up a community site where people can upload their own MP3s, have them verified by a moderator then made available to the members. The files can then be tagged, categorized, reviewed and rated by other members. In terms of structure, I imagine something like a video game mod community site. &lt;br&gt;
&lt;br&gt;
I&apos;m most familiar with wordpresss but that obviously won&apos;t work. What kind of CMS would work best and how would I go about setting it up?&lt;br&gt;
&lt;br&gt;
Drupal looks like a possible candidate but I&apos;m not familiar with it.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.134123</guid>
	<pubDate>Tue, 29 Sep 2009 10:34:03 -0800</pubDate>
	<category>cms</category>
	<category>contentmanagementsystem</category>
	<category>drupal</category>
	<dc:creator>clockworkjoe</dc:creator>
	</item>
	<item>
	<title>Drupal vs Joomla vs Wordpress vs ...?</title>
	<link>http://ask.metafilter.com/131535/Drupal%2Dvs%2DJoomla%2Dvs%2DWordpress%2Dvs</link>	
	<description>Drupal vs Joomla vs Wordpress vs ...? I&apos;m a web developer with a fair bit of experience with both front- and back-end. I&apos;ve done plain-HTML websites and I&apos;ve done completely custom CGI websites, but I&apos;m realising I should probably start working with frameworks.&lt;br&gt;
&lt;br&gt;
So ... which one, for which kind of task? Does anyone have a rule of thumb, like &quot;the site is of size &lt;em&gt;X&lt;/em&gt; and content type &lt;em&gt;Y&lt;/em&gt; and you want to spend no more than &lt;em&gt;Z&lt;/em&gt; amount of time looking after it for the client, so you should choose &lt;em&gt;this &lt;/em&gt;framework&quot;?&lt;br&gt;
&lt;br&gt;
My question is  a little open-ended, and I realise it may turn into framework-chatfilter or even &quot;your favourite framework sucks&quot;, but that&apos;s OK, I wouldn&apos;t mind taking part in the same kind of conversation I&apos;d have if I was having a beer with a bunch of web developers.&lt;br&gt;
&lt;br&gt;
I&apos;m inspired to ask partly because I&apos;ve got a project coming up and I have to decide on a system, and partly because I see people discussing the frameworks on Ask all the time and I see offhand remarks like &quot;Oh, but Wordpress is a security nightmare!&quot; and &quot;Drupal, Ugh! Half the contributed modules don&apos;t even work properly!&quot; and so on, and well, every system has its fans and its haters, I&apos;d like to hear, politely, from all sides.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.131535</guid>
	<pubDate>Sun, 30 Aug 2009 20:59:33 -0800</pubDate>
	<category>cms</category>
	<category>drupal</category>
	<category>framework</category>
	<category>joomla</category>
	<category>php</category>
	<category>wordpress</category>
	<dc:creator>AmbroseChapel</dc:creator>
	</item>
	<item>
	<title>Drupal structure? Help me structure my structure!</title>
	<link>http://ask.metafilter.com/131509/Drupal%2Dstructure%2DHelp%2Dme%2Dstructure%2Dmy%2Dstructure</link>	
	<description>I&apos;m trying to create a magazine via Drupal, and I&apos;m having some problems using node references. Should I be using books or taxonomies? Or can you just help me iron this problem out with what I&apos;m doing now? I&apos;m having trouble trying to determine the best possible structure for a Drupal 6 installation. &lt;br&gt;
&lt;br&gt;
Some information about the site I&apos;m making:&lt;br&gt;
&lt;br&gt;
it&apos;s an online magazine organized into less than 10 articles grouped underneath a single issue. I don&apos;t have a use for categories for each article or each issue -- all I need is the structure.&lt;br&gt;
&lt;br&gt;
Each article has around ten images associated with it. In addition, I need to designate a &apos;representative image&apos; for each article that will show up as a thumbnail in the issue page. Also, each article will have small links to the other articles within the same issue.&lt;br&gt;
&lt;br&gt;
So far I&apos;ve been creating three node types: 1) an Issue type, 2) an Article type, 3) an Image type, using Imagefield. Each Image references the Article that it&apos;s part of, and each Article references the Issue that it&apos;s part of. Also, the &apos;representative image&apos; for each Article is a node reference to an Image. I&apos;m using custom php code to tie it all together, and it&apos;s working, albeit I&apos;m working pretty slowly. Here&apos;s a diagram:&lt;br&gt;
&lt;br&gt;
&lt;pre&gt;&lt;br&gt;
Issue --- Article&lt;br&gt;
      --- Article&lt;br&gt;
      --- Article --- Image&lt;br&gt;
		  --- Image&lt;br&gt;
		  --- Image&lt;br&gt;
&lt;/pre&gt;&lt;br&gt;
&lt;br&gt;
But now I&apos;m starting to think that I&apos;m overthinking this, and that I should use the book module. The problem with that is that the book module seems to have limited flexibility in terms of making custom themes/layout. I can&apos;t even find a good google result how to customize the Book tree that appears within the Book navigation menu.&lt;br&gt;
&lt;br&gt;
So what should I be doing in terms of structure? Should I be using Taxonomy, or Book? Or should I just continue to customize things by using node references and hacking php code to tie everything together? Has anyone had similar experiences with Drupal and found the best possible way for this sort of website? Thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.131509</guid>
	<pubDate>Sun, 30 Aug 2009 16:12:11 -0800</pubDate>
	<category>cms</category>
	<category>drupal</category>
	<category>magazine</category>
	<category>structure</category>
	<dc:creator>suedehead</dc:creator>
	</item>
	<item>
	<title>How long will it take me to impliment CMS for a client?</title>
	<link>http://ask.metafilter.com/128296/How%2Dlong%2Dwill%2Dit%2Dtake%2Dme%2Dto%2Dimpliment%2DCMS%2Dfor%2Da%2Dclient</link>	
	<description>How long to deploy CMS? I have STRONG web design and development skills and I have been asked to give a quote for implementing CMS for a client as part of their rebranding efforts. The catch is that someone else is spearheading the rebranding, which will include the new look for the site -- with input for me. &lt;br&gt;
&lt;br&gt;
So hive mind how what is a reasonable estimate for how many  hours it will take to develop, deploy and test a CMS (like Drupal) for my client?  &lt;br&gt;
&lt;br&gt;
For those folks who have done this already, I would appreciate any hindsight advice you might share with me.&lt;br&gt;
&lt;br&gt;
Thanks in advance for your opinions, time and advice!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.128296</guid>
	<pubDate>Fri, 24 Jul 2009 12:10:36 -0800</pubDate>
	<category>CMS</category>
	<category>drupal</category>
	<category>freelance</category>
	<category>resolved</category>
	<category>timeestimate</category>
	<dc:creator>Fuzzy Dog</dc:creator>
	</item>
	<item>
	<title>Drupal best practice?</title>
	<link>http://ask.metafilter.com/126284/Drupal%2Dbest%2Dpractice</link>	
	<description>I&apos;m starting to work with Drupal. My plan is to build several newsy blog-style sites. I think I have a good handle on learning the framework, but I&apos;m wondering if any Drupal vets have suggestions for avoiding pitfalls or maximizing the good stuff. As background - I have a strong PHP skillset, and I plan on building some custom modules. I&apos;ll likely go with just tweaking existing themes rather than starting from scratch. And I&apos;m hoping to run several sites from one install.&lt;br&gt;
&lt;br&gt;
For bonus points, I plan on hosting all this on a managed 1and1.com server. Anyone have insight into Drupal hosting on 1and1?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.126284</guid>
	<pubDate>Wed, 01 Jul 2009 08:36:56 -0800</pubDate>
	<category>drupal</category>
	<category>resolved</category>
	<dc:creator>y6y6y6</dc:creator>
	</item>
	<item>
	<title>How does adding links/menu items work in Drupal?</title>
	<link>http://ask.metafilter.com/124953/How%2Ddoes%2Dadding%2Dlinksmenu%2Ditems%2Dwork%2Din%2DDrupal</link>	
	<description>How does adding links/menu items work in Drupal? I&apos;m writing a module which is an extension of Content Profile. There are two version of your profile - Default and Extra. You can set a field to either be &apos;default&apos;, &apos;extra&apos;, or both.  If you access your profile through /user/1/edit/profile, a form_alter hook removes all of the fields that are only marked Extra before the content is displayed on the page. Similarly, when you go to /user/1/edit/profile_extra the fields marked as Extra are displayed.&lt;br&gt;
&lt;br&gt;
By assigning the normal edit-profile link value to $items[&apos;user/%user/edit/profile_extra&apos;] and switching on $form_id and $form[&apos;#action&apos;] I can get the profile_extra page to show up when I visit its URL. But how do I get it to show up in all of the places that content_profile gets the Profile link? And how do I add all of those submenus that are on /user/%user/edit/profile?&lt;br&gt;
&lt;br&gt;
&lt;small&gt;anonymous thanks to bosses. mail can go to askme4635646456@gmail.com&lt;/small&gt;</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.124953</guid>
	<pubDate>Tue, 16 Jun 2009 09:57:10 -0800</pubDate>
	<category>drupal</category>
	<dc:creator>Anonymous</dc:creator>
	</item>
	<item>
	<title>Drupal versions &amp;amp; themes</title>
	<link>http://ask.metafilter.com/124037/Drupal%2Dversions%2Dand%2Dthemes</link>	
	<description>Backpedalling from Drupal 6 to Drupal 5, should I do it just to save a theme...how often does a Drupal update screw up custom themes? Another Drupal question from me. Our site was on Drupal 5 when I inherited it. Got a new host and off I went, putting on Drupal 6. Now there&apos;s no theme and the designer is saying it&apos;ll take hours to recreate everything to work on 6. Are Drupal themes generally fux0red by updates or can they be generated to easily upgrade with the latest version? Also, should I downgrade our Drupal install to 5 or are there significant security/bug fixes that came with 6? I&apos;m a Drupal newbie so I really don&apos;t know.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.124037</guid>
	<pubDate>Sat, 06 Jun 2009 10:17:44 -0800</pubDate>
	<category>computers</category>
	<category>design</category>
	<category>drupal</category>
	<category>IT</category>
	<category>web</category>
	<category>website</category>
	<dc:creator>Salmonberry</dc:creator>
	</item>
	<item>
	<title>Image-heavy CMS: is Drupal the right choice?</title>
	<link>http://ask.metafilter.com/121178/Imageheavy%2DCMS%2Dis%2DDrupal%2Dthe%2Dright%2Dchoice</link>	
	<description>Drupalfilter: Image-heavy CMS with specific functionality - your thoughts on the best option? I am developing a site using Drupal with a custom template. Drupal is well-suited, I think, to the CMS. The functionality is to be:&lt;br&gt;
&lt;br&gt;
- store and display many images with many tags. images must be zoomable, which I believe can be accomplished with jQuery&lt;br&gt;
- manage a few disparate user types who will need to see different forms of the site&lt;br&gt;
- handle form entries which will be collected and stored in a database&lt;br&gt;
- payment processing&lt;br&gt;
- bookmarking system&lt;br&gt;
&lt;br&gt;
If you have a better suggestion than Drupal for these requirements, shoot. &lt;br&gt;
&lt;br&gt;
I&apos;m using Webfaction to host, and I like it thus far, though I do worry a bit about bandwidth if we grow, particularly since we are image-heavy. I&apos;m using MAMP for local development. I can elaborate on details to some degree as needed, so ask away.&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;Big question&lt;/strong&gt;: I also need to - and this is the challenging part, in my view - swap out different color samples for the images. We won&apos;t have images of all the pieces in each color, so we&apos;re trying to engineer a system to show samples. So if I have a bag in a blue fabric, I need to overlay an orange, green, red, or etc. or different patterns - polka dots, stripes, paisley, etc. These will be for different things than just bags, but the functionality desired is similar to &lt;a href=&quot;http://www.oneybags.com&quot;&gt;this&lt;/a&gt;. This loads slowly, however, IMO. Wrinkles in fabrics makes this kind of hard. &lt;br&gt;
&lt;br&gt;
I&apos;m wondering if we could contract out for someone to create this part, and then do the rest myself. I looked at the oneybags code and it seems complicated. I think they are using image overlays - can someone maybe elaborate on what&apos;s going on there? If we contract it out, what would you say is reasonable to pay for this functionality? Or, should we have someone do the whole site?&lt;br&gt;
&lt;br&gt;
Your thoughts are very much appreciated.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.121178</guid>
	<pubDate>Sun, 03 May 2009 19:13:03 -0800</pubDate>
	<category>CMS</category>
	<category>drupal</category>
	<category>resolved</category>
	<dc:creator>xiaolongbao</dc:creator>
	</item>
	<item>
	<title>Drupal migration</title>
	<link>http://ask.metafilter.com/120325/Drupal%2Dmigration</link>	
	<description>We have a drupal site. Had to move to a new host. Drupal is all gibbled now. I don&apos;t know drupal, I have inherited the site maintenance. Any chance someone knows wtf I did wrong? Our old host (Bryght) is shutting down so I got a new host. Bryght gave me a backup and I moved everything over. &lt;br&gt;
&lt;br&gt;
Our Bryght site is still up so I wanted to test on our new site which is currently http://www##.ourhost.com/~ourname. The content is there but the CSS is not. It keeps claiming index.php doesn&apos;t exist if I try http://www##.ourhost.com/~ourname/drupal, but if I pop in http://www##.ourhost.com/~ourname/index.php it shows up (albeit without CSS or drupal template).&lt;br&gt;
&lt;br&gt;
 The links keep wanting to go to http://www##.ourhost.com/linkedpage instead of http://www##.ourhost.com/~ourname/linkedpage. &lt;br&gt;
&lt;br&gt;
Basically it&apos;s finding the tables and the content, but nothing that makes our site look like our site and I can&apos;t move from page to page.&lt;br&gt;
&lt;br&gt;
What did I do wrong? How can I set this up so it works? I&apos;m out of my league here, I think.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.120325</guid>
	<pubDate>Thu, 23 Apr 2009 11:44:01 -0800</pubDate>
	<category>css</category>
	<category>Drupal</category>
	<category>migrating</category>
	<category>migration</category>
	<category>website</category>
	<dc:creator>Salmonberry</dc:creator>
	</item>
	<item>
	<title>Sending emails through a nonprofit&apos;s website</title>
	<link>http://ask.metafilter.com/119277/Sending%2Demails%2Dthrough%2Da%2Dnonprofits%2Dwebsite</link>	
	<description>How to set up a way for my non-profit&apos;s supporters to send letters to the editor and to elected officials online? I&apos;m looking for a way to set up an online letter-writing campaign.  Ideally, a supporter would be able to visit our website, select from a list of recipients, customize the body of the email, and hit send.&lt;br&gt;
&lt;br&gt;
My non-profit group&apos;s website runs on Wordpress and Drupal, but I haven&apos;t been able to find a plug-in or module-based solution through either of those platforms.  Is there a stand-alone solution or an easy way to implement this?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.119277</guid>
	<pubDate>Sun, 12 Apr 2009 09:47:54 -0800</pubDate>
	<category>advocacy</category>
	<category>campaign</category>
	<category>cms</category>
	<category>community</category>
	<category>drupal</category>
	<category>letterstotheeditor</category>
	<category>letterwriting</category>
	<category>nonprofit</category>
	<category>online</category>
	<category>website</category>
	<category>wordpress</category>
	<dc:creator>acridrabbit</dc:creator>
	</item>
	<item>
	<title>Could the new google analytics be causing my SSL to be insecure?</title>
	<link>http://ask.metafilter.com/116848/Could%2Dthe%2Dnew%2Dgoogle%2Danalytics%2Dbe%2Dcausing%2Dmy%2DSSL%2Dto%2Dbe%2Dinsecure</link>	
	<description>Anyone familiar with making SSL work with Google Analytics and Drupal? I&apos;m currently working on a website for work. I have my SSL cert installed, but when I try to connect securely, it keeps complaining that a part of the site is insecure. I finally think I&apos;ve narrowed it down to the Google Analytics code we&apos;re using (it&apos;s the new, supposedly self switching code, not the old manual code). Is it possible that it&apos;s causing trouble because I have it in the &quot;footer&quot; section of my Drupal UI? If so, how else do I install it? Or am I WAY off base, and it&apos;s actually an issue some where else?&lt;br&gt;
&lt;br&gt;
The site, for reference, is &lt;a href=&quot;https://www.mailritevt.com&quot;&gt;www.mailritevt.com&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
Thank you in advance!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.116848</guid>
	<pubDate>Mon, 16 Mar 2009 04:01:06 -0800</pubDate>
	<category>analytics</category>
	<category>drupal</category>
	<category>google</category>
	<category>googleanalytics</category>
	<category>SSL</category>
	<category>SSLcert</category>
	<dc:creator>TrueVox</dc:creator>
	</item>
	<item>
	<title>Drupal 6 CCK hook mysteries</title>
	<link>http://ask.metafilter.com/116458/Drupal%2D6%2DCCK%2Dhook%2Dmysteries</link>	
	<description>In Drupal&apos;s CCK, how do I add additional global settings to fields? Disclaimer: I&apos;m a Rails developer who is plenty familiar with PHP, but Drupal&apos;s learning curve is a little steeper than one morning. Pointing me to the right hooks or a module that does the same type of thing as I&apos;m doing should be just as good as spelling out what to do.&lt;br&gt;
&lt;br&gt;
I&apos;m working with Content Profile and need to add a(n integer) setting for every field that&apos;s created under the Profile content type. Let&apos;s call it Priority. It&apos;d be like the &quot;Maximum length&quot; setting in terms of numerality and globalness, but I need to add it via a module. hook_field_settings looks promising, but I can&apos;t figure out how to get in there on top of an existing field type - there are plenty of articles out there that show me how to do this if I was making a whole new field type, but I&apos;d rather attach this to all of the existing ones.&lt;br&gt;
&lt;br&gt;
Bonus points for getting this value to appear as a column on the top level &apos;Manage fields&apos; page. Even more bonus points for the go-to (e)book for Drupal development.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.116458</guid>
	<pubDate>Wed, 11 Mar 2009 11:10:21 -0800</pubDate>
	<category>cck</category>
	<category>content_profile</category>
	<category>development</category>
	<category>drupal</category>
	<category>modules</category>
	<category>resolved</category>
	<category>webdev</category>
	<dc:creator>soma lkzx</dc:creator>
	</item>
	<item>
	<title>I can haz developer???</title>
	<link>http://ask.metafilter.com/113944/I%2Dcan%2Dhaz%2Ddeveloper</link>	
	<description>Does this person exist, relatively cheaply:  drupal, PHP, Flash, CSS developer?  All rolled into one. I am tired of paying time and materials to outsource new dev/maintenance of our ecomm website.  We are a start up and the costs of continued development now look to be about the same as the cost of hiring an in house resource, depending on whether my estimate of salary for this kind of person is accurate or that a single individual that can do all of this exits.&lt;br&gt;
&lt;br&gt;
So here is what I would need this single person to be able to do:&lt;br&gt;
&lt;br&gt;
1)  implement new drupal templates for design of new pages on site&lt;br&gt;
2)  write new functionality that uses drupal/php to access database and manage data, users, products, etc&lt;br&gt;
3)  our site is an integration of Flash and CSS using a drupal engine - I want someone who can develop/optimize/fix the functionality that uses communication between the Flash customer facing stuff and the back end for transaction management, customer activity, non-transactional features, etc&lt;br&gt;
4)  handle day to day changes to pages on site based on promotions or testing of &apos;stickiness&apos; to see how customers respond..so, like swapping out banners, areas of content, moving content around, etc&lt;br&gt;
5) develop better interfaces for product and content management into drupal and the MySQL database - we use a stupid excel file now and drupal falls apart easily...I&apos;d like to be able to develop some kind of web-based interface that uses php or something to directly into the product database and do our inventory and product management.&lt;br&gt;
&lt;br&gt;
Is this completely unrealistic?  For example, is this a team of three people rather than one person?  If it is one person is this someone who should be earning 150K/annum due to the skill set or is it a lower level salary?  Can anyone help me understand what&apos;s possible here better?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.113944</guid>
	<pubDate>Wed, 11 Feb 2009 09:33:30 -0800</pubDate>
	<category>drupal</category>
	<category>ecommerce</category>
	<category>flash</category>
	<category>flashdeveloper</category>
	<category>hiring</category>
	<category>php</category>
	<category>webdev</category>
	<category>webdevelopers</category>
	<dc:creator>spicynuts</dc:creator>
	</item>
	<item>
	<title>How can I build a homebrew online music store?</title>
	<link>http://ask.metafilter.com/112851/How%2Dcan%2DI%2Dbuild%2Da%2Dhomebrew%2Donline%2Dmusic%2Dstore</link>	
	<description>What are some open source/inexpensive e-commerce solutions for developing a homebrew online music store? I&apos;ve been charged with designing the site of an independent record label and the only concern I have is their desire for an online record store. They want to sell both physical media and dowloads. &lt;br&gt;
&lt;br&gt;
Ideally I&apos;d like to use Drupal for this site as that is my platform of choice. However, I don&apos;t have much experience with the e-commerce or ubercart modules and I don&apos;t anticipate connecting cart functionality with a music player/browser would be much fun.&lt;br&gt;
&lt;br&gt;
Beyond Drupal, I&apos;m curious as to if there are any open source or affordable music oriented e-commerce/cms solutions out there. Since the store will be one of the central features of the site - it may be worth choosing the e-commerce solution first and reconciling the rest of the site design with the limitations of that platform.&lt;br&gt;
&lt;br&gt;
Any suggestions as to platforms to investigate would be greatly appreciated.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.112851</guid>
	<pubDate>Wed, 28 Jan 2009 20:30:19 -0800</pubDate>
	<category>cms</category>
	<category>drupal</category>
	<category>ecommerce</category>
	<category>music</category>
	<category>web</category>
	<dc:creator>serial_consign</dc:creator>
	</item>
	<item>
	<title>Can I use htaccess to deny certain non-existent directories to avoid going through my Drupal site?</title>
	<link>http://ask.metafilter.com/110599/Can%2DI%2Duse%2Dhtaccess%2Dto%2Ddeny%2Dcertain%2Dnonexistent%2Ddirectories%2Dto%2Davoid%2Dgoing%2Dthrough%2Dmy%2DDrupal%2Dsite</link>	
	<description>Can I use htaccess to deny certain non-existent directories in order to avoid going through my Drupal site (which requires connecting to my database)? My Drupal site was hacked, though my content was not touched (which is why it went unnoticed for a while).  I eventually noticed and cleaned up several extra directories that had had thousands of subdirectories with spammer linking content.  The whole site is fresh and fixed but now I am getting a huge amount of 404 errors from all over the world, with people trying to access these old spam directories.  In Drupal, each time this happens, the 404 page is generated and the 404 error is logged, which means accessing the database, which means my database is straining just to issue all of these 404 denials.&lt;br&gt;
&lt;br&gt;
I just want a simple apache 404 page instead (but only for these spammer urls!).&lt;br&gt;
&lt;br&gt;
The former pages and subdirectories were all contained within three base directories (I&apos;ll call them spam1, spam2, spam3), and so I would like to use htaccess to simply deny any request for (e.g.):&lt;br&gt;
&lt;br&gt;
mysite.com/spam1/&lt;br&gt;
mysite.com/spam1/item34/spam.php&lt;br&gt;
mysite.com/spam2/item23/item5/anotherspam.php&lt;br&gt;
...&lt;br&gt;
&lt;br&gt;
And any other permutation.&lt;br&gt;
&lt;br&gt;
I don&apos;t know how to do this when the directories don&apos;t actually exist.  That is, I can recreate an empty folder called &quot;spam1&quot; and deny mysite.com/spam1/ requests with Apache, but this wouldn&apos;t deny any of the thousands of subdirectories -- as I said, Drupal steps in and takes over the 404 duties when the directory does not exist.&lt;br&gt;
&lt;br&gt;
Is there some way to do the kind of denial I want, to pre-empt Drupal and the database connections?  I do not control the server so htaccess may be my most powerful option.&lt;br&gt;
&lt;br&gt;
(Otherwise, maybe I have to reconfigure Drupal in some way?)</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.110599</guid>
	<pubDate>Fri, 02 Jan 2009 12:12:00 -0800</pubDate>
	<category>drupal</category>
	<category>hacked</category>
	<category>htaccess</category>
	<category>resolved</category>
	<category>spammers</category>
	<dc:creator>kosmonaut</dc:creator>
	</item>
	<item>
	<title>Why Oh Why, YUI?</title>
	<link>http://ask.metafilter.com/109105/Why%2DOh%2DWhy%2DYUI</link>	
	<description>DrupalFilter: I need help configuring YUI Rich Text Editor so that it appears in specific non-body fields in a specific content type [CCK-created bio page] while also appearing site-wide in all body fields. I love YUI text editor.  With default settings enabled (both &quot;paths&quot; and &quot;IDs&quot; left blank), it appears in all the usual body fields (across quite a few specific content types), such as in stories, events, etc. &lt;br&gt;
&lt;br&gt;
However, we have one particular content type on our site -- an expanded user bio linked to the user account with a bunch of CCK fields -- where I need YUI text editor to appear in just one of these fields (where the user writes a biographical text) in addition to appearing in all the usual body fields in other content types.  &lt;br&gt;
&lt;br&gt;
Presumably I need to put the field ID into the &quot;IDs&quot; field in YUI Editor Settings.  But I don&apos;t understand the syntax of the field ID.  Looking at the source of the CCK output, I see something called:&lt;br&gt;
&lt;br&gt;
id=&quot;edit-field-bio-0-value&quot;&lt;br&gt;
&lt;br&gt;
Presumably this is the &quot;ID&quot; of the field that YUI needs to know, right? What syntax do I use to specify this field in the YUI IDs settings field?&lt;br&gt;
&lt;br&gt;
By the way, in my &quot;Paths&quot; field, I have the following:&lt;br&gt;
node/add/*&lt;br&gt;
node/*/edit &lt;br&gt;
&lt;br&gt;
(and this seems to work to make YUI available in body fields sitewide)&lt;br&gt;
&lt;br&gt;
Thanks very much in advance. This is non-profit stuff and I&apos;m not a developer, so maybe it&apos;s more obvious that it seems, but I cannot find documentation of the YUI Rich Text Editor Settings interface, or its integration with Drupal, anywhere.  YUI RTE works beautifully elsewhere throughout the site -- by far the best solution I&apos;ve tried.  But this is frustrating me.  I&apos;ll monitor the thread and answer any questions.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.109105</guid>
	<pubDate>Fri, 12 Dec 2008 17:22:26 -0800</pubDate>
	<category>CCK</category>
	<category>Drupal</category>
	<category>settings</category>
	<category>texteditors</category>
	<category>YUI</category>
	<dc:creator>fourcheesemac</dc:creator>
	</item>
	<item>
	<title>Search Drupal by User and Category</title>
	<link>http://ask.metafilter.com/109030/Search%2DDrupal%2Dby%2DUser%2Dand%2DCategory</link>	
	<description>Is it possible to do a search on a Drupal site for only those posts/nodes that are from a specific user and which have specific tag/taxonomy term?  Something like &quot;user:33 AND category:14&quot;? I have a Drupal installation for my language arts class.  All of the kids&apos; posts are tagged (categories) by the name of the assignment.  All of the kids have their own user accounts.  I have some recurring assignments, and it&apos;d be convenient to be able to search for all instances of that assignment for a particular kid.  Something like &quot;user:Joey AND category:journal&quot;.&lt;br&gt;
&lt;br&gt;
Can&apos;t seem to find anything that&apos;ll do it, but wondered if there&apos;s a good module out there?  Current installation of Drupal is 6.7.  I&apos;m comfortable installing and configuring modules, and have a bit of experience with php (though writing my own module is beyond my skills).</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.109030</guid>
	<pubDate>Thu, 11 Dec 2008 18:14:46 -0800</pubDate>
	<category>drupal</category>
	<category>search</category>
	<dc:creator>Chanther</dc:creator>
	</item>
	<item>
	<title>So close!</title>
	<link>http://ask.metafilter.com/105712/So%2Dclose</link>	
	<description>I have a question on how to change the CSS and other formatting of a web page that I don&apos;t know the location of.  Warning, we are talking more drupal!  Screenshot inside... I am running drupal 6.1, and the modules related to this question are TinyMCE with the IMCE browser.  Everything works properly!  Woohoo, except, I would like to make a few formatting and display changes to the image browser (what I will refer to as the &quot;blue background&quot;)&lt;br&gt;
&lt;br&gt;
Once the image browswer opens, it takes the CSS from my blue theme, which I do not want.  All I want is a grey backround.  I would also like the new window to have scroll bars, and for some text to be removed --&amp;gt; see the screenshot.&lt;br&gt;
&lt;br&gt;
Basically, I don&apos;t know the location of the &quot;blue screen&quot; you see in the following screenshot - this is what prevents me from editing it.&lt;br&gt;
&lt;br&gt;
What are your thoughts or suggestions?&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://img511.imageshack.us/my.php?image=20081031203338la7.gif&quot;&gt;The screenshot is here&lt;/a&gt;</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.105712</guid>
	<pubDate>Fri, 31 Oct 2008 18:38:58 -0800</pubDate>
	<category>drupal</category>
	<dc:creator>yoyoceramic</dc:creator>
	</item>
	<item>
	<title>Botched Drupal Update... how to restore?</title>
	<link>http://ask.metafilter.com/105112/Botched%2DDrupal%2DUpdate%2Dhow%2Dto%2Drestore</link>	
	<description>I deleted my entire drupal installation after a botched upgrade attempt.  I have the /sites folder and the SQL database both backed up....  how do I restore my Drupal installation to how it was? I was following the update directions (I think I was upgrading to version 6.6 from version 6.4, but I am not sure), and something went wrong.  After deleting my entire drupal installation like the directions said, I uploaded 6.6, uploaded my /sites folder, then I ran update.php.  AFter this process appeared to be complete I tried to browse around the control panel of my site and all of the pages came up 404.... &lt;br&gt;
&lt;br&gt;
ANYWAYS, to make a long story short, now I am left with an empty directory, my /sites folder, and my SQL database backup......    can you please give me some guidance on how I can restore my drupal to how it was?&lt;br&gt;
&lt;br&gt;
Thanks so much - I am in big trouble on this one.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.105112</guid>
	<pubDate>Fri, 24 Oct 2008 15:06:46 -0800</pubDate>
	<category>drupal</category>
	<dc:creator>yoyoceramic</dc:creator>
	</item>
	<item>
	<title>How do I access the drupal admin panel. </title>
	<link>http://ask.metafilter.com/102815/How%2Ddo%2DI%2Daccess%2Dthe%2Ddrupal%2Dadmin%2Dpanel</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">tag:ask.metafilter.com,2008:site.102815</guid>
	<pubDate>Sat, 27 Sep 2008 14:56:44 -0800</pubDate>
	<category>CSS</category>
	<category>drupal</category>
	<category>HTML</category>
	<category>id10terror</category>
	<category>internet</category>
	<category>programming</category>
	<dc:creator>BoldStepDesign</dc:creator>
	</item>
	<item>
	<title>Why aren&apos;t my images showing up on my (drupal powered) RSS feed?</title>
	<link>http://ask.metafilter.com/99954/Why%2Darent%2Dmy%2Dimages%2Dshowing%2Dup%2Don%2Dmy%2Ddrupal%2Dpowered%2DRSS%2Dfeed</link>	
	<description>Why aren&apos;t images showing up in my blog RSS feed? (Drupal CMS question) I&apos;m using the Drupal &lt;a href=&quot;http://drupal.org/project/image&quot;&gt;image module&lt;/a&gt; for a blog project. No images are showing up in my RSS feed. I know this module creates a separate node for each image and &quot;attaches&quot; it to the related post.. is there a drupal (6.x compatible) image module that will allow users to upload images AND have them included in the post/node proper (and in turn, my RSS feed)?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.99954</guid>
	<pubDate>Sat, 23 Aug 2008 14:38:23 -0800</pubDate>
	<category>blog</category>
	<category>drupal</category>
	<category>image</category>
	<category>module</category>
	<category>rss</category>
	<category>web</category>
	<dc:creator>serial_consign</dc:creator>
	</item>
	
	</channel>
</rss>

