location

Fix for Views Location + Content profile + Image Field

  1. $view = new view;
  2. $view->name = 'Locative_Information';
  3. $view->description = 'This view creates a Closest_Houses block on user profile which geocalizes user\'s profile address';
  4. $view->tag = '';
  5. $

Views Location + Content profile + Image Field

  1. $view = new view;
  2. $view->name = 'Locative_Information';
  3. $view->description = 'This view creates a Closest_Houses block on user profile which geocalizes user\'s profile address';
  4. $view->tag = '';
  5. $

Fix for location_user_category.module

  1. <?php
  2. /**
  3. ========User Location Category module=======
  4. * file: location_user_category.module
  5. *  Puts The User Location fieldset in specific profile category,
  6. *  so that is displayed on other tab
zet's picture

location_user_category.module

  1. <?php
  2. /**
  3. ========User Location Category module=======
  4. * file: location_user_category.module
  5. *  Puts The User Location fieldset in specific profile category,
  6. *  so that is displayed on other tab
zet's picture

location_user_category.install

  1. <?php
  2.  
  3. /**
  4.  * @file
  5.  * Installation / uninstallation routines for location_user_category.module.
  6.  */
  7.  
  8. /**
  9.  * Implentation of hook_uninstall().
  10.  */
  11. function location_user_category_uninstall()
zet's picture

location_user_category.module

  1. <?php
  2. /*file: location_user_category.module
  3. ========User Location Category module=======
  4. *- puts The User Location fieldset in specific profile category,
  5. *so that is displayed on other tab than t
zet's picture

User Location on specific Profile category/tab

  1. <?php
  2. /*file: location_user_category.module
  3. ========User Location Category module=======
  4. *- puts The User Location fieldset in specific profile category,
  5. *so that is displayed on other tab than t
zet's picture

location_user_category.info

  1. name = Location User Category
  2. description = Put user locations fieldset on specific profile category.
  3. ;dependencies[] = location
  4. dependencies[] = location_user
  5. package = Location
  6. core = 6.x
zet's picture

User Location on specific Profile category/tab

  1. <?php
  2. /*file: location_user_category.module
  3. ========User Location Category module=======
  4. *- puts The User Location fieldset in specific profile category,
  5. *so that is displayed on other tab than t

Module to modify all gmap default cities at the same time

  1. <?php
  2. // $Id$
  3. /* HOOK_MENU */
  4. function hoteles_config_menu() {
  5.   $items = array();
  6.   $items['admin/settings/hoteles'] = array(
  7.     'title' => t('Configuración hoteles'),
  8.     'description' => t(
Syndicate content