cgrim29588
Jun 24 2006, 06:02 PM
| | I'm currently playing to develop a new forum/messageboard software and was wondering what features are you looking for in a forum/messageboard software. This will help when developing the software beacuse then I will know what features consumers want. I wondering what feature you want and don't want as well as what type of security would you like to see in a forum/message board software.
|
Comment/Reply (w/o sign-up)
rvalkass
Jun 24 2006, 07:17 PM
Well, developing a new forum system is quite a challenge, you've got some big competition! Obviously go for PHP and give support for SQL, SQlite and PostgreSQL to appeal to as many different users as possible. Anyway, the main features I want are: Speed: A lot of the main forums out there simply run too slow as they have thousands of images, lots of Javascript, confirmation pages and I hate that "You are being taken to..." box that you get with IPB. Speed is vital to keep people interested and less annoyed when you run a forum, so I look for a forum solution that is fast. Simplicity: If a forum is too cluttered and confusing people will immediately turn away and avoid it, something you certainly don't want. It also makes it easier to post and use the other features of a board if they are easy to find. The admin panel must also be intuitive and simple to understand and navigate, yet contain the power to change advanced options. The admin panel on the new phpBB 3 is a good example. Source: The source code must be well documented and commented throughout. This means people are able to develop mods to add extra features and make the forum their own. A templating system has also got to be used and that must also be easy to understand and edit. People won't use a forum that they cannot make their own. Don't go overboard with features. You might think it's cool to implement or might be a nice idea, but are people really going to use it? Simplicity is far more important that 10 dozen features you will never use but 'look nice'. As for security, it needs to be as secure as possible, yet still customisable. If someone doesn't want to require email validation for new members then give them the option to turn it off. Having fewer features means that there is less possibility of a security hack or another problem. For each feature you want to implement you need to think, would I really use that feature regularly? If you're half and half then put it in but give an option to turn it off. Good luck developing your forum and if you want any help, I've done quite a bit of PHP and I am willing to help 
Comment/Reply (w/o sign-up)
cgrim29588
Jun 24 2006, 11:44 PM
Thanks for you input rvalkass!!! I will keep this in mind when developing the software. If you interested in viewing the information about the project visit: https://sourceforge.net/projects/boardzillabbs. Keep providing you suggestions and ideas.
Comment/Reply (w/o sign-up)
Johnny
Jun 25 2006, 02:35 AM
1. PHP/MySQL -- I prefer these systems over other ones, as they're easier to edit and work with. 2. Simplicity/Speed -- They kind of go hand in hand. I like a sleek, fast forum, that isn't loaded with graphics and such, but still looks nice. Maybe some good CSS usage? 3. Source -- I agree with Rob, the source code should be well commented so users can edit it easily. 4. Shortcuts -- It's hard to explain this, but basically just a way to do things faster or in bulk, like adding 10 subforums to a forum category, or adding 5 member ranks at a time. Stuff like that saves a lot of time when you're setting up a forum.
Comment/Reply (w/o sign-up)
michaelper22
Jun 25 2006, 04:01 AM
One feature I'd love would be the announcement feature of IPB. I have a whole megillah on this over at http://www.simplemachines.org/community/in...p?topic=93320.0. I don't know how complicated it would be. Also, could you try to come up ith a credit sytem like the one here? I might consider using this forum package.
Comment/Reply (w/o sign-up)
Dragonfly
Jun 25 2006, 10:09 AM
In a forum I look for the following features, mostly: 1. Usability: No matter how good the forum is, in terms of security but if it is not so much user-friendly (common man friendly, meaning easy to understand how to make post, how to start new topic, how to delete, how to reply and general posting) it turn me off because those who eventually participate in the forum are those common people who just want simplicity. 2. Good security: A forum must have high security measures in it. For example, from registration to hacking problems. I have seen hundreds of registrants made in my phpBB forum by spammers. Even though I switch on the catpcha* they continue to register, I couldn't understand how they manage to do that and links are entered enmass. I really hate that. 3. Template: I also look for a good template. A forum must have template which is easy to modify or create on our own to suit the rest template used in the site. 4. Search Engine Friendly: When we speak about search engine friendly, it could include the URL and Title of the page and search handling in the forum. Common man doesn't understand the importance of search engine friendly websites and forums but now everyone seems to have understood. When one search something on the internet, they must reach our forum as well if something related to the keyword they search is found in the forum. 5. Banning: I want to include this as a huge topic because as the admin of the forum I must have this power so that I can exercise my power whenever necessary. Thank you.
Comment/Reply (w/o sign-up)
cgrim29588
Jun 26 2006, 02:22 PM
QUOTE(rvalkass @ Jun 24 2006, 07:17 PM)  Well, developing a new forum system is quite a challenge, you've got some big competition! Obviously go for PHP and give support for SQL, SQlite and PostgreSQL to appeal to as many different users as possible.
The project will developed in php and mySQL, but I never thought about using SQlite and PostgreSQL to appeal to as many different users as possible. Thanks the project will use all three SQL databases. Thanks everyone!!! Thanks for your tips!! Keep 'em coming, so that I can develop a forum software that appeals to a wide range on users.
Comment/Reply (w/o sign-up)
NDPA
Jun 26 2006, 05:20 PM
I think the four most imprtant things about forums are: - Speed
It has got to be fast and efficient! - Stability
It has to be able to keep itself together even at popular times. - Clean and Effective
No matter how good a forum software may be, if it doesn't look good or act efficiently, people aren't gonna use it. Trust me, I know this too well! - Customizable
But I say the most important thing is that it has to be easy to change and adapt to various websites. Not only in the sense of naming, styling, grouping and all that, but also in the sense of modifications. You gotta be able to add new stuff to it, and you gotta be able to do it easily!
Hope my opinions helped!
Comment/Reply (w/o sign-up)
Tetraca
Jun 26 2006, 05:36 PM
Speed - It has to be fast Features - If the stuff ain't there, then it don't fare Stability - It must be able to handle tons of traffic Customizability - setup of skins and bulletin board features must be extensive. Modability - setting up modifications should be easy The Guardian - Something like Yabb's guardian is a must. Proxies, bad refferers, harvesters, etc. can be auto blocked if the user chooses to. PHP/CGI and MySQL - It's a must. That's the only way it can be dynamic. No ASP should be used, though. Less images - so it can take less bandwidth. XMB is an example of this.
Comment/Reply (w/o sign-up)
NDPA
Jul 9 2006, 07:59 PM
QUOTE(Tetraca @ Jun 26 2006, 06:36 PM)  PHP/CGI and MySQL - It's a must. That's the only way it can be dynamic. No ASP should be used, though. Yeah, php and MySQL are definately musts! In fact, they are necessity - you can't make a good forum without php, and MySQL just makes things soooo much easier. QUOTE(Tetraca @ Jun 26 2006, 06:36 PM)  Less images - so it can take less bandwidth. XMB is an example of this. Or, if you prefer to use images, compress them so they use less memory. In fact, the whole forum should be subject to an active compression tool because of bandwith limits. A good idea is to implement GZIP into the forums, like in IPB and phpBB. (Edited: Fixed Quote Tags, and corrected my bad grammar  )
Comment/Reply (w/o sign-up)
Similar Topics
Keywords : Feature Forummessage Software- Lightweight Free Anti Virus Software?
- (27)
Hello, I was wondering if anybody knew of a good free lightweight antivirus program, as I just got
an internet connection on my slower computer. The computer itself can hardly be called
internet-ready, it's over 10 years old, but it still works fine, the problem is I'm worried
that an antivirus program would slow it down too much. (I have Norton Antivirus and Firewall on my
other computer, which is much faster, and it slows down the computer a lot, especially booting. I
kinda want this computer to be usable online.) I know that there are some great programs out ...
Norton Antivirus Vs Nod 32
- Software (34)
What is better? /smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' />
/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /> /smile.gif' border='0'
style='vertical-align:middle' alt='smile.gif' /> ...
Does Anyone Know Of A Good Notation Software?
- (8)
Does Anyone Know Of a Good Notation Software? I have Sibelius 3 but is way to complicated, and I
don't really like the way you move the pages around, I also have Encore that one is easy to use
but doesn't a lot of options. Then after you're done writting the sheet music does anyone
know what program to use to make it into a Pdf file?...
Top 10 Most Pirated Software On A Coporate & Internet Level
- (18)
This information is based on the Software & Information Industry Association Report for 2007 and not
overall statistics. 2007 Software Titles Most Frequently Pirated By Companies QUOTE 1.
Symantec Norton Anti-Virus 2. Adobe Acrobat 3. Symantec PC Anywhere 4. Adobe PhotoShop 5. Autodesk
AutoCAD 6. Adobe DreamWeaver 7. Roxio Easy CD/DVD Creator 8. Roxio Toast Titanium 9. Ipswitch WS_FTP
10. Nero Ultra Edition 2007 Software Titles Most Frequently Pirated on the Internet QUOTE 1.
McAfee VirusScan 2. Symantec Norton Anti-Virus 3. McAfee Internet Security Suite...
Software To Remove Voice?
- (18)
I am looking for a free software which is able to remove a voice in a song? To just keep the tune,
something similar to the karaoke, I do know that not many songs provide only the tune for which
there isn't any singing. I have been searching for quite some time as well, but the programs I
found did not do just that. I have also read about how impossible it is to achieve with the programs
because they only filter out some frequencies and it isn't possible to filter out to the point
that only the instrumental part of the song is heard. But nonetheless, I hope someo...
The Best Software To Compress Mp3s?
- (10)
What is the best software to compress mp3s in 24/32kbps? I need it so i can play them on my phone I
have tried some few but they give bad result when the mp3 is compressed.. thanx...
Can Software Piracy Be Stopped?
- (33)
Sometimes back I had an opinion that all softwares illegal copy and there cracks are available
in net, but this is not true. Recently, I was searching for Metastock (a stock Technical Analysis
Software, and also very popular among stock analyst) in these illegal sites, but I did not find any
of its version, not even the crack. I think there is some method to stop software piracy, can
anybody tell what these companies are doing so their software is not available. I am suggesting
some methods for stoping these menace:- Search Engines - Everyone starts from here t...
Software For E-mailing
- (30)
Somebody knows a free program for e-mailing?? and woeks well?? i want very things, no??...
Software That Will Convert .cue/.bin Files To A Different Format Like .avi
- (11)
Ok, well recently i downloaded a little snippet of somthing that i couldn't find anywhere else,
and i wish i could have found it somewhere else because the snippet is in .cue/.bin video image
format.. and that is not exactly what i want... i know how to play it, i used VLC media player to
play the file, but now i want to write it to a CD but i do not want to keep VLC media player on my
computer or install it on any computer i want to play this file on... so i was hoping to convert
icue/.bin files to somthing like what the rest of what i have is which is .avi i h...
Kelk 2000
- Arabic Calligraphy Software (7)
For those people who are interested in Arabic & Persian Calligraphy, Kelk 2000 is here! The four
calligraphy fonts, Naskh, Nastaliq, Thuluth and Shikasta in their current forms, have a history of
over 700 years. During past centuries, the masters of calligraphy have perfected these fonts, and
have created artworks that are pleasing to the eye. The rules of the combination ligatures in
calligraphy are so complicated that it takes years of training and practice for someone to become a
master in one of the Islamic calligraphy fonts. The famous calligraphers have a lifetime ...
Converting Mp3 To Wma Format
- Convertion software (11)
Does anyone know a good program to convert MP3's into WMA's? I don't need any fancy
audio-edit but just the converting. Thanks. Topic title edited. Topic title is VERY important and
next time could result in a warning. ...
Which Graphic designing software are you using?
- (70)
Well guys Which Graphics desginign software are you using ..?? iam using fireworks MX for my
creative works, its pretty easy to use and has got tons of features invloved unlike photoshop which
is lil bit complex in usage .....
How To Detect And Remove Mp3 Duplicates
- Software for search mp3 duplicates on hard disk (18)
Plagiarized post. Quotes added. Link below. ? great software for detecting mp3 duplicated is here
http://abeetech.com/mp3-duplicates-finder/ Description: QUOTE The purpose of this program is
to find all mp3 duplicates on your computer and remove useless files from your hard drive. As this
program performs just this single task it copes with it much better than other more universal
programs. Unlike the other programs for duplicate files search, our program works only with mp3
files. This allows using specific methods for duplicates detection. While most of dupl...
Music Software
- (11)
Anyone knows a good software to compose music with keyboard, like cakewalk?? i listen names....
thanks.......
Web Based Accounting Software
- do you know of any open source web based accounting software (7)
Hi all, I'm looking for an open source web based accounting software, preferably a PHP-MySQL
based one if possible. I've already started searching but so far no luck. Many Thanks ...
Ipod Software 3.1
- (2)
Does anyone really notice anything in the new ipod 3.1 software (download it
http://www.apple.com/ipod/download/ ) besides podcasts, I think thats all there is and what do you
all think of it, I think its stupid and usless...
Remote Control Software
- (2)
I use realvnc, ms terminal service. I used to use pcanywhere, but now i give up. and you?...
Beautiful Software
- Software with great interfaces (5)
I really like using software that have very good user interfaces. Most mac softwares are really
good-looking (Adium, DeliciousLibrary) but most Windows applications are just plain ugly. I was
wondering if you guys to point out some "beautiful" software. To start off I'll mention some.
1. MediaMan (clone of DeliciousLibrary) 2. ReadAir - Google Reader for your desktop (built on Adobe
AIR) 3. Snacker - Another AIR RSS Reader 4. Kaspersky - The new 2009 version have a decent UI 5.
PowerArchiver - For opening zip/rar/7z files + many others others wud include Windows Vi...
What Software Do You Use For Watching Movies
- divx,bsplayer . . . (47)
which software do you use for watching movies? which one is the best? i use cyberlink power dvd and
im think that its ok. it could be much better. more options like zoom can create this software
better. what do u think?...
Flv1 Codec Video Converting Help
- any software to convert it to avi? (8)
My friend just sent me a video file using the FLV1 codec, is there anyway to convert this video file
into .AVI format besides having to use VLC media player to play it? Thanks in advance...
Software To Restore Data
- (20)
Somebody knows software good to restore data. Yesterday one of my disc crash /sad.gif"
style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /> and i have information that i
want to restore... Someone knows any program to do this??...
The Best 3d Animation Software
- Tell us about your favorite 3D animation software. (8)
Recommended P2p Software
- Recommend you P2P client (18)
What I've been using a lot time since now, is Limewire, I think this P2P software is good for
two things: simplicity and speed.
Its interface is very complex but at the same time very easy to use it. You can search
simultaneously, you can specify what type of file are you looking at, and final...
Windows -> Linux
- Software comparison (17)
For those who are planning to switch to linux, here is a fine comparison of software:
http://linuxshop.ru/linuxbegin/win-lin-soft-en/table.shtml ...
Ftp To Ftp Software?
- (5)
I heard you can do this, but don't know which ones. I'm just using smartftp now 'cause
it's free. Can anyone enlighten me?...
Which software is best?
- Adobe Photoshop or 3D MAX (27)
i wondering which soft is best for graphic designing. i have tried using tried using Adobe Photoshop
and 3D MAX but both seems to be good. does anyone know which one is the better out of the two softs?
please holla at me. i want a high ending soft which will be easy to use. and if you know any other
good soft, please holla at me too. thanks /biggrin.gif" style="vertical-align:middle" emoid=":D"
border="0" alt="biggrin.gif" />...
Best Video Editing Software
- (12)
Its really distracting seeing people "create" what they think are master pieces on windows movie
maker. Its the lamest and really requires no skill. So im gunna whack my vote on Adobe Premiere Pro
2 and Adobe After Affects 7 combined to make the best in the video editing range. It requires stacks
of skills, you can download plenty of add-on effects and you can futher mod it if you wish in After
Affects. These versions are one behind in the Adobe range since Adobe released its CS3 Prefix to all
their newly upgraded versions. The new CS3 Prefixed Premiere is now compatibl...
>>the Antispyware Software Bill Gates Uses
- Microsoft Windows AnitSpyware (beta) (15)
Check this out: Microsoft Windows AnitSpyware It is from Microsoft, and at first glance it is
great. I was a bit cautious at first but... Microsoft Windows AntiSpyware provides constant
protection against infection, which includes browser hijack protection, application hijack
protection, and various other critical system settings for unauthorized changes. When you scan you
computer you can choose a smart scan (less time) or a full scan (more time). I will post time
comparisons later. The scan checks memory, files, registry, and cookies. Also, you can schedule
scans ...
What Is Your Favorite Software?
- (50)
If you had to only take 3 pieces of software, what would they be and why? I will start by saying
First, I will go with opera because i love its speed and compliance with w3 standards. Second,
trillian because i can use all the chats in one although miranda is looking better each day but not
there yet for me. Finally, bitfender because its such a small yet extensive program that also works
for linux Your turn now ...
Free Software For File Recovery
- RECUVA (9)
Hi all, I was loking for a software to recover my lost files and I found this /biggrin.gif"
style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> And the best part is ,
its free Recuva - File Recovery Recuva (pronounced "recover") is a freeware Windows utility to
restore files that have been accidentally deleted from your computer. This includes files emptied
from the Recycle bin as well as images and other files that have been deleted by user error from
digital camera memory cards or MP3 players. It will even bring back files that have been d...
Looking for feature, forum, message, board, software
|
Searching Video's for feature, forum, message, board, software
See Also,
|
advertisement
|
|