 |
 |
 |
 |
#56344 - 07/11/02 12:57 AM
The *Official* Features Request Thread
|
Member / Blamoholic
Registered: 01/23/01
Posts: 1296
Loc: Alberta, Canada
|
What better way to kick off the portal forums then to get some feedback from the users about what they want to see in the portal. After all, it is made by UBB users, for UBB users.  In this thread you may post your thoughts and ideas for features to be included in the UBB.portal. I'll start it off by explaining what we have planned/done. - News - Polls - Who's Online (PNTF) - Calendar - Reviews - Styles Integration - Latest/Most Active Topics - Login Please let us know if we are missing a feature that you would like to see included, and most importantly if you think you can help us creating some of these features contact TheX, Allen or I to join the Sourceforge team!
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#56348 - 07/11/02 06:51 AM
Re: The *Official* Features Request Thread
|
Member
Registered: 06/18/01
Posts: 560
|
</font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">quote:</font><hr /><font size="2" face="Verdana, Helvetica, sans-serif">Originally posted by Lord Dexter: Here's my list:
-PM's -Statistics of some sort. (Including latest member to join, top poster and top thread starter maybe) -Search Box.
Thats all I can think of right now.</font><hr /></blockquote><font size="2" face="Verdana, Helvetica, sans-serif">I like the stats and search box ideas....If stats isn't possible, then I'd like at least a "Our newest member is:" thing and a "Registered Members: *insert number here*" thing. Search box, would be self explenatory, as it's....well, just a search box. ~Jon
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#56382 - 08/11/02 11:07 AM
Re: The *Official* Features Request Thread
|
Member
Registered: 03/11/01
Posts: 314
|
I agree with all of the suggestions above (last few pages), yet I do have one reservation / concern.. Processor usage.
The advantage of systems that use PHP is that they're both static and dynamic and much more efficient, Perl/CGI simply isn't. In other words you wouldn't really want the output to be as dynamic as say the forums themselves – too much CPU usage on larger sites.
As an example, most separate news systems (NewsPro etc.) store the data in static files, updating whenever a new item is changed. Yet the files that are actually called are either .txt or SHTML (via SSI), thus massively saving on CPU time by not having to run a CGI each time the page loads.
Running CGIs may seem like small peas to some of you, but even a small script can cause some serious load on a site getting 6,000+/- visitors per day (main page). You need to be clever and look for ways to have the data update at set periods (excluding news, which updates when you add a post) rather than all load when the page is loaded. This could turn 6,000 daily instances into say 24 (update per hour) or 48 (guess = 30mins =]) and yet still appear just as dynamic to the end user and ultimately save resources.
I like the UBB Latest Threads hack for this same reason, you can output to an HTML rather than call the CGI directly. The HTML can be made to update when somebody adds a new post only and thus not have to load dynamically each time a visitor loads the front page (not forum page - the main external HTML page).
Anyway that’s just my idea.. crazy eh =).
|
|
Top
|
|
|
|
 |
 |
 |
 |
| |