Customizing main menu

Hello

I want to customize my main menu with special CSS between words of the title.
This is what I tried (in my template.php file):

How to import complete user information from drupal 5 and then export to drupal 7?

I am trying to convert my drupal 5 website to drupal 7. Drupal 5 website's database is completely messed up. I tried many times to port it to drupal 6 but didn't succeed. So, I have to do it manually, which is not a problem for me now as I'm bit free. It has around 1200 nodes and around 300 comments. But, the main problem is that how should I transfer the users with their complete information (mainly username, password, email; and if possible profile information created from admin/user/profile) from drupal 5 to druapl 7.

Is it even possible?

Unable to logon in IE9

I'm sure it's a tired topic, but all the posts I could find didn't adequately cover the issue. IE9, you can't login. IE7 and IE8 work, but IE9 just refreshes the page. There doesn't seem to be any rhyme or reason to and I've enabled the cache settings in the performance section. Is there anyone who knows a real solution to the IE9 issue?

drupal 7 ubercart 3 - theme cart page output tables drupal_render

have the following code in my template.php, but not sure how to modify the output of drupal_render($form). right now it just outputs as a table. I changed the #theme type in the items array to patzz and created my own theme function on top on line 172. what am i doing wrong?

how to display a select box of taxonomy terms, in a hand-coded form not related to a content type?

so... I am hand-coding a form and a simple Views-like loop, to mimic the action of a View with Exposed Filters form (but with lots less overhead, and more flexibility both in how the output is formatted, and how the exposed filter values are interpreted)

I have done similar things in D6 without problem.

my problem is this: to create a SELECT box with the values of a particular taxonomy, it used to be as simple as:

$form['controlname'] = taxonomy_form($taxonomy_vocab_id, $taxonomy_term);

however, in D7 there isn't even a taxonomy_form function!

based on some code I found in this post: http://drupal.org/node/1092528 I came up with the following (note: I had to change the theming function from "taxonomy_term_select" to "select", since function theme_taxonomy_term_select doesn't exist in D7)

$form['controlname'] = d7_taxonomy_form($taxonomy_vocab_id, $taxonomy_term);

function d7_taxonomy_form($vid, $value = 0, $help = NULL, $name = 'taxonomy') {
$vocabulary = taxonomy_vocabulary_load($vid);
$multiple = false;
//$help = ($help) ? $help : filter_xss_admin($vocabulary->help);
$required = false;
if (!$multiple) {
$blank = ($required) ? t('- Please choose -') : t('- None selected -');
}
else {
$blank = ($required) ? 0 : t('- None -');
}

Media and custom youtube media options?

Hi, I am using the media module and the media: youtube module. Everything works well, but there are no options to customize the embed code the module is using. I can't tell Media whether I want the video to autoplay, show relative videos, etc. Is there anyway to do this, or has the feature not been provided yet? Is it possible to do so manually?
Thank You,
Cassidy

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x