Questions tagged [drupal-themes]

This tag is for questions about themes hosted on Drupal.org. Don't use it to generally mean "this question is about a theme," when the question is about a theme's code, or when the question is already using a specific tag, such as "theming," "theme-template," or a tag specific for the used theme, such as "zen."

A theme is a "skin" that lets you change the layout and appearance of a Drupal site quickly and without programming.

For questions about the Drupal theming system, use .

166 questions
1
vote
1 answer

Drupal: Store 'default theme' in Feature

I'm afraid my question is a no-brainer for almost everybody, but I can't find the answer. I can't find it using Google, StackOverflow or by examaning the code generated by Features. How can I store the default theme of a site in a feature? Do I need…
Ideogram
  • 1,265
  • 12
  • 21
1
vote
1 answer

How to add theme settings to Zen-based themes?

I'm trying to place my own theme settings into a drupal subtheme. i've used the forms API in theme-settings.php but they are not showing up in admin/build/themes/settings/$mytheme. my theme-settings.php is uploaded here in case you'd like to see…
Capi Etheriel
  • 3,542
  • 28
  • 49
1
vote
1 answer

Loading users from an SQL query - the correct way

I have an SQL query that lists the uid of all users who have a certain role: SELECT u.uid FROM {users} as u, {users_roles} as ur WHERE u.uid = ur.uid AND ur.rid = 10 ORDER BY u.uid DESC I need to load them all in an array as objects for…
JeroenEijkhof
  • 2,232
  • 2
  • 25
  • 39
1
vote
2 answers

Drupal 7 custom content type theme hiding Header/footer from node.tpl

I have a custom content type "mycustomcontenttype" and i have a view listing for this Content Type. I have also a link in title for each node when clicked will open a popup shadowbox with node details. My problem is when the details comes in popup i…
1
vote
2 answers

customizing order of Javascript Loading in drupal & adding a new JS to that list

I want to customize the order of loading javascripts in drupal 7. I am using Bartik theme. If I want to add a new JS and load it somewhere in between those list. How can I achieve the same? Thanks
JayKandari
  • 1,228
  • 4
  • 16
  • 33
1
vote
2 answers

How to modify the drupal search templates?

I'm attempting to create my own templates for the search pages using drupal 6. When creating these template pages i usually use Drupal Template Suggests but for some reason when creating the…
Shadi Almosri
  • 11,678
  • 16
  • 58
  • 80
1
vote
1 answer

After changing website template into drupal images don't load

I'm changing a site template into the drupal theme. I put the header in html.tpl.php and body in page.tpl.php and also set .info file but the page doesn't load properly and image of the site don't show in browser. it seems to me with these settings…
Mohammad Yousefi
  • 563
  • 2
  • 7
  • 21
1
vote
2 answers

How to use individual fields inside template files of a Drupal theme

I'm new to Drupal and I'm creating an event management website with it. I'm using Drupal 7 and I have created a custom content type called "event" and I have written my own theme. I have a problem with theming the custom content type. I have built a…
1
vote
2 answers

How to create a new region in omega subtheme?

I am a new in drupal development. I know about Creating region in custom theme.But I want to create a subtheme as base theme of omega. I want to add the new region but not worked I cannot add the blocks in this region?Any one help me?
Ben10
  • 3,221
  • 2
  • 34
  • 61
1
vote
1 answer

Drupal 7 - Module block with custom template not rendering

I can't seem to get my custom block within my module to render the template file I created. Here is my code:
jwBurnside
  • 849
  • 4
  • 31
  • 66
1
vote
0 answers

adding jw player to drupal commerce/ ecommerce pro by themesnap

I'm New to all this, but I have the e-commerce pro theme that I have modified a lot. I am on my last tweeks, but I'm getting stuck. I have the theme going good, products and everything work good, except for an issue that involves add a video to the…
asperi
  • 19
  • 1
1
vote
1 answer

Creating separate databases for multiple themes in drupal 7.15

How to create multiple databases for the multiple themes installed in sites/all/themes/.
1
vote
1 answer

Can you have more than one node.tpl.php in Omega/Drupal 7?

Is it possible to have more than one node.tpl.php in Omega/Drupal 7? For instance, if I wanted the homepage to pull in node.tpl.php (events/articles) but once a "Read more" link is clicked, it goes to something like event.tpl.php or article.tpl.php…
user1320948
  • 21
  • 1
  • 6
1
vote
1 answer

Images are not showing up in drupal 7

I have got a theme downloaded from http://template-help.com. I have followed the instruction manual provided by them to install the theme and demo site along with that. In localhost its all working smoothly, but when i uploaded it to the server…
Maverick
  • 2,738
  • 24
  • 91
  • 157
0
votes
3 answers

Styling menu block's menu links in Drupal 7

I'm trying to style a block in Drupal 7 and I'm having a very hard time figuring things out! I've used the menu_block module to get all links from the main menu. It produces a block with links in a ul, which I would like to theme as divs for each…
Mikkel R. Lund
  • 2,336
  • 1
  • 31
  • 44