This forum is for assistance with theme development.

How to Create Two Right Sidebars

I want to modify the bluemarine theme so that both sidebars appear on the right-hand side of the screen. I know I can disable the left-hand sidebar and simply have the right-hand sidebar, but I want (from left-to-right) content, sidebar, sidebar.

What file do I modify and what do I change in that file? Thanks,

Ed

themes.drupal.org on IE

Just showing you all the default look of themese.drupal.org here at the office. Included screenshot is for I.E. 6.0.2800.1106.xpsp2.050301-1526CO.

http://latenightdesigners.com/files/themes.png

Hope this helps the developer.

Need 2-column theme with wide sidebar

I am looking for options for a project I am working on that ideally would have a two-column layout with a sidebar big enough to hold a 300 pixel wide graphic. It would also need top navigation with drop down menus, ideally using the nice menu module. I have looked through all the 4.7 compliant themes and I haven't seen one that fits the bill (Meta theme rocks, but I've been told widening the sidebar is prohibitive. I will probably use it if there aren't other options).

Are there any themes on the way the can work for this? Thanks.

Themes: fair price

Finally there are some quite nice commercial Drupal themes to release soon. Hope everything will be ready in a week. And while there are some last minute fixes and additions I'd be glad to have community opinion:

What do you think is a fair price for a quality commercial Drupal theme?

Themes will be released with royalty free license. Which means you will be able to use it for you / your organization add your client's projects but not (re)distribute or (re)sell.

Thanks!

How do you add images in the navigation instead of textual links?

How do you add images in the navigation instead of textual links?
I want to replace all the links with Images but I can't seem to understand how to do that, secondly, I want to add title or header images to the blocks i am creating, how do you add a separate title image to every block that stays consistent throughout the website.

help with snippets , set teaser length

<?php
$listlength="5";
$taxo_id2 = 105;
unset ($output);
$result1 = pager_query("SELECT n.title, n.nid, n.uid, n.created, u.name FROM {node} n INNER JOIN {users} u ON n.uid = u.uid INNER JOIN term_node ON n.nid = term_node.nid WHERE term_node.tid = $taxo_id2 AND n.status = 1 ORDER BY n.created DESC", $listlength);
while ($node = db_fetch_object($result1)) {
if (!$output) {
$output .= node_view(node_load(array('nid' => $node->nid)), 1);
$output .="<div class=block-block-user id=block-user-4>";

Pages

Subscribe with RSS Subscribe to RSS - Theme development