This forum is for assistance with theme development.

Modifying Blocks and Regions

Ok here's what I'm trying to do. I am trying to get the regions and blocks of the Zen theme over to the itheme because I like it's look better. I am not familiar with PHP and I've been looking around trying to figure it out.. yet I just cant get to it. Can anyone offer any help please? Thanks.

using an imagecache themed link in the l() function.

Hi guys,

Just trying to output a thumbnail link using the l() function, so it gets properly aliased and so forth, and I can't seem to nut it. I've got:

<?php l(theme('imagecache_field', '120x80', $item), "node/$node->nid", array('title' =>'Image'), NULL, NULL, FALSE, TRUE); ?>

The imagecache theme bit by itself returns the correct image tag just fine, so I know that part is ok, I just can't get it to display inside an l() link. Is there a trick to this that I'm missing?

total newbie customization questions

I want to convert our existing site to Drupal. We have been using GoLive and have a set of HTML/CSS templates for our design. We cannot use existing Drupal themes (or templates, or whatever) because they just don;t fit. How do I incorporate our templates so that our Drupal site can use them? Is it a matter of pasting the HTML into a form somewhere and then adding tags? Not sure where to start and not sure of the terminology in Drupal yet. thanks

Getting the search feature to ignore javascript

hi,
Im using the search module and cron to provide a basic search system on my site. everything works grand, though i've noticed that it strips out all the tags and records the text only. normally this wouldn't bother me, but its doing it to javascript functions that i've embedded into the page. for example, if someone searches for something they get a result like this:

blah blah blah blah blah
somefunction("var");
blah blah blah blah blah

the actual javascript is embedding flash etc. is there any way to get the search script to ignore anything inside

Problem with nested primary links

Hello,

I am trying to create nested primary links for a theme I'm developing for Drupal 5.1.

For the Primary Menu, I've created the following tree:

Apples
-McIntosh
-Braeburn
Pears
Oranges

I'm running into an access problem, however. When I'm logged in as the site administrator, all of the items in the tree are visible with the following call:

Stretch Background Image to fit window

Hey everybody,

I've spent the last two days learning everything I can hope to learn about Bluemarine without being a programmer and still haven't found an answer to my problem.

I have a site at http://joe.tuxsteve.net

I need the background image (which I know how to setup in the style.css) to stretch/resize when the window is resized. I also need the same thing for the header image.

Pages

Subscribe with RSS Subscribe to RSS - Theme development