This forum is for assistance with theme development.

Change name of Search-button

I'm busy with a theme and am trying to change the name of the Search-button.

This actually works, but when I change it, search doesn't work anymore...

Here's the code of the working search-box:

3 column blix with problems

Hi,

I managed to do a 3 column blix, but I'm facing some problems. I'm not very good at CSS so I hope all of you can have a look at it and maybe tell me what's wrong.

Mainly, the problem is the right column is not aligned with the header anymore. Also, when all blocks are on the right side, the content is still in the middle of the page (not expanded) making a huge white space on the left.

You can try it out on your drupal, here are my files:

http://staywealthy.com/themes/blix/style.css

my page.tpl.php which I added

  <div id="subcontent">  
    <?php print $sidebar_left ?>
  </div>

and changed:

  <div id="subcontent">  
    <?php print $sidebar_left $sidebar_right ?>
  </div> 

to:

  <div id="subcontent">  
    <?php print $sidebar_right ?>
  </div> 

Full page.tpl.php:


print $language
" xml:lang=" print $language ">

print $head_title

print $head print $styles

print theme("onload_attribute"); >


print $sidebar_left

if ($messages != ""):

print $messages

endif;
if ($mission != ""):

print $mission

endif;
if ($title != ""):

print $title

endif;
if ($tabs != ""):
print $tabs
endif;
if ($help != ""):

print $help

friendselectric questions/issues

I am trying to adapt and use the friendselectric theme which seems to fit nicely with what I am trying to do. However, I am having some trouble figuring out how to change the top nav links. They seem to have defaulted to the first menu I made, and I can't seem to change it. How do I configure this in drupal so that I can change those links to something else? Also, is there a way to remove the links altogether? Finally, can the layout.css somehow be changed so that the links will show up in the middle of the page instead of the lefthand side?

Channel Nine - header doesn't appear

Hi,

I am trying out Channel nine theme on a 4.7.

The header does not appear.

rightsidebar1 & 2, and the other blocks all can appear.

Anyone encounter this before?

Change theme of newsletter block!

Hi,
I use of simplenews (http://drupal.org/project/simplenews) module for handling newsletters in my site. I would like to remove Subscribe and Unsubscribe options from newsletter block. Does someone know a way to theme newsletter block and remove these options.

I like my newsletter block apeear like this:http://drupal.org/files/issues/newsletter_example.png

Regards

Changing Forum node via PHPtemplate

Hello,
I want to change forum node , but i counldn't find anything about it in phptemplate documentation.
Whould you please help me?
thanks

Pages

Subscribe with RSS Subscribe to RSS - Theme development