Topic: new design (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: f(x) |
posted 10-17-2007 23:22
I made a design for my Drupal powered website. |
Maniac (V) Mad Librarian From: Seoul, Korea |
posted 10-18-2007 02:47
Simple enough. Not too much to mention. |
Paranoid (IV) Inmate From: f(x) |
posted 10-18-2007 02:57
1. I will get around to adding more distinct designs as time goes on. I also need to get around to making a print stylesheet for this design. |
Maniac (V) Mad Librarian From: Seoul, Korea |
posted 10-18-2007 15:06
No problem. |
Paranoid (IV) Inmate From: f(x) |
posted 10-19-2007 01:39 |
Maniac (V) Mad Librarian From: Seoul, Korea |
posted 10-19-2007 06:20
I've got another suggestion... I just sent you an email via your contact form, and after submitting the message it dropped me back onto the main page. It would be nice if there was a confirmation screen to let people know that the message was sent. |
Paranoid (IV) Inmate From: f(x) |
posted 10-19-2007 06:30 |
Obsessive-Compulsive (I) Inmate From: |
posted 11-08-2007 05:20
I like the colours, and the overall design is appealing. I do however find the the outer glow on the character to be way to wide. I'd also redo the test on your buttons there a little bit jaggy. Cheers. |
Paranoid (IV) Inmate From: London |
posted 11-08-2007 11:16
You have a few errors there in your HTML, you've got some Spans (inline elements) surrounding your UL's (block elements) I would change the spans to Divs, and if necessary float or change to display: inline; |
Paranoid (IV) Mad Scientist From: Inside THE BOX |
posted 11-12-2007 08:44
zavaboy: You need to add <?php print $messages ?> to your page.tpl.php. This is the statement that outputs all Drupal error and confirmation messages. |
Paranoid (IV) Inmate From: f(x) |
posted 11-12-2007 13:10
drmadcow: I like the amount of glow on the header text. If someone else agrees with you that there is too much glow, I will consider reducing it. And I don't understand what you mean by redoing the test (er, text?) on my buttons. |
Paranoid (IV) Mad Scientist From: Inside THE BOX |
posted 11-12-2007 22:00
Are you using Drupal 6? That looks to be a Drupal 6 addition. I'm not sure where or how the show_messages option is set, but I'd bet that's what's preventing the Contact module from displaying its output. code: <?php if (isset($show_messages) && $show_messages && $messages): print $messages; endif; ?> |
Paranoid (IV) Inmate From: f(x) |
posted 11-12-2007 22:39
When you mentioned version 6, I realized that I was using some of the stuff from garland v6 when I'm using v5.2. I'll now check with the 5.2 version and change my page.tpl.php as needed. If you're wondering where I may have got the v6 garland, read my first posting on my website. |