I have installed the fancybox module and fancybox-plugin itself. In the configuration, the fancybox module stats that fancybox is detected and i can change its settings.
Viewing the sourcecode of the pages, fancybox css and js get inserted in the header. (jquery too)
My problem:
How do i get pictures to use fancybox?
What is the right config in "activation" of the module-config: what should i write for "jquery selector"?
Hi All I needs to login Drupal 7 programatically.
On the same drupal installation directory I have added a new file with following code.
---------------------------------------------------
define('DRUPAL_ROOT', getcwd());
require_once DRUPAL_ROOT . '/includes/bootstrap.inc';
drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
global $user;
I have a WYSIWYG editor, but don't want it to show up as default when people post comments. I only want it available if they are adding content. How do I achieve this? Your help is greatly appreciated.
At the moment there is a $200US bounty on offer to port the Bookings API module from D6 to D7, see discussion here: http://drupal.org/node/1128572
There shouldnt be a lot of work involved in this, mainly:
Removing/Changing dependancies on content and content_copy
Updating node_reference related code to D7 References project
Database API changes to the D7 database API
Any other necessary changes to get a fairly stable release