How to create a 3rd Ad push in a custom Omega Kickstart subtheme

How to create a 3rd Ad push in a custom Omega Kickstart subtheme

I’m using drupal commerce kickstart 7x to design an experimental website to understand the layout & methods of the CMS. I’ve just started using Drupal. To be precise, 3 days. This is very new to me. I want to know how does one go about placing a 3rd Ad... read more
How do I configure subdomain url as one.mysite.com/subdomain1

How do I configure subdomain url as one.mysite.com/subdomain1

I am a Drupal Developer currently working on Drupal 7.15 multi domain site. In my site, I have already installed Domain module and configured the domains as: Main domain – mysite.com (say 1st level) Sub Domains – one.mysite.com, two.mysite.com, …... read more
How do I configure subdomain url as one.mysite.com/subdomain1

Display content based on taxonomy with view

I have a hierarchical taxonomy like the following: Bachelor of Degree Year1 (child term of Bachelor of Degree) Term1 (child term of Year1) Year2 Term2 The body text of content1, content2, … of a content type will go under the terms term1, term2, …. Can you kindly help... read more
How do I configure subdomain url as one.mysite.com/subdomain1

Webform Module can’t send email from user anonymous

I’m using Drupal 7 and Webform Module for create contacts forms (This problem also what I have in Pressflow 6). Only authenticated users can send mail through the form. However, I need that anonymous users can also use the form. The error is as follows: Error... read more
How do I configure subdomain url as one.mysite.com/subdomain1

Selecting a product attribute from a select list won’t update other attribute fields

I’m working on a store created with Drupal Commerce where I have first created a product variation, then I created a corresponding product display type and finally I created different products, e.g. mattresses. Now I find myself stuck with this problem: I have... read more
How do I configure subdomain url as one.mysite.com/subdomain1

Multisite and alias suffix

I am actualy working on a Drupal multi-site environment and I am stuck within a alias suffix problem. I made a setup like this in my sites.php file for the multi-site alias names. $sites[‘example.example.de’] = ‘example.example.de’;... read more
How do I configure subdomain url as one.mysite.com/subdomain1

Alter form to have single radio button term reference checked by default

I have a taxonomy reference field and in the node creation form there will be only one value allowed and I guess I use a radio button and I want it to be enabled by default. I thought I can do it with form_alter but on inspection in krumo I see the default values are... read more
Is there a module that displays a RSS feed as horizontally scrolling text? [closed]

Is there a module that displays a RSS feed as horizontally scrolling text? [closed]

Is there an equivalent of the ScrollText module that takes text from a RSS feed and shows it as horizontally scrolling text? The purpose of the ScrollText is showing text taken from node titles as horizontally scrolling text. What I am looking for is a module that... read more
View does not display attached file without Display field checked

View does not display attached file without Display field checked

I’ve got a view that exposes a list of nodes with fields: Title, Publishing date, Attached files. If an attached file has checked the “Display” flag it is visible on the view result, but if the “Display” field is not checked the file is... read more
How do I configure subdomain url as one.mysite.com/subdomain1

How to check if an entity is referenced before deleting?

Is there a module or a way to use Rules to make sure that a parent node isn’t referenced by a child node before deleting the parent? In my case the children require a parent to be created. However if the parent gets deleted, the children all get screwed... read more
How do I configure subdomain url as one.mysite.com/subdomain1

CKEditor adds inline nonsense

I’m hoping someone else has run into this and has a solution: I have the CKEditor module (v. 7.x-1.13) installed using ckeditor.js version 4.01 (due to compatibility with Media module). The problem I run into is after I’ve added content into a field and... read more
How do I configure subdomain url as one.mysite.com/subdomain1

Redirect to Continue Multi Step Form

I am building a form that can either begin on the home page or at the ‘/apply’ url. I used this tutorial to build the multi-step form. The form works great if I start from ‘/apply’ and begin at the very beginning of the form process. The form... read more
How do I configure subdomain url as one.mysite.com/subdomain1

Best way to create a Facebook Follow button on nodes

I have some nodes with information about a political candidate. Some of the candidates have a Facebook profile, which I link to using an URL-field. But they also want a follow button directly on the page. I was thinking of typing in their handle to a text field and... read more
What is the cleanest way to export one of the view page in D6 to D7?

What is the cleanest way to export one of the view page in D6 to D7?

What is the step by step procedure for exporting a view in d6 to d7? Views in D7 Also I have a content of type ‘abc’ .When creating a view I show -> content of type ‘abc’ Now for display format i use fields How can I add user uid to the... read more
How do I configure subdomain url as one.mysite.com/subdomain1

how to create a taxonomy Views combining terms from 2 different vocabulary

I have content types tagged from two different vocabularies (destination and category). i.e. destination (main vocabulary, content must be tagged with of one of them) – dest1 – dest2 – dest3 – dest4 category (content is tagged with at least 1... read more
How do I configure subdomain url as one.mysite.com/subdomain1

How can I conditionally reference an entity?

I would like to have an inline entity reference form that will optionally provide a write-in text form if the entity doesn’t already exist. Here’s the use case: I want to reference a faculty profile that is associated with a particular research project;... read more
How do I configure subdomain url as one.mysite.com/subdomain1

Base path and user picture uploading

So I recently migrated my site between servers. I think this is causing some issue with the base path of Drupal, which in turn affects the image upload path when a user tries to upload an image to his/her profile. So, before migrating, some data was already uploaded... read more
How do I configure subdomain url as one.mysite.com/subdomain1

Service Userpoints : Missing required argument points

My environment : Drupal 7 & service 3.x I use userpoints and service-userpoints. I want to CRUD userpoints. So i create a xmlrpc server and test it by Postman from Chrome store. The xml code is belowed: <?xml version=’1.0′ ?> <methodCall>... read more
How do I configure subdomain url as one.mysite.com/subdomain1

How to add a new user badge after earning a certain number of user points?

I’m using the User Badges and User Points modules. I want that when a user earns a certain number of user points, the user’s old badge is replaced by a new one. For this, I have already created a rule with the actions “remove badge” and... read more