Bartik: How to move Sidebar1 to Right of Content?

I'm attempting to adapt the Bartik theme in Drupal 7.0 for a news site. I want both siodebars to be on the right side of the main content area. What edits do I need to accomplish this? Thanks.

Public / Private content creation in 7.x

Is there a module like Taxonomy Access Control http://drupal.org/project/taxonomy_access for 7.x that will allow users to selected whether content they create will be for authorized users only or anonymously viewable?

My first Drupal 7 website

Hi, this is my first attemp with Drupal7.
http://www.bedandbreakfastsardegna.org/

It is in italian, english version coming soon.

Thanks,
Claudio.

Printing form + text in D7

I'm trying to print a form and some text after it but it's not working. Please tell me what is wrong and how to solve it. The text shows up but not the form, it just says "Array".

function mymodule_view($path, $string = NULL){
 
  $build = drupal_get_form('mymodule_form');
  $build .= t('Blabla');
  
  return $build;
}

// R

Adjust display of a term_reference (read: taxonomy) within a content type

I have an event content type in which i would like to add a term_reference for some taxonomy categories. The problem is i have a very long list of taxonomy terms and i was wondering if i could alter the display of this list within the content typ? Now it is a long list so users need to use a lot the scroll bar, is it possible to create e.g. a two or three column list of those terms (instead of one long list) ?
Thank you.

Update process for installing new releases of Drupal 7

This pertains more to "updating" Drupal.

With version 6 and older, when Drupal released new versions (such as bug or security fixes) - there was a complicated update process which required converting to a default Drupal theme, disabling all modules, then installing the Drupal update, then re-enabling the modules and theme - basically described here: http://drupal.org/upgrade/preparing-the-site

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x