I have a problem where Drual.settings is undefined. I've followed some tips from this post http://drupal.org/node/1164570 but it didn't resolve my problem. Here is some code to show what I'm trying to do in sequence:
myapp.module file:
First, this will call the theme 'customtheme' (in file custom_theme.inc)
We are working on a website where we have to implement Bibliography module on around 36000 records i.e. creating 36000 nodes.Each node for one record.
Now as per the maximum limit of Number of nodes to index per cron run being 500 and Running Cron every one hour, it might take very much amount of time,perhaps in days to index all nodes.
I have created a view slide show of certain content type called projects, every thing finde until here.
I would like to show this view inside a pop up box, (I think I am going to use ColorBox that looks very cool).
The only problem is that when the Pop Up Box appears it has all the page template around. I am sure there is a way to get rid of it. I found this code for Drupal 6:
I am trying to get fancybox to work on my drupal 7 site. I am also using ckeditor. ckeditor is working fine but when I turn on fancybox, ckeditor stops working. How do I fix this and get fancybox up and running?
I´m working on Zen sub-theme and I created 2 Nice Menu, one in the header region and the second in the first sidebar.
Now, my Nice Menu in the header region should be centered and the single items would have to be separated with some space.
I have some problems on install a multisite on Wamp Server.
I have installed WAMP on "C:\wamp\" Drupal 7 and the "C:\wamp\www\drupal7\".
At drupal 7 I wanted to have two sites: default and website1.com.
I already have the folders: "C:\wamp\www\drupal7\sites\default" and "C:\wamp\www\drupal7\sites\website1.com" (with the file "settings.php" in each folder), but I can only access the default.
how do I access the website1.com?