4 replies [Last post]
henns20's picture
Offline
Joined: 10/11/2007
Juice: 31
Was this information Helpful?

well you guys know how to do ecommerce -- and webdesign is awesome as well. Last question are you guys using the out of the box forums for drupal

Ryan's picture
Offline
Joined: 08/07/2007
Juice: 15438
Re: love your website is this based off the zen theme?

Thanks for the compliments. Smiling

The theme was designed by Diego Lago of Springmile. I believe he based it on his Aberdeen theme. I'm not sure if he started with Zen for that or not.

The forums are indeed the Drupal forums, but we're using a modified version of flatforum and a few contributed modules and custom modules to get the rest of the functionality.

Cool

psynaptic's picture
Offline
Early adopter... addicted to alphas.Not KulvikTheminator
Joined: 08/28/2007
Juice: 731
Re: Re: love your website is this based off the zen theme?

After downloading the modified files and following Ryan's handy hints I managed to get a rather nice flat forum started. There is more work to go but I'm really happy with the possibilities with it now that I've done some theming of it.

skizzo@drupal.org (not verified)
skizzo@drupal.org's picture
Re: Re: Re: love your website is this based off the zen theme?

thank you all for the nice flatforum addition, it really eases the migration from phpbb to drupal. What I really need is to remove the drop-down forum selection box in the message posting form. The issue is described in http://drupal.org/node/165196 . I need that because with a large number of unrelated forums users inadvertently keep crossposting. As I have no knowledge of php, I would greatly appreciate your instructions on how to hide the drop-down box. If that is really hard to do, please let me know so. TIA.

Ryan's picture
Offline
Joined: 08/07/2007
Juice: 15438
Re: Re: Re: Re: love your website is this based off the zen them

skizzo, I don't have the time to go into it, but you can hide the select box using CSS to add a display: none; rule to that select box's div. The problem is you'll need to take care of the forum topic posting links on pages that won't set a default forum... this would be the main forum page and the create content page.