An AJAX HTTP request abnormally terminated in autocomplete textbox

An AJAX HTTP request abnormally terminated in autocomplete textbox

I have autocomplete textbox which populate the suggestion based on search text. Steps User type in search text box User press enter instead of waiting for AJAX autocomplete to respond It comes up with the following error. An AJAX HTTP request terminated abnormally.... read more
An AJAX HTTP request abnormally terminated in autocomplete textbox

Render fields url in tpl.php

I have a content type (music) with fields(image,track,title). I used a soundmanager player to display my track with its tpl.php(bar.tpl.php). I have tried to display url of the image field inside the (bar.tpl.php) but got only (http://localhost/mysite) using this code... read more
How can I display all levels in Simple hierarchical select

How can I display all levels in Simple hierarchical select

I created select hierarchy ( taxonomy with 3 level), but in default it shows only one level , how can I display all 3 level in default page? : -Any- + -Any- + -Any- I do not want it to automatically generate other fields.I want to display by default all the select... read more
An AJAX HTTP request abnormally terminated in autocomplete textbox

Is it possible to show views exposed filters in the facet current search block?

I have a facet search with Facet API, Search API, and a Solr backend with the Search API Views integration. I am using the Current Search block (part of the Facet API module) to display the currently selected facet options. However, I am also using Views, and I have... read more
An AJAX HTTP request abnormally terminated in autocomplete textbox

JSON format for creating users with custom fields using services

I am using Services module to register new users. My registration form has some custom fields like text field, radio buttons and select list. The following is the data I am sending: { “name” : “testapi”, “mail” :... read more
An AJAX HTTP request abnormally terminated in autocomplete textbox

How to access replacement tokens present in views field rewrite output in its .tpl file of that field

I’ve created a view and I want to manipulate the field output to show bar graph instead of field value. I’m using bootstrap 3’s progress bar as the bar graph, but I’m unable to set width of the progress bar to show progress as drupal... read more
An AJAX HTTP request abnormally terminated in autocomplete textbox

Unable to configure SMTP authentication support module

In Drupal v7.36 & 7.37, after installed and enabled SMTP Authentication Support module, I still can’t find the menu function under configuration/system to config this module for all related email setting. read more
An AJAX HTTP request abnormally terminated in autocomplete textbox

How to import multiple terms from XML into a node?

I am trying to import all the Destinations as taxonomy terms using following XML. In my situation, the list is not a comma separated list. It is as follows: <product> <category>Ship</category> <id>000032</id> <Description>The... read more
An AJAX HTTP request abnormally terminated in autocomplete textbox

How to output custom field of Content type in page.tpl.php?

I want to display a custom field which I created in my custom Drupal theme. The field I created called “Startnummer” so the machine name of the field (I didn’t change it) was created as “field_startnummer”. Furthermore, I found an article... read more
An AJAX HTTP request abnormally terminated in autocomplete textbox

How do I list all the users?

I would like to list information about all users using drush. There is user-information, but it shows information only about single user. Are there any other solution? read more
An AJAX HTTP request abnormally terminated in autocomplete textbox

How to get searched item value in search form?

How do I get the value of searched item value, if I searched for “cat” in a search box then it also displays on a search page? read more
An AJAX HTTP request abnormally terminated in autocomplete textbox

Pagination in search results

I have installed search configuration module to alter pagination on search results. I’ve set the pager limit in Configuration > Search settings > ADDITIONAL NODE SEARCH CONFIGURATION > RESULTS to 3 (which should trigger pagination), but no pagination is... read more
An AJAX HTTP request abnormally terminated in autocomplete textbox

Users cannot log in to new site in multisite

I am working with the Drupal multisite functionality. I have been asked to implement the following architecture: mysite is a Drupal site with several angular pages. mysite/backend is a separate site with a separate user store that mostly acts as a headless Drupal... read more
An AJAX HTTP request abnormally terminated in autocomplete textbox

Rendering a region in region–footer.tpl.php

I have my social media links in my sidebar_first region. And these social icons are included in my footer. So in region–footer.tpl.php, I have rendered sidebar_first region but it is not displaying, I know this is a wrong way to render a side bar region in... read more
An AJAX HTTP request abnormally terminated in autocomplete textbox

How do you load a select field with pre-selected items when the Chosen module is installed/enabled?

How do you load a select field with pre-selected items when the Chosen module is installed/enabled? I am using the following code. $my_list = array(‘item1’ = ‘item1’, ‘item2’ = ‘item2’, ‘item3’ =... read more
How to add delete button to file field upload widget that actually deletes the file (not just association with content)?

How to add delete button to file field upload widget that actually deletes the file (not just association with content)?

After uploading a file with the File widget for the File field, the file is on the server and remove only disassociates the file from the field (and the content that the field belongs to). I would like to add a button to actually delete the file. I’ve considered... read more
An AJAX HTTP request abnormally terminated in autocomplete textbox

How to display the form submission results in a custom page?

How to display the form submission results in a custom page or a view ? I want to display it in a custom style with table , and want to do custom php coding too . where i have to create custom page , or is there need a custom module for this ?? read more
An AJAX HTTP request abnormally terminated in autocomplete textbox

How do I create a path alias?

I’m trying to create a path alias for a node type, where the first part of the alias is the url path of the organic group. I tried this [node:og-group-ref:1:url]/[node:content-type]/[node:title] but it didn’t work. When I tried this... read more
An AJAX HTTP request abnormally terminated in autocomplete textbox

Why cannot anonymous users vote, even though they have permission for it?

I installed the Fivestar module and added the Stars (rated while viewing) field in a content type. I gave to the rate content permission anonymous users. They can see all the content and the voting widget, but they can’t vote. Why? read more
An AJAX HTTP request abnormally terminated in autocomplete textbox

How to customize my front page with background image?

I have site for which I need to design a custom front page using my sub-theme with page page–front.tpl.php. I need to place a background image and on title at left alignment and little bottom thre image background buttons and in that bottom center need to place... read more