This forum is for assistance with theme development.

How to create multiple blocks for blog teasers from a single view automatically.

Hi,
I have created a site whose home page is built in a way that it will display 4 latest blog posts in separate blocks all the time.

I have created a view and successfully created a single block displaying one latest blog post, but I am not sure what to do to get the other 3 blocks generated automatically. Any idea?

Thanks in advance!

Creating a different look for a single page

I have a website where the layout works for most of our content - basically a header, footer and 2 columns - but I have a couple instances where I want to just have the top menu and a single column layout. One is for an iframe that's embedding a separate site and the other is a particular report that needs to be one full-width column.

I've searched on how to do this but not sure I'm framing the question correctly. Can someone give me some basic steps to how to accomplish this?

Thanks, Patricia

batrik comment style

hi, i want to change the comment style and make it like bartik

please help

Upload Theme to Drupal.org

I have developed a drupal 7 theme and i want to upload it to drupal.org, when ever i create a theme project in drupal.org it always shows up in the sandbox project. Please tell me how to upload my theme properly to drupal.org
Thanks

$snippet not showing in search results

Hello. I hope this is the right forum to post my question. It seemed the most relevant.
I use a custom search-result.tpl.php. I have removed the author and date info from it. This is the code:

Tip: Adding a built-in Drupal 7 datepicker to an arbitrary form text box

In the php.tpl file that contains the arbitrary form text box add this at the top (for D7):

drupal_add_library('system', 'ui.datepicker');
drupal_add_js("(function ($) { $('.datepicker').datepicker(); })(jQuery);", array('type' => 'inline', 'scope' => 'footer', 'weight' => 5));

and make sure you have an input text box that has the .datepicker class:

Pages

Subscribe with RSS Subscribe to RSS - Theme development