I'm working on the upgrade of Drupal 6.x to 7.x
Current Drupal 6.x used gmapfield module to display a GMap object.
However gmapfield is not supported under 7.x (and apparently will never be as there is no more support for gmapfield).
I installed GMap module under 7.x
But got lost from there as I cannot find any field type to replace gmapfield type.
How to use GMap to simply display a map ?
Please could someone provide me some sample ?
I'm writing a custom module that uses jQuery UI for some features. I'd like to load a theme that I've imported using the jqueryui_theme module (so the css is not in 'system'), but I don't know if that can be referenced in mine. Can it? I guess I can add the theme files via FTP into the misc/ui directory overwriting the base files, but that seems un-Drupalish. I could also copy the ui files into my module, but then I couldn't use the jqueryui_theme module to update them.
So I'm setting up a social networking site with various roles and different profiles depending on the roles... that is all set up. However, some of the roles require private data to be displayed (such as address, email, phone number)...so I need to come up with a way to let users friend each other and restrict that data only to certain individuals. I've looked into both user relationships and organic groups. User relationships works perfectly, except there doesn't seem to be a way to restrict specific profile fields based on relationship?? Please correct me if I'm wrong here!
Is there any way to, in effect, run update.php across all my sites without having to do it site by site?
Since modules (and especially core modules) are common across all sites, it would be good if I could update all sites from a single page. Is there any way to achieve that?
I just upgraded 7.4 ->7.7 and I'm now getting loads of warnings such as:
Warning: require_once(): Unable to allocate memory for pool. in module_load_include() (line 302 of /var/www/drupal/drupal-7.7/includes/module.inc).
Warning: include_once(): Unable to allocate memory for pool. in drupal_load() (line 911 of /var/www/drupal/drupal-7.7/includes/bootstrap.inc).
Warning: include(): Unable to allocate memory for pool. in page_title_init() (line 618 of /var/www/drupal/drupal-7.7/sites/all/modules/page_title/page_title.module).
In my bartik site, I publish book reviews. I now want to add a new text block (say at sidebar first) that will be there in each one of my reviews and I will be able to fill it with a specific information (say, publisher, date, number of pages and ISBN of the book reviewed etc).
This is how I did that, using my novice knowledge of drupal: