Domain access issue w.r.t viewing a content other than admin user

Domain access issue w.r.t viewing a content other than admin user

I am using domain access module with sub domains and content creation. I am able to create content but I am not able to view content which was created by the user, it says You are not authorized to access this page where as admin I am able to create and view content.... read more
Domain access issue w.r.t viewing a content other than admin user

Trigger jQuery "add more" multiple times

I have a form that I am filling with default values in hook_form_alter. Some of the fields are in a in a field group and I need to trigger the “add more” button using code. I figured out how to send a value to the jQuery code via... read more
"Taxonomy with depth" view

"Taxonomy with depth" view

I have a taxonomy tree like this: balls basketball color red green volleyball color red green If a Taxonomy term has children, I want to show them; if there aren’t children I want to show the nodes associated with the taxonomy term. My view settings are the... read more
Domain access issue w.r.t viewing a content other than admin user

Unlimited field collection pagination in node edit page

In my node I have a field collection which is set to unlimited. How to enable pagination for node edit page, where all items from that field collection are displayed? For display there are couple possibilities – pagination modules, views etc. but how to do it... read more
Domain access issue w.r.t viewing a content other than admin user

Organize node file attachments into groups

I have a content type with multiple file attachments to download. Is there a module to give authors the ability to divide all the attachments into groups, writing a title for every group, just like they can reorder and name them in edit mode? The final node display... read more
Domain access issue w.r.t viewing a content other than admin user

Send Mail After Checking Date Field Value

My content type (product) has a date field named Expired Date. All I want is like this: check value of expired date field from content type product. If value equal to 7 days from now, send mail with list of node title and node url. How to do this with Rules? or any... read more
Domain access issue w.r.t viewing a content other than admin user

Transfer (export/import) url aliases and menu links automatically

I want to transfer/synchronize url aliases and menu links from one site to another. Is there any way (drupal module, drush command, script) to do it automatically? The module menu_import looked promising but it does not take care of aliases. read more
Domain access issue w.r.t viewing a content other than admin user

How to change Node’s authored on date?

What is the proper way to address and modify a node’s authored on date? I created a slew of new nodes via a CSV import via the Feeds module. These nodes now have the date of 2013-07-11 as the authored on date as that’s when I did the import. But each node... read more
Domain access issue w.r.t viewing a content other than admin user

How do you provide conditional checkout options depending on whats in the cart?

Is it possible to provide different payment options depending on what is in the cart? Say someone wanted to purchase a service vs a physical product. For service related items, I want to be able to provide a payment option of Bitcoins and if its physical products,... read more
Domain access issue w.r.t viewing a content other than admin user

Creating child nodes when creating parent

I’m trying to implement creation of child nodes programmatically in hook_submit when creating parent nodes according to the parent node field value. Here is the idea. Parent node: field_stages (unlimited count). I want to create new “stage” nodes... read more
page template overrides are not being called :S

page template overrides are not being called :S

For example, on one of my pages, I see the following template suggestions when I enable Theme Developer module. I have already included page template files as per the suggestion names, but they are still not being picked up. No idea why!! I have cleared all cache... read more
Domain access issue w.r.t viewing a content other than admin user

How do I preserve file permissions after compressing and moving as tarball?

I seem to be frequently encountering a situation when I compress files of a Drupal site as a tarball from a production server to the public_html folder of my local machine. The permissions seem to get messed up and I usually end up with a filesystem not readable error... read more
Separate Exposed Filter Widgets

Separate Exposed Filter Widgets

Howzit! I have a sandbox site set up, and one of my views overrides the default taxonomy term page for one of my vocabularies. The image below shows how it currently is (unstyled) – and this works just fine. The description of the manufacturer is embedded using... read more
Domain access issue w.r.t viewing a content other than admin user

How to display product attribute as filter in product listing page?

I am creating an e-commerce website using ubercart and Drupal 7. I have created product attribute size and color for the product from the “Administration » Store » Products” and assigned to product. I have created a views page to display product listing .... read more
Change line item titles [closed]

Change line item titles [closed]

I’m building a shop with many promotions. Some articles in the shopping cart have a linked promotion I want to show in the shopping cart summary, before the order completion. It’s a shop without any visible prices. The total amount of the order is... read more
Domain access issue w.r.t viewing a content other than admin user

Field Collection fields not displaying

I have been running into some trouble with displaying Field Collections. I have a content type (products) that has a field collection called packages. Randomly I would notice that sometimes the field collection fields wouldn’t display. Today they have stopped... read more
Domain access issue w.r.t viewing a content other than admin user

Exposed filters in Block for Page View do not filter results

I have below content types with following related fields setup in a Drupal7 setup. Activity Fields: Name, Body and Image. Event Fields: Date Location: Term Reference for Taxonomy Location Activity : Term Reference for Taxonomy Location Organiser: Entity Reference for... read more
Domain access issue w.r.t viewing a content other than admin user

How can I dynamically change the display format?

I have an entityreference field. I want to change the ‘Format’ under ‘Manage Display’ from ‘Rendered Entity’ to ‘Label’ based on custom logic. Basically, what I’m doing is, if there isn’t an image in a node... read more
Domain access issue w.r.t viewing a content other than admin user

Lightbox gallery is not working in mobile website

I am using D7 and lightbox2 for image gallery. I’m using same in the mobile version too. But the lightbox popup is not opening and showing in mobile browsers. It will work sometimes and will never work on another occasion. What is the reason of this issue? Using... read more
Domain access issue w.r.t viewing a content other than admin user

How to create a vocabulary and populate it with terms using features

I’d like to create a feature that creates a vocabulary and populates it with taxonomy terms. Creating a vocabulary is easy with features and it can be done using UI (I only need to select the desired existing vocabulary and add it as dependency and a file... read more