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 :)
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:
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?
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