Has anybody already tried to use the module menu-otf (menu on-the-fly) with the module i18n?
When i add a menu item directly in the node edit (with menu-otf), i have an entry for each language and for all the used languages.
I expect that there is a variable to add in the conf.php but i haven't found which.
(Sorry, i don't know if it is the good forum to post my question but i am new and it is my first post. Thank you by advance for your help)
Got this site, see.. Well it is going to allow members access to their own pages (nodes) so that they can list their own campgrounds and recreation business/service.
I am using 4.5.2 and haven't been able to find a way to control access to a node based on user. So I found nodeperm_user, which seems to be discontinued??
See: http://cvs.drupal.org/viewcvs/drupal/contributions/sandbox/jonbob/node_p...
I've been putting together a new, exciting Drupal project with some others over the past few weeks. This project is all about location: geotagging nodes with a location, searching for nodes within a certain geographic area, generating links to maps of geotagged nodes, and so on. I recently did a detailed blog on how postal code proximity searches are being implemented in this project: http://www.civicspacelabs.org/home/node/11000
To see how you can extend support of the API to a currently unsupported country (since a lot of functions are country-specific, hence a system of delegation to country-specific functions), please consult the documentation in the repository: http://cvs.drupal.org/viewcvs/drupal/contributions/modules/location/exte...
This is an exciting new project that, as I see it, has the potential to add yet-unforeseen capabilities to Drupal....
I am wondering how would one go about adding something to a node's body on the fly. Say I have something, a picture, that I want to insert at a certain spot within the body of each node on my site. Anyone have any clues as to how that can be done.
Hello could you tell me what might account for this user error below, so I can correct it? Ta.
user error: Unknown column 'Array' in 'where clause'
query: SELECT COUNT(*) FROM mz_quotes q INNER JOIN mz_node n ON n.nid = q.nid INNER JOIN mz_term_node qtn ON qtn.nid = n.nid WHERE n.status = 1 AND q.promote = 1 AND qtn.tid IN (Array,Array,Array,Array,Array,Array) in /Volumes/Files/Users/chuee/Sites/drupal/includes/database.mysql.inc on line 66