A theme is a "skin" that lets you change the layout and appearance of a Drupal site quickly and without programming.
0
votes
0answers
2 views
How to define the new style for modal popup? in drupal7
How to create a new stylesheet for modal popup for drupal7.
I am using modal_form module and on every page I am getting "Login" link which opens a popup but I want to change the style of the popup.I ...
0
votes
2answers
10 views
Drupal 7 conditionally check a field
I'm trying to write a conditional statement in a template file to check if the value of a 'node reference' field is not equal to a certain value. This is what I have so far:
<?php
$value = ( ...
0
votes
0answers
8 views
drupal 6 theming: wrong layout on window hosting
I made theme and it works well on Linux hosting. We have some reason to change to Windows hosting and got a minor issue:
On Linux host, link css is in their correct place head tag
...
0
votes
1answer
17 views
Drupal Custom Templating Security Issues
I'm mainly a Wordpress guy and am trying to learn the ropes of Drupal 7. My question relates to templating best practices and security concerns. I am working with extremely complex designs (yeah ...
1
vote
0answers
9 views
Drupal Custom Content Type Node Reference Field to Custom Panels Page
I'm a little bit of a Drupal newbie here so still getting my bearings while doing site architecture and really utilizing modules to their fullest. Basically what I have setup here is a custom content ...
-2
votes
0answers
10 views
How to add a new content using webform module without using admin? [on hold]
I made a new webform using webform module with title, overview, video upload, picture upload and categories components. I don't konw how to add these fields into database. What should i do?
0
votes
0answers
4 views
Drupal Form Values Not Retained If Validation Fails
I have custom form which adds profile(say, Pan Card Number,Mobile Number,etc) info to user.
In case one of the validations fails the values should be retained in form fields,
This Field Values ...
1
vote
1answer
25 views
Drupal 7 working with fields
Hi I'm a Drupal newbie and am really struggling with best practices for this CMS. Right now I am trying to use the Panels 3 Module to create the pages of my website with custom layouts that I have ...
0
votes
2answers
28 views
drupal Block Config option not showing in main page
Hi I am logging as admin but block config option icon is not showing on top right corner of every block. I have to opt a long route to configure the blocks. plz help.
0
votes
2answers
56 views
Drupal 7: How to theme nodes based on region?
How do I control the output of a node rendered inside a specific region?
Inside Sidebar First, I can theme blocks by creating a block--sidebar-first.tpl.php template file. However, creating a ...
0
votes
2answers
29 views
Drupal sub theme does not inherit the parent css
I have a sub theme called JeanB whose jeanb.info file is like
name = JeanB
description = JenB is a new theme.
basetheme = bartik.
stylesheets[all][] = css/jeanb.css
regions[header] = Header
...
2
votes
1answer
31 views
Drupal 7: How to create a “shippable” theme?
I'm creating a new Drupal theme for news web sites, which needs some fields to be added to the Article content type to work. For example, the theme will change the header image into something ...
0
votes
1answer
37 views
Drupal 7 theming: Highlight the relevant sub-menu when viewing an article
I'm making a news theme with sections like "Sports", "Health" etc based on the taxonomy module. The "Section" vocabulary is then used as a main menu with sub-sections as sub-menus. Now, I want the ...
1
vote
1answer
22 views
Common index page for 3 drupal sites
I have 3 websites which were built on drupal, 3 are on different sub-domains each. Now i want to built a common index page for all 3 websites in which i want to show features of all 3 websites and to ...
0
votes
1answer
36 views
Drupal path wildcard but not on all levels
I have created a view page which shows all the work project thumbnails by default and then there is a block included on the page which filters the view (but not using ajax) it just added the company ...