Non Local File system path

I would like all my media to go to a media storage server that is not a local file system path. I feel like there is a way using stream wrappers but i am not sure how that would work.

Posting JQuery Tooltip on Main Menu

Hello,
I had found a tool tip application and wanted to add it to a Drupal site. There was one particular menu link that I wanted to have show the tooltip on hover. So, I added the jQuery script to the .info file for my template. I thought I could just include the code to call the tooltip at the bottom of my page.tpl.php file because that would show up on every page - I hadn't overwritten the file for any pages, as in I don't have any custom page.tpl files. The code it needs is this:
jQuery("a[href$='menu-link2']").tooltip({ effect: 'slide'});

How to install VIDEOLA module with drush make

Hello,
I want to install VIDEOLA module , i'm a rookie in this , and i really need help. I don't know how to use drush, drush make , to install this module , i've tried to learn , but i dont understand anything.

Can anyone help me with a tutorial or something , screens, screencast , anything.
Thanks a lot.

Endless loop problem trying to drupal_render() the user_register_form

I'm having a heck of a time customizing my user register form. I can successfully register function via HOOK_theme either using the render element or the variables key:

function greenc_theme($existing, $type, $theme, $path) {
  return array(
    'user_register_form' => array(
      'template' => 'templates/user-register',
      //'render element' => 'element',
      'variables' => array('form' => NULL),
    ),
  );
}

If I use the variables key I need to grab my form so I do this:

function greenc_preprocess_user_register_form(&$variables){
  $variables['form'] = drupal_get_form('user_register_form'); 
}

So now i have user_register_form available in my template as $form. So I can do what I need like so:

*Indicates required field

Your Information & Reports Location


<?php
print drupal_render($form['field_first_name']);
print drupal_render($form['field_last_name']);
print drupal_render($form['field_user_jurisdiction']);
print drupal_render($form['field_title']);
print drupal_render($form['field_organization']);
print drupal_render($form['field_phone']);
print drupal_render($form['account']['mail']);
print drupal_render($form['field_confirm_email']);
print drupal_render($form['account']['name']);

New user module recommendations

I have just installed Drupal 7.4, and I am looking forward to getting to grips with it. Thanks for the effort that all the contributors put into this.

Right now, I have just installed the core of Drupal while I get the hang of it and work my way around. There are a lot of modules out there to increase the functionality, and I am sure that I will get to those when I want to add features to my site. However, are there any modules that every new user should add - either to help admin, or to provide a foundation for future modules, etc?

Can't get HTML to work in Drupal 7.4, PLEASE HELP!!! (have WYSIWYG)

Edit: SOLVED!

Hello everyone. So I have installed Drupal 7.4 locally and have installed zen base theme, wysiwyg module, and TinyMCE 3.4.3.2 in library. After I type text into the wysiwyg editor for a page or a block, or anything, it shows as plain text with the HTML tags on my site. I have been searching and trying things for 6 hours and can't figure it out. I also unzipped jwysiwyg and open wysiwyg to sites/all/libaries but they don't show up as options in the wysiwyg module configuration. If anyone could help it would be greatly appreciated!! Thanks!

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x