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.
|
Reply
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 
Reply
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.
Reply
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.
Reply
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.
Reply
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.
Reply
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.
Reply
gameratheart
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!
Reply
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.
Reply
gameratheart
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  )
Reply
Similar Topics
Keywords : feature, forum, message, board, software
- Recommended P2p Software
Recommend you P2P client (3)
Portable Software
portable software for your ipod or similar removeable drive (0) if your one of those people like me who work on different computers everyday (be it school, work,
home, library, etc.), then you should be entrigued by the variety of software available for
installation and execution off of a removeable or portable drive at portable apps's website
(just google it). everythings free, and it is all portalbe, very useful software, even not so
useful stuff (but who doesnt like to screw around everyonce in a while on a computer with cool
programs?!?). its very cool, you start off with a "start menu" for your flash--- you just let
yo....
Software To Take Out Singing In Songs?
I know its sorta far fetched xD (5) I know it's very unlikely, as it's probably kinda hard for a program to pin point voice in a
song and get rid of it...but is there software to do such a thing? The only way I know to do it is
to get a Guitar Pro version of the song...but it usually doesn't sound anything like it then
/laugh.gif" style="vertical-align:middle" emoid=":lol:" border="0" alt="laugh.gif" /> Any
suggestions?....
[ask] Making Video When We Use An Application In Our Computer?
asking the best software to make this.. (5) i have a question, would somebody tell me the software (if there any) of making video when we use
some applications in our computer, it's like a tutorial video, if you answer it using the video
camera it was a bad job, but i think it uses a software/an application which records our activity
when we use our computer.. hmmm.. sorry guys if i seem so idiot, but i need an answer... thanks
before.....
Help Me _ Error Message: "could Not Retrieve Session Record"
IPB-Forum error message (2) Hi ... Please I need help quickly ... I am an administrator of a "IPB-Invision Power Board Forum"
and I cannot login in the ACP (Admin Control Panel) anymore. When I write the user name and password
both are accepted and the login is successfull but then suddenly I get an error message that says:
Could not retrieve session record What can I do to solve the problem ? Please help me
!!!!!....
Beautiful Software
Software with great interfaces (4) 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....
Free Software For File Recovery
RECUVA (4) 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....
Best Video Editing Software
(8) 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....
Looking For Developers To Help With A Forum Software
(5) Ok so as the topic title says i'm looking for some Developers to help with a forum software.
Just a little back ground on the software. It was started back in 2005, and has been sold 2 times,
the second time which was a few months ago the owner abandoned the project and left it to die.
(which it did) Now under the Licensen it says that you are aloud to make a forked version of the
software, and once you have changed over 50% you may remove all refrence of the orginal script. So
that is what I'm planing on doing. I arleady have one delveloper who was one of the or....
Recomend Me Some Software, Pleaes.
(video editing and capturing) (17) Hey guys, Sorry if this isn't in an appropriate section it's kinda difficult to navigate
all the sections to find one that suits each issue, and from what I can tell there isn't a
general " ask questions here about random stuff" section. I'm sure almost everyone here has
been on YouTube, Google video, or a site like those that contain tutorials for photo shop,
programing, or anything else that you can find on your computer. I was wondering if you guys knew
what kind of software they use? I'm looking to take video of me working on my computer....
Recommend Your Software! (pay Or Freewares)
Let the others know what software is good (12) Softwares with similiar function is many nowdays. It's hard too find one, but why we must find
if someone can recommend it? So guys, please share your recommended or must install software.
Including the price (if pay) and the functions. Ok, I start it first : QUOTE WinAMP -
Multimedia player KLite Mega Codec Pack - Multimedia player & codec Eraser - Erase data
permanently IZArc - Archiving utility (supports 7-ZIP, A, ACE, ARC, ARJ, B64, BH, BIN, BZ2, BZA,
C2D, CAB, CDI, CPIO, DEB, ENC, GCA, GZ, GZA, HA, IMG, ISO, JAR, LHA, LIB, LZH, MDF, MBF, MIM, NRG,
PAK....
Eraser - Erase Your Data Permanently! For Free
A must have software (7) When you delete file and empty recycle bin (Windows), it doesn't actually gone permanently!
Many software can be used to recover those deleted files. Now think and imagine, you've deleted
your personal file or something then someone recover and steal it. Don't worry, Eraser will come
in handy What does it do? It delete files permanently! Nothing and noone can recover it. You
can make previously deleted files not recoverable too by using Erase unused disk space feature. (if
you want to sell your harddisk, use this) How can? It uses the patterns used ....
The Best Free Forum Software
Which one do you choose or using right now? (16) Nowdays, it seems a lot of free forum software developed in the net. Give your opinion about the
best one guys. Also it's cons and pro. thank you. Me myself using MyBB right now, before MyBB,
I've tried phpBB. I like MyBB because it's easy to install it's mod.....
Defraggler - Free Software To Defrag Your File
Try it out (12) Have you all hear a software called Defraggler? Well if not, I recommend you to download this
software. What does it do? Simple, it'll quickly defrag files you want to defrag, no need to
defrag the whole drive. Useful if you have less fragmented file and if you hate Windows's
original defragger. And it's free! OS Supported and filesystem supported? All Windows 2000
or higher (it'll be Windows 2000, 2003, XP and Vista. 64-bit support too) It support NFTS and
FAT32 Requirement? Well not much, the EXE file even smaller than 1 MB (dont judge the power ....
Sync Software
Does anyone know any good synchronization software. (4) Hello fellow trap17 members. I have desktop PC and laptop. Did anyone of you used any
synchronization software to synchronize some data from one computer to the other. I have them in
network. I would prefer if it would be some free or something from Microsoft. And if anyone has any
experience please write it ddown. Best Regards....
Linux Anti-virus Software
is it required? (6) Just installed Linux Ubuntu on a partition with Wireless access to the Internet and have a question
about the need for an Ani-virus software. Is it suggested to have it installed? and which one is
recommended by the Trap17 users? Ubuntu 8.04 installed via Wubi, if that matters. Both the LAN
hard-wire connection and the Wireless Adapter work, if that matters.......
Lightweight Free Anti Virus Software?
(6) 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 ....
Video Editing Software
(11) I am looking for a free, decent video editing software. It does not need a lot of features. But I
would like it to have the "slicing options", so I can split/cut films. I would also like it to have
a simple intro option, just making simple intros with text. And the last thing, this is really
important so listen up: It must not require my computer to have sound. I messed something up, so the
sound is not working. This is causing my Windows Movie Maker not to work - since it requires some
stuff. I know that I should fix this, but I will be getting a new laptop in a few mon....
Classified Ads Software
Classified Ads Software (1) Hi, I also need Classified Ads Software. Does somebody know where I can buy Classified Ads
Software? Thank you....
Realtor Software
Realtor Software (1) Hello, I need cheap and quality Realtor Software. Does somebody know some scripts stores or other
websites, where I could find Realtor Software? Thank you....
Top 10 Most Pirated Software On A Coporate & Internet Level
(17) 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....
Recovery Cds
Software Needed? (8) I bought a new laptop which is ASUS Model: F3S and I came up with the question how I can make
recovery CDs in the case it will crash. I did not get them when I bought a laptop. Moreover, there
are not build in software to do it. So, help me, please as soon as possible.....
A List Of Great Free Software
Good open source variants of commercial software (9) 1.GIMP - GNU Image Manipulation Program || http://gimp.org GIMP is a good variant of Adobe
Photoshop. It is tiny in download size (only 14 MB). Runs under most operating systems including
Windows, Linux, and Mac OS X. This program even comes pre-installed with Ubuntu Linux. I would
highly reccommend using this program for graphics because it is a free and highly extensible. It can
even open up the native Photoshop image format. I also am able to use Photoshop brushes with GIMP.
2.OpenOffice.org 2.3 || http://openoffice.org OpenOffice.org is an office suite compa....
Software Opinions
(19) Hello! I just bought a laptop and I am getting all my software I need for it. I can't decide
whether to get Winamp or use Windows Media Player. Also, should I use OpenOffice or Microsoft Works.
Also I need a good desktop recording program. So what are your opinions?....
A Port Scanner
software (9) I'm searching for a port scanner software so I can scan my computer and see which ports are
open.. if anyone knows a free one please post it here and thanks in advance /smile.gif"
style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />....
Software To Remove Voice?
(10) 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....
Kelk 2000
Arabic Calligraphy Software (3) 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 lifet....
Audio Recording
Looking for software (10) So I'm not quite ready to spend $1500 on a Boss BR-1600 Digital Recording Studio
package...and I know there are many options for recording music through the computer...my biggest
concern is compatibility, quality, and actually I guess...ease of use? I've heard of things
like the Tascam US-122 which works through the USB port, and you can plug guitars and mics directly
into this thing, but for the most part, everything else is done software-wise...on the computer.
Anyone have an idea of the quality of these kind of products? I also know there's a new s....
Skype - Free Phone Calls!
Free software download... (6) Skype is free Internet telephony that just works. Skype is for calling other people on their
computers or phones. Download Skype and start calling for free all over the world. Call ordinary
phones from Skype with SkypeOut. Top up on SkypeOut credit and use the Skype programme to call
ordinary phones all over the world. Not free, but pretty cheap. Skype Wins 2005 Webby Award for
Telecommunications The Webby, called the “Oscars of the Internet” by the New York Times, is an award
honoring excellence in Web design, creativity, usability and functionality. SkypeIn and Sky....
Software To Restore Data
(15) 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??....
Looking for feature, forum, message, board, software
|
|
Searching Video's for feature, forum, message, board, software
|
advertisement
|
|