My new Drupal-based web site is almost at Release Candidate 1.0: http://www.momsmedicinechest.com/.

I'm hoping to finalize the theme design this week. I'm stuck on a few items, which I'm hoping the Drupal community can help with! :)

Comments

rivena’s picture

Did you look at this: http://drupal.org/node/45471

I think maybe 1 and 2 need custom page layouts, which you can do by making your own tpl file. Well, supposedly, I've never done it myself. :)

For 3, perhaps the Views module is best, you can choose to have exposed sorting, but it might not be pretty. I'm sure you could fix it though! :)

Anisa.
jealous of people with pretty websites...

-----------------------------------------------------------
Kindness builds stronger bonds than necessity.

www.animecards.org - 18,000 card scans and counting!
-----------------------------------------------------------

cklester’s picture

I've looked everywhere on theming the views. I just found the Views Theming Wizard, but pasting the output from that into my template.php causes nothing to show up in the view list area. I'm looking closer as to why, but I'd really like some guru help here so I can finish this site and get content added by my authors.

How do I make and utilize a *.tpl.php file?

I wasn't able to figure out how to allow users to sort using the various methods. Help! :)

Thanks!

rivena’s picture

I've never made a tpl file, but there are some examples here: http://drupal.org/node/46012

Views is a relatively new module, so perhaps there isn't much to be found.

I think you can allow user sort by exposing a filter, and then setting the options in the Exposed filter section?

Anisa.
going on vacation, yay!

-----------------------------------------------------------
Kindness builds stronger bonds than necessity.

www.animecards.org - 18,000 card scans and counting!
-----------------------------------------------------------

cklester’s picture

Thanks for the help. :) I'll look into all that stuff.

So many web sites to build, so little time. :/

Added: Hey, those pages gave me some good ideas! Thank you! :)