This forum is for assistance with theme development.

Text in Search block

Does anyone know how to get text to apear in the search box and when clicking on it, it dispaears. Like the site below:

http://breakerdesign.com/

The code from the sites seems to be this

onblur="if (this.value == '') {this.value = 'live search';}"
		onfocus="if (this.value == 'live search') {this.value = '';}" 

How would I add this in phptemplate. I imagine I need to over ride the search function...

Removing CCK fields from <?php print $content ?>

Hi,

I am using Content Creation Kit (CCK) to create all the fields I need and I want to arrange them separately in my node views. So I am recalling them like this:

<?php print $node->field_example[0]['view']; ?>

The problem now is that these fields are then duplicated by <?php print $content ?>

How can I prevent this from happening?

Thanks,

Alex

Drupal Templates?

Hello Fellows

I have a question i have installed a drupal 4.7 version and i m already using the 4.6 version
but i m having a tough time finding good templates for drupal does anyone knows any website selling or free templates for drupal
please do let me know i realy want to change the look of my websites

Thanks

Nodevote recall

Hi,

Using nodevote.module, how can I recall the number of stars an item has as a separate phpTemplate item, so that I can place it individually in the node.tpl.php file, i.e. not underneath the content... (Also I want to remove the 'Vote Result' title and border).

Thanks,

Alex

Problem with "Internet Center" template.

I have Drupal installed and I want to use the "internet center" template, but I am having problems, please go to http://thebasiqs.com/drupal to see what i am experiencing.

Any help would be appreciated.

Dumb code/css problem

I am clearly just not getting it... I am trying to fix a bit of code I inherited on skymanbob.com. In IE all is well, in Firefox there is a layer that is shifted to the left, you can see a bit of the left border up by the header scooted to the left, and the links over the yellow triangles on the right shifted as well. I have not been able to fix this up. Can anyone pinpoint the specific problem and solution?

Tks,

Eric

Pages

Subscribe with RSS Subscribe to RSS - Theme development