Theme.info regions not working?

I installed the RC1 version of Drupal 6 and started theming. I want to add a custom block region, so I created the following theme.info file. The problem is, I added a new region called "preContent" but it never shows up in my block menus. Anyone know why?

Brand Toolkit for Drupal

I'm looking for an example manual which outlines brand guidelines for a web site built in Drupal. For instance, it would indicate the font, size and color for Article Titles, Topics, Sub-topics, Authors. It would get into detail on formatting guidelines for how to display quotes, glossary entries, and even outline how roll overs should appear.

Does anyone have an example of such a toolkit for a CMS-based site?

Thanks,
Maria

Private filesystem quick question

Is there a difference between this in 5.x - 6.x ?

Also does the private file system block direct access to the file as well straight in the URL? how is this implemented does it just adjust the htaccess file and filter files through drupal?

Can you create profiles without an email address?

Hi,

I am building a community site that has 3 types of profiles individuals, organizations and schools. With organizations and individuals we are having no problem getting email addresses, but with it turns out that most schools do not have email addresses and cannot sign up for a profile.

We would like to fix this, but we don't know how. We still want the schools that do have email addresses to be able to sign up, but we don't want the ones without email addresses to be blocked from our site. Any suggestions???

Thanks!

Comparison of E-Commerce solutions (circa 2008)

Note: This page was last updated sometime in 2008. Today there are new solutions available for e-commerce in Drupal, including native solutions like Drupal Commerce and integrated solutions like Magento. Additionally, the content in the chart may not even be up to date. This page still exists as an historical record of projects at the time, but charts like this really fall short on their pertinence and accuracy. External reviews should be consulted instead at the time you desire to build a new e-commerce website.


width:75pt" />
 Default Features Drupal e-Commerce Ubercart Zen Cart

Trouble trying to add extra submit functionality on an object via jquery

Hi all,

For the module, I'm currently working on, there is a page where multiple pieces of submitted content are shown to the user (the user can then allow/remove/etc this content from the site). I've been working with JQuery to bring down the request times on the site so the page does not have to be constantly reloaded. The functionality would be (for a given item):

1) Perform operation on item.
2) Get status back on item and show it in the assigned section.
3) Remove item from page if the status back was successful.

I initially had the page working with JQuery Forms but I have now learnt about the AHAH functionality that was added (and feel adding the important bit regarding displaying status info and performing the action would be better off in there). However, when I try to bind extra functionality to the form submit via an additional js file, it won't get performed (I first tried removing the ticket but am just hoping to get the intended alert to pop up without any issues). Any suggestions on what I may be doing incorrectly?

This is the js that I am adding in a separate js file:

$('li.ticket.each(function(){
  $ticket = $(this);
  $("form", $ticket).each(function(){
    $form = $(this);
    $form.bind("submit", function(){
      alert('yay, extra functionality worked');
    });
  });
});

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x