autocomplete

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
katy55's picture

Neel help with checkboxe and autocomplete

Hi all,

I need to do modify the form where the user need to check some boxes and after that display in the textfield just the childres items that are in the parents select .

this is the code where i did the autocomplete but i need to add the parent select any idea? im really stuck, thanks

function cookbook_ingredients_xhr($name) {
$name = urldecode($name);

$query = "SELECT nid, title FROM node WHERE status = 1 AND type = 'ingredient'";
$query_args = array();

// Check language
if (module_exists('i18ntaxonomy')) {
$query .= " AND language IN('','%s')";

Read more
nbulla's picture

Crear combobox con autocomplete con datos de la DB

Hola, tengo un tipo de contenido 'Cronicas de partidos' que basicamente son reviews de partidos de futbol.
Tengo campos donde la información se repite cada vez q creo un contenido nuevo de este tipo.

Lo que necesito hacer es crear algunos campos (hoy solo son textos) del estilo de combobox donde el usuario seleccione por ejemplo el PAIS donde se jugo el partido, pero se que puedan seleccionar de un combobox o lista y si no existe en esta lista, que se pueda agregar y quede guardado en la base de datos.

Read more
madhums's picture

City and country fields as autocomplete in user profile for a social networking site

Hi,

I am trying to have auto complete for countries, cities fields in user profile. But I am not able to find a proper way to do it.

I tried address module, but it doesn't have auto complete option. Even tried Location module, but its too heavy and redundant for my purpose. I tried hierarchical_select module, but it doesn't provide a CCK field type...

any suggestions?

Thank you.

Read more
robertgarrigos's picture

Has somebody tried to use the autocomplete jquery plugin with drupal?

I need a better autocomplete field for a Drupal project. Has somebody tried to use the autocomplete jquery plugin with drupal in any way? Any integration with the actual autocomplete functionality already found in Drupal?

Read more
robertgarrigos's picture

jframe jquery pluging problem with drupal autocomplete

I'm facing a problem related to the use of the jframe jquery plugin (http://plugins.jquery.com/project/jframe) along with the autocomplete javascript in Drupal.

I'm using jframe to load some frames within a drupal page and in one case one of the frames loads a drupal form which contains an autocomplete field. That form element doesn't work properly. However, the same form loaded within another frame from the beginning works fine.

I've no idea where to begin to look for the problem. Any help will be very much appreciated.

Read more
Subscribe with RSS Syndicate content