Almost everyone who has joined this thing has asked, "Where is the feature to find other members?"
Unlike the Alpha version (long gone, thank goodness), there is no "master members list." Besides the fact that this is slightly unprofessional, there are members that I'm sure are not willing to post their information to a public forum like that - some like privacy and anonymity.
In any case, I am building a module to help "locate" members, but it will be done through locale (meaning you better set your profiles). Of course, there will remain the option of listing yourself OFF the master members list - but it will be set by default to "list."
While developing this site, I went over many rewrites of the same module (chalk it up to learning). One of the main problems I faced was whether or not I was going to develop this site with classes (Object Oriented Programming) ...
The conclusion, after much research, was a resounding "no." Although OOP programming is incredibly powerful and clean, it allows for none of the advantages that I'm looking for.
Developing this site's backend by my lonesome, I'm not required to make thing standardized or "clean." I'm the only one looking at the innards at this time ...
Furthermore, OOP in PHP is more server-intensive, and that is one issue that I'm really factoring in my decision. The coding I'm doing is constantly refined to be faster and less server-intensive. Most of the work over the past weeks has not been new features - it's rewriting old features and getting things to work better (that's not to say I haven't been planning better features lately).
Speaking of which, I will be rewriting the way templates will be done in a little bit. You won't notice any problems or changes (hopefully). Basically right now each page is generated on the fly from a master template page; this is quite server intensive and will work for the few members we have now, but already I've been noticing high server loads.
So I'm going to try to make "static" pages that are generated from master template files (very similiar to what's being done now for CSS - you'll notice in your HTML source that you have a separate CSS file from everyone else if you've customized your site style) that will only change upon editing.
This will hopefully reduce a LOT of load on the server ...
Still working on new features. Site tracking/better gallery upload UI/"auto links."
More to come soon. Also got a few templates coming up .. very similiar to the Brarh template in style.