I have a quite big fansite including these features:
- a large gallery (with lightbox)
- a large news room + archive
- a phpbb forum
- many other info pages
For the moment, I code everything myself and it's not fun at all (and I do not find time to do it since march). And, of course, as I code everything by hand, I always forget to update something (the mainpage, or the mainpage of the section...)
I really need to be able to update the site from anywhere and to add several features like tagclouds...
My problem is to know how to move the existing page to Drupal.
1/ I'd like the gallery to still look the same:
main index for all the galleries categories:
http://sharon-stone.eu/2_gallery.php
index for 1 category:
http://sharon-stone.eu/events/index.html
Viewing one gallery:
http://sharon-stone.eu/events/0611_amfar.html
>>>>>>>>> Is there a module that would allow me to do this ?
(I want to make the thumbnails myself to crop them as I want)
2/ How to make a cool newsroom?
For the moment, the news room index looks like this:
http://sharon-stone.eu/news/index.html
and my homepage like this:
http://sharon-stone.eu/
I'd like to keep the look of these pages too
>>>>>>>>> Could you give me an advice or suggest me a module for this?
3/ Forum integration