Hello all, first time building a website and decided to use Drupal. I am trying to integrate fancybox within one of my content pages but fails do what I want it to because it lacks the fancybox CSS file.
Editing the template.php file, I was able to import my javascript files using drupal_add_js() but using drupal_add_cs() does not give me the same effects.
My code looks like this.....
drupal_add_css(path_to_theme() . '/css/jquery.fancybox-1.3.4.css', array('group' => CSS_DEFAULT, 'every_page' => TRUE));
Hallo there, i really hope you can help me out on this one.
Ive got this site where i got users, and the users had to fill out some information about themselves in the registration. most of this was made with taxonomy(gender, location etc) predefined options and the user just needs to pick a value. this is all done with the profile module in drupal 7.
Everything is fine so far, and it shows in selectlists so they know the options and only 1 can be selected.
Hello.
I installed the "Location" and the "Gmap" modules, and I'm trying to configure the display with no success.
The issue is that when I create a page with a map, I'm getting two maps on the page, one of them is smaller with a label "Location". I want to have just the big one. I tried to manage the display through Content types, "address" gave me just the small map, "address and map" gave me both and "just map" still giving me both. tried to disable "Location" and other modules, but both of the maps vanished.
Any suggestions?
Thanx.
Installed Drupal 7 using Fantastico Deluxe. No errors during install.
Admin user name and password entered correctly, but get error "Sorry, unrecognized username or password. Have you forgotten your password?"
When I edit the MySql drpl user database the following data is contained in the pass field for the Admin user name:
---
Pass field contains:
PHP: Error parsing /usr/local/lib/php.ini on line 790
password: (correct password displayed) hash: (hash info displayed)
---