Re: Drupal help

2008-02-29 Thread Matt Graham
From: Stephen P Rufle <[EMAIL PROTECTED]>
> I am creating an online commerce site and would like to use Drupal.

> * theming - I know enough how to install new ones , but what do I do if 
>   I like most of a theme but need something specific ( does it require a 
> little or a lot of PHP experience)

drupal themes, like wordpress themes, have both PHP and CSS components.
If these things are like wordpress themes, the actual HTML that gets 
generated depends on both the PHP and the CSS.  What's more, the theme
logic can be in either one unless they've standardized the drupal themes
more than they've standardized the wordpress themes.

The good news is that modifying the PHP bits won't require a lot of PHP
experience.  Lots of the theme bits are in the HTML parts of the PHP,
so you just change the  to  in the
right spot(s).  And the other bits are in relatively simple  sections of code.

You'll have to learn some CSS.  It's not that difficult, there's just a
lot of keywords to remember.  And building a layout that doesn't look
like something the dog dragged in requires practice.

> * product catalog / shopping cart - I currently only have a single 
> product but hope to add more, is there a known leader in product catalog 
> and/or shopping carts
> * general gotchas - what should I be aware of as I start ( any advice on 
> security, how to admin Drupal so the finished site is structured 
> logically anything like that)

Good questions.  It might be worthwhile to check freshmeat.net for keywords
"shopping cart" and "drupal" and see what you can find.

-- 
Matt G / Dances With Crows
The Crow202 Blog:  http://crow202.dyndns.org:8080/wordpress/
There is no Darkness in Eternity/But only Light too dim for us to see


---
PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss


Drupal help

2008-02-29 Thread Stephen P Rufle
Anyone on the list have mad Drupal skills :)

I am creating an online commerce site and would like to use Drupal to 
put the site together. First are there good books to read, or are most 
of the books just rehashes of what is available online. Second if 
someone has mad skill, would that person be willing to tutor me for an 
exchange of dinner at some later date.

My current list of possible issues.

* theming - I know enough how to install new ones , but what do I do if 
  I like most of a theme but need something specific ( does it require a 
little or a lot of PHP experience)
* product catalog / shopping cart - I currently only have a single 
product but hope to add more, is there a known leader in product catalog 
and/or shopping carts
* general gotchas - what should I be aware of as I start ( any advice on 
security, how to admin Drupal so the finished site is structured 
logically anything like that)

---
PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss