This forum is for assistance with theme development.

Add "View All" Buton to Search View ?

Created a View to customize a search experience.

I want to add a second button to the right of Search, called "View All" , which will return all the nodes.

What's the best approach?

http://filedb.experts-exchange.com/incoming/2014/12_w49/886107/scsrch1.PNG
http://filedb.experts-exchange.com/incoming/2014/12_w49/886108/scsrch2.PNG

Sidebars Not Visible on Custom Content Type

Hi all, please forgive the newbie nature of this question.

I've got a content type ("Testimonial") for which I've made a template ("node--testimonial.tpl.php"). The template is pretty simple:

danland remove "Home" region or "Home" link

Hello,
Can you help how I can remove the Danland "Home" region or "Home" link. It is on every page I made. All other regions I can stop, but not the "Home" region.
Thanks for your help.
Gr

How to add values to a row inside a table in Drupal

This maybe a very simple question but I am very new to Drupal and have not figured it out yet.
The whole code is listed below. All I need to do in the first step right now is add values the row lets say I want it to say 'test1' in Row1 Column 1 and test2 in Row1 Column 2 and so on how do I do it? ( I have tried using each of the following but they did not work for me: '#value' => t('Row 2 Column 2'), and also tried '#data' => t('Row 2 Column 2'), and also tried '#markup' => t('Row 2 Column 2'), but none of that showed up with any value. What did I do wrong?

Unable to get table to show up if using Drupal form

Good Evening,
I am very new to so apologizes in advance if this is a dumb question.
Objective: Have a form with one text field and submit button. Upon clicking submit a table shows up. (How do I do this?)

When I do it like below and have a form with one text field (using the text field for passing value to db) and and a submit button then my
return theme('table', array('header' => $header, 'rows'=> $rows)); appears to have no effect and the table never shows up.

theme settings

I'm making custom slider settings, and therefore i'm having some problems with variables being not rendered :/

Maybe I'm doing something wrong, so i posted the code, to you guys to check where is my mistake, or i'm just doing it wrong:/
//template.php

Pages

Subscribe with RSS Subscribe to RSS - Theme development