Page 1 of 2 12 LastLast
Results 1 to 15 of 27

Thread: Review my Forum Software

  1. #1
    Registered
    Join Date
    Jan 2004
    Posts
    183

    Review my Forum Software

    In the last 4 months I've been exclusively working on a forum script (php/mysql). I will be releasing it as an open-source forum script in a month. I know the market is over-crowded with forums but I really like working on competitive markets

    Now I have 1 more month till release, and I'd like your opinion on some additional feature that you think are a must for a forum software. Basically I am asking your opinion on "what else" should I develop to make the software appealing to webmasters.

    I've put the current version on my SEO site: http://www.seoguide.org/forums.php

    I'll list what the software can do, and what it can't.

    The software does not support these popular features: avatars, signatures, image uploads, a members list, calendar, user/post ranks/ratings, half of the administration is through php files to speed up the forum (most forums keep things like posts per page in the database). Requires PHP 4.3.0 and mysql 3.23.23

    The software supports: tree forum structure with unlimited levels, code/design separation (all html is in separate HTML files which can be edited), stickies/locks, moving posts, seeing new posts till last visit, moderators, post previews, language packs; private, post-only, html-allowed, articles (topics sorted by creation date) forums; built in mod_rewrite; things like search, register user and a member's profile are called through forms for PR leakage purposes; anti-spam protection; IP/IP ranges/UserID/Email Banning; last N posts on the main forum page and as an addon (see http://www.seoguide.org); open/close registration; time zones; sha password encoding; gzip compression; smilie support; very easy customization IF you know php/html.


    My major concerns at the moment are:
    1) I don't like signatures. I've dedicated a whole user info field where every member can write a huge amount of info about himself (contact, CV, sites, etc.). It appears in his profile. Do you think sigs are very important? I guess I'll be providing a sig addon, but this feature won't be a part of the default version.
    2) Members List. Does anyone use it? Isn't the search functionality better?
    3) A lot of the administration is in a php file. For example, to appoint user 'Test' with id 2 as a moderator to forum with ID 3 you write this in the php file: $moderators = array(3 => array(2 => 'test')); That kind of administration eliminates db queries but it makes administration not so easy to people not familiar with php.
    4)User sessions are cookie based, which has pros (no session IDs) and cons: users without cookies cannot login/post. DO you think there are a lot of people without cookie support?
    5)Avatars. How important are they? Would you not consider a forum script because of lack of avatar support?


    Sorry for the long post, but I'm really excited about this project and been working hard on it. I would appreciate all opinions/suggestions about the final feature set.

  2. #2
    Administrator Chris's Avatar
    Join Date
    Feb 2003
    Location
    East Lansing, MI USA
    Posts
    7,055
    You need to include these features if you wish to compete with existing forums. A good admin interface is really the driving factor behind why I use VB.
    Chris Beasley - My Guide to Building a Successful Website[size=1]
    Content Sites: ABCDFGHIJKLMNOP|Forums: ABCD EF|Ecommerce: Swords Knives

  3. #3
    Web Monkey MarkB's Avatar
    Join Date
    Nov 2003
    Location
    London, UK
    Posts
    1,783
    The majority of people who use forums have no knowledge of PHP, nor do they want it. Particularly those using it in a commercial setting - they may have a webmaster, but THEY will want to run things.

    Also, think less of what features to leave out because YOU don't like them, and more about what people will want and need

    I'll have a closer look at things this evening.
    Stepping On Wires - the new blog

  4. #4
    Registered Member moonshield's Avatar
    Join Date
    Aug 2004
    Location
    Charlotte
    Posts
    1,281
    I personally think the forum looks good, perfect for certain sites where you dont want the forum to be a seperate entity from the site, you see these on many sites. Its quick and easy to use, I have not seen the admin functions yet though. From what I see it looks pretty good. I do think you should include like a member list, if it is coded well that wont even be a problem. Looks good though.

  5. #5
    Registered Mike's Avatar
    Join Date
    May 2003
    Location
    UK
    Posts
    2,755
    I think it looks good...

    But...as everyone else is saying, you should include those features. On some forums a sig, avatar etc are key features to the site.
    Don't you just love free internet games ?

  6. #6
    I'm the oogie boogie man! James's Avatar
    Join Date
    Aug 2004
    Location
    Canada
    Posts
    1,566
    Why not have it so that they are able to choose which features to include? just have it for everything: having a search engine, signatures, profiles, registration, etc.

  7. #7
    Registered Member moonshield's Avatar
    Join Date
    Aug 2004
    Location
    Charlotte
    Posts
    1,281
    yea, not so much the avatars and the sig, but an awesome cp would help you out and make you one of the more popular forums on the net. A control panel is indeed key.

  8. #8
    Registered The New Guy's Avatar
    Join Date
    May 2004
    Posts
    283
    How is it coded? OOP?

  9. #9
    I'm the oogie boogie man! James's Avatar
    Join Date
    Aug 2004
    Location
    Canada
    Posts
    1,566
    Speaking of which: you need to make sure that it's well-coded, like vBulletin is (though you probably don't need to be that amazingly well-coded), and exactly like phpBB isn't.

  10. #10
    Registered Member moonshield's Avatar
    Join Date
    Aug 2004
    Location
    Charlotte
    Posts
    1,281
    yea, it would be really really cool if it were coded in php5.

  11. #11
    Registered
    Join Date
    Jan 2004
    Posts
    183
    Thank you all for the feedback. More questions on the way:

    1) you say admin cp is a key factor. What admin functions do you regularly perform on your forum sites and think should be as easy as possible?

    2) the current version has no PM system. How important is this feature?

    3) I need to choose on which side of the forum battle I should go. IMO, there's 2 kinds of forums - have-it-all, or lightweight-no-bloat ones. My initial idea was to have a lightweight, very fast forum and to be the most SEO friendly (hence the SEO-Board name). I am seeing some great lightweight forums like minibb and punbb have thousands of people using them. I guess I'll try to release the first RC as soon as possible and then probably start making addons for all other features like sig, avatars, PM etc.

    How is it coded? OOP?
    No. Simple old-fashioned php with functions. The code is really short .

    Speaking of which: you need to make sure that it's well-coded, like vBulletin is (though you probably don't need to be that amazingly well-coded), and exactly like phpBB isn't.
    What do you mean by well-coded? Optimized for speed or well commented?

    yea, it would be really really cool if it were coded in php5.
    No one uses php5 yet. When it becomes a standard, I'll follow.

  12. #12
    I'm the oogie boogie man! James's Avatar
    Join Date
    Aug 2004
    Location
    Canada
    Posts
    1,566
    1) you say admin cp is a key factor. What admin functions do you regularly perform on your forum sites and think should be as easy as possible?
    Templating, enabling and disabling features (signatures, etc.) maybe should just have radio buttons, etc.

    By well-coded I mean well-organized, very consistent (using the same code over and over again), and as optimized as you can get with both these things in mind, along with enough commenting so that people can find their way around easily.

    2) the current version has no PM system. How important is this feature?
    Essential.

    Maybe you should have it light-weight with extra features being able to be added into it; I don't know, but there's probably a way to have it light-weight and have the ability for people to download and have some way for features to be very easily installed that the original super-thinned-out version doesn't have (like maybe have PMs downloadable). Just a thought--probably a really dumb one, too.

    What's the file size at the moment?

  13. #13
    Registered
    Join Date
    Jan 2004
    Posts
    183
    I've decided I can't wait a minute more and I'll release the current version next week. I need PageRank and the forum will pack on PR easily. Then I'll see the feedback from the forum users and make the necessary features.

  14. #14
    Registered
    Join Date
    Sep 2004
    Posts
    58
    i dont think a calender is needed or member list (although it could be useful for some people) Id say like everyone else admin control panel is needed


    Apart from that i like the layout and it looks like it has all the things you dont actually need missing, which in my opinion is a good thing, although i do like avaters as they can be used so you know who has posted without reading the name (if that makes sense)

    If you need any help testing it feel free to ask i dont mind helping as i use phpbb which im not a hug fan of but i dont want to fork out £100 for vb (and i hate invision)

  15. #15
    I'm the oogie boogie man! James's Avatar
    Join Date
    Aug 2004
    Location
    Canada
    Posts
    1,566
    I'd say member lists are indeed needed; however, you should impliment something like authorization images so spam bots and the sort can't get at them.

    I agree that avatars should be included; if only as an option that can be enabled.

Similar Threads

  1. Forum software
    By chromate in forum HTML, CSS, Layout, and Design
    Replies: 13
    Last Post: 01-10-2004, 03:38 PM
  2. Software sugestions
    By N_Jay in forum Website Programming & Databases
    Replies: 10
    Last Post: 11-14-2003, 06:33 PM
  3. Forum Software...
    By Stevens in forum Community Management
    Replies: 31
    Last Post: 11-10-2003, 08:41 AM
  4. Forum threads not backlinked?
    By dolphin in forum Search Engine Optimization
    Replies: 1
    Last Post: 08-19-2003, 07:30 PM
  5. Read This First - Our Review System
    By Chris in forum Reviews
    Replies: 0
    Last Post: 04-24-2003, 02:01 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •