Is there an easy way to theme my guestbook? (standard guestbook.module). I'm using PHPTemplate, but making a node-guestbook.tpl.php seems to do nothing. That's probably logical since the guestbook itself isn't a node? Would be nice to get this enlightened.
I'm creating a Drupal website about wine, vines and tasting. Drupal is a very great system by i am not an artist and i can't make a nice theme about that. Is there anybody who can make a theme for me about wine tasting ?
I've seen some blogs where the comments made by the site owner are stylized differently than the other comments. I don't want to re-style *my* comments, but just make my name stand out.
What I'd like to do is have it so that when I make a comment or reply, that a <span class=""> appears before $author (and the tag would close after $author). If the author is not me, then that bit of html is not added.
Ok, i am new to theming .. but it's got to be done by monday. I just want to make sure my understanding is correct on some issues:
I'll need to customize the look of the forum pages and the blog pages. So:
page.tpl.php is the file that governs the look of the entire page?
so i copy this to page-default.tpl.php and also copy it to page-blog.tpl.php and page-forum.tpl.php, and then by modifying code in those files i can get a different look to the blog and forum pages?
Maybe I just haven't been looking in the right places, but I can't find a Drupal theme for a 3 column, fixed-width layout. I'm looking for something simple I can start with and adjust to fit my desired look and feel. I like having both left and right columns, but I want the middle to remain a fixed width regardless of the browser window's size.
Thanks for any help pointing me in the right direction.