Doc's Vision for the OGFB Site
I've been running the OGFB site for about 6 years now, it's got around 3,000 registered members of which about 300 or so are regular contributors.
My vision for the future is to give the site members a smooth ride during the initial transition over to a Drupal based site (easy to use - not unfamiliar) . That said the added functionality that Drupal offers in the way information is presented and gathered is most welcome and will be introduced.
Technology is continually moving on and nothing stands still, like wise my OGFB site drastically needs dragging into the 2010's kicking and screaming if need be.
My main unconditional requirements (not in any particular order) are :
- Horizontal and Side Bar Navigation (Initially - the members like it)
- Forum Topics and Replies to be maintained
- The Gallery images and comments maintained in their category/sub-cat order together with the existing underlying directory structure. A lot of the images in the gallery are referenced/shown within the forum topics
- The Members details kept (Except Passwords)
- Fast Search capability ( I currently have full text indexing on my MSSQL database and it is fast)
Preferable Requirements
- To maintain exsisting Search Engine URL's pointing to various forum topics (I don't think this is possible though)
- To integrate the PHP based IBProArcade games module
- Incorporate the Articles (Around 150 approx) into a suitable Drupal container/module
- Anti Spammer registrations
- Incorporate the Sites SP Links Module into a Drupal container/module
- Calendar /Events Module
New Features Wish List
- Groups
- Books
- Taxonomy
- Advertising
- Donations
- Database backup
- Mobile compatable
Plus a load more I can't think of at the moment
At the end of the day I want the site to be user/friendly, functionally efficient and to keep up with modern application trends.
- Doc's blog
- Login or register to post comments
-

Comments
#1 Thoughts on requirements
Below are my brief thoughts on both your unconditional and preferred requrements.
Unconditional Requirements:
Preferable Requirements:
New Features Wish List:
The only thing that you didn't mention in your requirements is what you'd like the site to actually look like. I've used the Genesis Theme to create this site's theme (as a sub-theme). It's really conducive to a SP look and feel. You currently have a bunch of SP themes on your site with the Theme Changer block enabled. These themes don't just grow overnight ;) Is there any one in particular that you'd like to use as a starter?
"Once in a while you get shown the light
in the strangest of places if you look at it right."
-Garcia/Hunter
#2 Thanks for all the info, it
Thanks for all the info, it will send me off to the Drupal Site to find the items mentioned above and install them to have a play.
I just downloaded the Genesis Theme to my localhost PC and will have a play with it tomorrow.
A recent poll I did regarding themes on the OGFB site, 90% of over 200 responses came back in favour of "Frosty-Sky", that together with the numbers from the SP Theme manager confirms it.
It would be nice that the look and feel of the new site wouldn't be to far detached from the current site, In the future I can slowly add other themes to break the members in slowly.
The info above sounds very do-able, What I need to do now is to get Drupal running on my hosted MS-IIS server under one of my development sites (which is possible I just haven't had the time to read up on it yet) and get the various modules, themes etc setup and looking right. Once we are both happy we can then start looking at the actual nuts and bolts of the data migration into the test site.
Looks like I've got a busy weekend ahead of me
Best Regards
Doc
#3 Genesis Theme
There a bunch of great videos done by the guy who wrote the Genesis Theme. They can be found here. If you watch them in order, it explains how you set up a sub-theme (so that your changes don't get wiped out if a new version of the theme is released).
The theme on this site is a Genesis subtheme that I based on the same Frosty Sky theme. I changed the color scheme, but the Sky theme is very do-able. I've modified it to include CSS for many of the included modules including forums. Play around with Drupal. Go nuts. It's really easy to wipe and restart if you go too far down a long road. If you encounter anything worth noting, the blogs here are a great place to document so others don't fall down the same hole. :)
IMPORTANT NOTE
Internet Explorer has a limit on the number of CSS files that it can read in. I think this limit is 26. An unoptimized Genesis theme contains many more that IE's allowable limit. When modifying the CSS for a Genesis subtheme, you're better off using Firefox since it does not have the CSS file limit that IE has. If you make changes to template files, you should flush your theme cache for them to take effect. When you want to see your theme is IE, you should set the Optimize CSS and Optimize Javascript to 'enabled' in Admin > Site Configuration > Performance. This caches most of your CSS and js files into a single cache file which a) speeds up the page load since the page only requests a single CSS file for the theme and b) allows you to view the page in IE. When you are modifying CSS and are wanting to view the results on the fly, then set the Optimize CSS and Optimize Javascript to 'disabled' in Admin > Site Configuration > Performance.
"Once in a while you get shown the light
in the strangest of places if you look at it right."
-Garcia/Hunter