How well will my D6 theme work in D7?

Hi, there,

I have a Drupal site on V6 and am liking what I'm seeing in D7.

How well will a D6 theme work in D7? Is there some sort of table with the necessary tweaks and changes needing to be met to update them?

Thanks so much, and sorry if this has been asked already.

- (A/L)

Chart Webform data?

I've read everything and may be asking advice on the impossible, but does anyone have an idea how to chart webform data using, if possible, no custom programming?


Scenario: I want to create a 50 item questionnaire to assess 5 areas (10 numerical questions each). Data from each area would be summed to create 5 totals which would then be graphed/charted on a user basis.


How to convert all HTML entities to their applicable characters inside select option drupal

Dear all,

I'm having problem in displaying html entities to their applicable characters:

Example:

$form['example_selection']= array(
  '#type' => 'select',
  '#title' => t('Displaying HTML entities to their applicable characters inside options'),
  '#default_value' => 'one',
  '#options' => array(
    'one' => t('—one'),
    'two' => t('—two'),
    'three' => t('—three'),
  ),
);

// I tried html_entity_decode('&mdash') . t('one'), still not

Shortcuts -> Roles

I am able to assign a shortcut set to an individual user but can't find a way to assign that shortcut set as the default for a specific role.

Is it possible to assign a shortcut set to a role via configuration?

Thanks in advance. :)

JavaScript & css

Hi,

I'm new to Drupal, and have a question about JavaScript, css and its use.

I created a page node and whacked some

Rename all Drupal 7 tables prefix

How could I massivelly change all the tables prefix from a test Drupal 7 site in order to become a production site, using a SQL query in the PHPMyAdmin page?

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x