This forum is for assistance with theme development.

I need help with a theme, Thanks!

I would like to create theme similar to what I have at www.tcnband.com for a drupal version of the site. Any help will be greatly appreciated. To see what I have done you can go to www.tcnband.com/home. You can contact me at jamespdaniel@voyager.net if you know any way you can help. Thanks again!

Theming simplenews: which line do I edit to remove the email address from the "subscribe" to newsletter block?

I want to theme the simplenews block.
I'm just going to edit the module.
Which line/s do I edit to edit to remove the site email address from the block? I want to make this block as small as possible.

function theme_sn_form($tid, $sub=1, $unsub=1, $email='') {
$sn_form = '

Theme Menu Links

How do I get access to links in, say block.tpl.php? What I want to do is spit out something along the lines of:

		<ul id="nav">
			<li id="nav-link-1"><a href=<?php print "$link['url']"; ?> <?php print "$link['description']" ?></li> 
		</ul>

I'd probably preface this with something like

Dumb contact question

This is probably really dumb, but hey, never hurts to ask. much.

How is the contact form title capitalized on drupal.org? On my sites, running 4.7.2, it's lowercase "contact" at the top. I'd like to capitalize it, or otherwise change the page title, without getting into the module itself, obviously.

I assume there's something I can do in template.php, but I'm not good enough at this yet to know what it is.

Add banner graphics that are not in blocks (phptemplate)

Hi,

I am currently working with the Spreadfirefox theme and curious how I would go about adding side banner graphics to the left and right of the layout without inserting them into blocks. Also is there a way to display them only on certain pages.

Thanks,

Ivan

How do I get rid of 'add new comment'

I want to get rid of the 'add new comment' link, but not the link section itself. I also need comments to work with forum posts, just not with pages.

I tried administrator > settings > content types > page (configure) > and set 'Default comment setting' to disabled, but this did not do the trick.

Does anybody have any idea of how I would accomplish this?

Pages

Subscribe with RSS Subscribe to RSS - Theme development