Display a grid view without border columns

Display a grid view without border columns

I’m trying to display a specific number of products in a e-commerce drupal site in the front page. I would like to use a display as in my theme’s demo : http://demo.morethanthemes.com/tophit/ I tried one module for horizontal slideshow but it turned out to... read more
Display a grid view without border columns

How do I show the publishing date instead of the creation date?

When I create an article and I don’t publish it, so I could edit the article later and publish it when it’s finished, I notice Drupal shows the creation date, not the publishing date. Is there a way to change it so the items on the front page show their... read more
Display a grid view without border columns

Calculate tax before discount

I have created a rule in Drupal with the following conditions/actions. With this rule, I give 10% discount on a specific product type, but the tax (21% in The Netherlands) is still calculated on the old price (without the discount). For example, without discount I get... read more
Display a grid view without border columns

Entity Access Password

D9+ port of the Protected Node module. WIP. Maintainers Florent Torregrosa (Grimreaper) Organizations without Drupal.org page which sponsored the project: Ludwig-Maximilians-Universität München: sponsored initial port from D7. SoundCloud Repost Service SoundCloud... read more
Display a grid view without border columns

Grant access to node; pick username from node field

I have in D7 Content access and Rules -modules. I have content type which Content access settings are limited to only admin. In that content type I have User Reference field. I need to have rule which picks username from that User Reference field and grants content... read more
Display a grid view without border columns

Theme developer module crashes the whole site when enabled, how to fix?

I’m working on a clean Drupal 7.x installation, downloaded Theme developer and its dependent module simplehtmldom API( another required module for Theme developer) using drush. I found out that simplehtmldom 7.x-2.x is incompatible; so I removed it, and... read more
Display a grid view without border columns

Licence billing

My question is regarding the recurring payment for drupal commerce. I use Commerce Licence with ‘Licence role’ and Commerce Licence Billing to make my users pay for a monthly subscription. The question I have is, how does the recurring system work? Does... read more
Display a grid view without border columns

Grab Node ID from URL of Current Page?

How do I grab the Node ID in the URL of the current page and pass it through a link? 1) The URL on the current page is in the format: website.com/parameter/parameter/parameter and the third parameter is the Node ID. 2) I want to grab that Node ID and put it into a... read more
Display a grid view without border columns

Translate untranslated strings

I downloaded and enabled translations for my Drupal core and modules using these Drush commands: drush dl l10n_update && drush en -y $_ drush language-add lt && drush language-enable $_ drush l10n-update-refresh drush l10n-update I got almost... read more
Display a grid view without border columns

How can I use tokens for Addressfield values without using Addressfield_tokens?

I would like to use the Town/ City field as a token for Pathauto. I thought the Addressfield_tokens module was perfect for this, but Entity Tokens breaks Pathauto’s patterns control panel; the issue seems to be common and unresolved. I’m wondering what... read more
Display a grid view without border columns

get file path of image style as replacement patterns in views

i need something like <img attribute1=’value’ src=’sites/default/files/styles/thumbnails/**pic_0**.jpg’> in views. i have to use rewrite result because i need attribute1. but i have no idea how to get src of image. [filename] is not... read more
Display a grid view without border columns

Description field has no text format

The Feed module successfully imports a RSS feed. However the Description field does not display. I can only see it if I click on “Edit”. The problem is that the feed-items do not have a text format. How can I give the Description field a default text... read more
Display a grid view without border columns

Strange sorting in one facet of Apache Solr Search results

We’re using the Apache Solr Search module to allow users to filter search results; for example, if a user searches for Pepsi, they get all results, but along the left of our screen they get facets allowing them to filter by Post Date, Article Type, Trend, etc.... read more
Display a grid view without border columns

Can we call submit handler of one form into another form?

Can we call submit handler of one form into another form? I have two forms say user profile form and choose membership plan I want to unset submit function of choose membership plan and want to show in user profile form and also both forms field must save. like... read more
Display a grid view without border columns

Views sort criteria by date does not order properly

I have a drupal 7 site with the most recent updates to core and the views module. I am trying to build a view to show three pieces of content (training events) that should display the three most recent pieces of content, based on the date field set by the user... read more
Display a grid view without border columns

Fallback value for contextual filter, in case the &quot;provided default value&quot; does not exist

I want to display a block on each page (nodes as well as pages created by Views) that displays links to nodes that are tagged with a certain taxonomy term. How to decide which tag should be used: {1} If the page is a node that references a taxonomy term: use the... read more
Display a grid view without border columns

How to make a page visible only to users with permission to use the administration theme?

I have created a basic page which I only want to be viewable by people who have access to the administration theme. I have given the page a path of admin/shipping-help but to my surprise the page is visible to anonymous visitors, nor does the page display in the admin... read more
Display a grid view without border columns

how to render a node field of a referenced node on the node form

I’m using Display Suite to show a referenced node inside another node in the default display. But when I edit this node that has the entity reference field on it, it shows me the reference field and I’d like that to show the rendered content of a field of... read more
Display a grid view without border columns

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
Display a grid view without border columns

How can I sort by last word in the node title field?

In one of my content type, we are storing names in the Title field. For example, title is "John Smith". Due to the recent requirement change we now need to sort results by last name. But since the name is stored in Title how can I sort by last name in the... read more