jquery.cycle.all.min.js problem, little tip

When using Slideshow in Drupal 7, it will ask for jquery.cycle.all.min.js, when you go to download if from http://malsup.com/jquery/cycle/ is will be called jquery.cycle.all.js just rename it to jquery.cycle.all.min.js

I couldnt see anything anywhere that said to do this so I hope this helps someone in the same boat :)

multi site integration - can I do this with Drupal?

Hi Guys,

I'm looking at setting up 2 sites with some integration, and I'm not sure if it can be done (or more to the point if I can do it!). The first site will be for members (authenticated users only). The other will be for guests. I'd like to have the two sites set up as subdomains guests.mysite.com and members.mysite.com, with mysite.com being very basic with links to either subdomain.

The members site would be a very simple drupal install, so no challenge there. Here's where it gets tricky:

KEY - VALUE Custom field ( textarea )

Hello,

I'm trying to create a new custom field that stores a key (as a varchar) and a value (as text).

It would be similar to
the "Double Field" project => http://drupal.org/project/double_field
but with the second field being a text instead of a varchar.

Could anyone help me a bit on how to adapt this project to my requierements or create a new one?

add multiple nodes in one go

Hi

I was using add multi-node but they don't seem to do a Drupal 7 version,

I've looked but maybe I missed the module when i searched but I was wondering if there was was an equivalent to uploading more than one node?

thanks

Hook operations

Hello everyone

I'm creating my own module and i was wondering what i'm doing wrong...

I have made the same layout as the user overview. I'm also have a dropdown with me above the table

function content_slider_operations($form = array(), $form_state = array()) {
$operations = array(
'delete' => array(
'label' => t('Delete the selected Content sliders'),
'callback' => 'content_slider_operations_delete'
)
);

return $operations;
}

creation of recurring events

Hello
I'm working on a TV website and I need to create recurring programs.
Some programs are scheduled to a unique date, some are weekly programs, or even on every Monday and Tuesday.
I've created content-types with precise date, but I dont know how resolve this issue. which module could help for example...
thx

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x