This forum is for assistance with theme development.

secondary_links on front page?

<div id="menu">
	<?php if (isset($primary_links)) { ?><?php print theme_menu_links($primary_links); } ?>
</div> <!-- end menu -->

<div id="sub_menu">
	<?php if (isset($secondary_links)) { ?><?php print theme_menu_links($secondary_links); } ?>
</div> <!-- end sub_menu -->

I am using PHPTemplate, and that code above is how I output my primary and secondary links as unordered lists.

title not showing in selected nodes

hi guys,
my website http://www.sitelancers.net

i created my own page.tpl.php and node.tpl.php

when i click the title of any posted story.... it dont display the title again.

see http://www.sitelancers.net/?q=node/19 why it dont display the title?

Evil CSS spawning demonic images

Okay, my title is a bit much, but my problem is real.

I'm trying to get images inserted by img_assist to align properly in my nodes. I found a potentially wonderful solution here:

http://drupal.org/node/65358

However, the solution solves one issue and presents another. After making the following modification to the img_assist module:

< $output = "";
---
> $output = "

";
1289c1289
< $output .= "";
---
> $output .= "

";

login customization

I'm making a theme for drupal 4.7 and i need to customize the user login block. I have created an overridden function phptemplate_user_login($form) in template.php and new formating in user-login.tpl.php. The problem is that it only effects elements within form tag and the form tag itself keeps unchangable. But i want to rip off id="user-login-form" (or change it to user-login) from the form tag as it brakes my layout.

Does anybody have any idea how i can do that?

how to add a custome logo on meta theme??

Hi
i have installed the meta theme and i was wondering how can i add a logo to that theme can some one please help me regarding that

thanks

Clear step-by-step instructions

I have just begun working with Drupal sites. Where can I find a clear, step-by-step guide or instructions to making my own theme for a Drupal website? I looked through the Handbooks section. Maybe I am new to this, but there seem to be bits and pieces of things, and it looks like I have to read everything in the Handbook before I can start. I plan to read a lot of the Handbook but just wondering whether there is a step-by-step guide somewhere that either I didn't find or I didn't know.

Thanks for any advice.
Petre

Pages

Subscribe with RSS Subscribe to RSS - Theme development