Domain Access: Edit admin/domain/content/ display settings, filters etc

Domain Access: Edit admin/domain/content/ display settings, filters etc

I am using Drupal Commerce and Domain Access module and I wonder where I could be able to edit how page admin/domain/content is displayed. I would expect to find a View page which is utilised by this module to show content and to allow to add filters and fields. I... read more
Domain Access: Edit admin/domain/content/ display settings, filters etc

Duplicate entry/Contraint violation 1062 in file_managed on browser crash

I’m using Drupal 7.28. Today when I tried to upload some 100 image files in Image field type, it aborted in the middle saying that “20 MB” limit reached. Now it wouldn’t even show me way to delete the files. Since then I’m getting the... read more
Domain Access: Edit admin/domain/content/ display settings, filters etc

Menu block makes parent menu item active when maximum levels not cover the linked node

In Drupal 7, a menu block can specify maximum levels. If the maximum levels is not enough to cover all menu items linked node, when in the not-covered menu items linked node, could menu be active at their parent menu item? For example, a menu has 3 levels, and specify... read more
Domain Access: Edit admin/domain/content/ display settings, filters etc

How to handle multiple stores and multiple store admin users

Is it possible to create a restaurant(multi-store) online delivery system using Drupal commerce and OG? It has multiple stores(restaurants) in different locations which can be manageable by individual restaurant admins. The super-admin also have full control over all... read more
Domain Access: Edit admin/domain/content/ display settings, filters etc

Large file uploads stop immediately, 404 error

I am having a weird problem with uploading large files in the Drupal admin’s file field. I have the size limit set to 500 MB. I also have the php.ini settings for upload size, post size, and memory all set to 500 MB. When I upload a smaller file like 50 MB... read more
Domain Access: Edit admin/domain/content/ display settings, filters etc

Rules token one-time-login-url is showing up empty

I have a rule that, after submitting a webform, a user gets created and then sends two emails to that user. One saying their form data is being looked at by someone for review before they get a certain role, and another that gives them the one-time login url. The... read more
Domain Access: Edit admin/domain/content/ display settings, filters etc

form_alter: Inline entity Form

I am using IEF and all is well…until I try ad implement hook_form_alter() and when I access the form via IEF UI (as opposed to directly modifying the entity) none of the changes I make appear to take effect. I see everything is posted to a ajax/system as well as... read more
Domain Access: Edit admin/domain/content/ display settings, filters etc

"File (Field) Paths" and "Media" modules: files not saved in the intended folder

I’m trying to use both the “Media” module (1.4) (to manage uploaded files) and the “File (Field) Paths” (to keep the uploaded files organized in various subfolders). Basically, I have a content type that has several taxonomy fields and a... read more
Domain Access: Edit admin/domain/content/ display settings, filters etc

Unable to set the data property xxx as the parent data structure is not set

I currently use geofield to set latitude and longitude but rules gives me this error: 0 ms Unable to modify data "user:field-coordonnees:lon": Unable to set the data property lon as the parent data structure is not set. So values are not set and I do not... read more
Domain Access: Edit admin/domain/content/ display settings, filters etc

How to update taxonomy term of a node using services

I have created a new node using Services 3 module successfully, the code is below { “type”:”page”, “title”:”New test page”, “taxonomy”: { “tid” :”367928″ } } Configuration: Drupal... read more
Domain Access: Edit admin/domain/content/ display settings, filters etc

Endpoint services with url alias name

Is it possible the to view xml/json format data with url alias name instead of endpoint_path/node/1 or endpoint_path/node/2 read more
Domain Access: Edit admin/domain/content/ display settings, filters etc

Strange Issue with displaying information of the current term

I have built a series of views to build a Drupal Commerce display for products based on the Taxonomy terms of those products. These terms have a hierarchy. There are nearly 40,000 products being imported through Commerce Feeds, the taxonomy terms are attached to the... read more
Domain Access: Edit admin/domain/content/ display settings, filters etc

Cannot install modules

I am very new to Drupal so please excuse me if this is an easily answered question. Basically I wish to install CKEditor, however when I upload the module thorugh the online installer I am greeted with: ckeditor_4.4.5_full.zip does not contain any .info files. On... read more
Domain Access: Edit admin/domain/content/ display settings, filters etc

Make a direct database query

Basically I want to run this query against the current database and retrieve all node titles with node type of foo_type. SELECT title FROM node WHERE type=’foo_type’ ORDER BY title ASC How can I do this using db_query or any similar function? I tried doing... read more
Domain Access: Edit admin/domain/content/ display settings, filters etc

Entityform (block) redirect not working

The redirect field within entityform doesn’t seem to have any effect. I’m using the entityform block module, if it makes any difference. I have also tried using hook_form_alter to copy to default submit action and hardcode it in, which also doesn’t... read more
Domain Access: Edit admin/domain/content/ display settings, filters etc

How to use drush site-lists alias?

I several folders containing symlinks to my drupal sites. I’d like to use this folder structure to create an alias so I can run commands on each group of sites. I’m trying to do what “drush @sites status” will do, but on a smaller subset. I... read more
Add cropping option to an image form

Add cropping option to an image form

I’ve the next form. $form[‘imagen’] = array( ‘#title’ => t(‘Image’), ‘#type’ => ‘managed_file’, ‘#upload_validators’ => array(‘file_validate_extensions’ =>... read more
Domain Access: Edit admin/domain/content/ display settings, filters etc

Grouping field in tabs – views

Under views when i select unformated settings and can Grouping field, it is working fine. Now i am using bootsrap tabs but it is not working How we can do this read more
Domain Access: Edit admin/domain/content/ display settings, filters etc

Why can the Views Gantt module not find the DHTMLX Gantt JS library?

I am trying to use the Views Gantt module and getting nowhere fast. The Status Report is complaining that it cannot find the dhtmlxgantt JS library in the libraries directory – despite my having checked its presence over and over. Has anyone any ideas what I... read more
Domain Access: Edit admin/domain/content/ display settings, filters etc

Redirect a view page to another view page with arguments in the url

I have a custom view with button in the main tab placed in the local_task tab bar area (Outcomes). I have sub local_task navigation items under that as well that are regular drupal views. (See below) View | Edit | Outcomes            ... read more