Can you recommend any forum software?

This is a discussion on "Can you recommend any forum software?" within the PHP Forum section. This forum, and the thread "Can you recommend any forum software? are both part of the Program Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Program Your Website > PHP Forum

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Jun 8th, 2006, 23:41
Junior Member
Join Date: May 2006
Location: UK
Posts: 38
Thanks: 0
Thanked 0 Times in 0 Posts
Question Can you recommend any forum software?

Firstly, if this question is in the wrong place I apologise. There didn't seem to be a natural home for it & as setting up a forum involves php it seemed to be related!

I want to add a discussion forum to my website. I've never done this before, so easy setup/installation would be a main consideration & either cheap or free forum software another.

I've heard that Phorum is supposed to be good. Has anyone installed it & was it easy? Do you have it installed on a website so I can see how it looks?

Any recommendations/advice gratefully accepted!

Thanks
Lynn
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Jun 9th, 2006, 00:40
Most Reputable Member
Join Date: Aug 2005
Location: North Wales, United Kingdom
Age: 21
Posts: 1,093
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Can you recommend any forum software?

It depends what type of forum you want.

Such as:
http://www.phpbb.com/
vBulletin (which is what the forum your talking on uses)
http://www.invisionpower.com/ip.dyna...ard/index.html (quite expensive for a lisence but well worth it)

Last edited by Rob; Jul 6th, 2006 at 08:56.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Jun 9th, 2006, 14:46
Reputable Member
Join Date: Jul 2005
Location: Indiana, USA
Age: 29
Posts: 153
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Can you recommend any forum software?

Dont forget:

Simple Machines (http://simplemachines.org/) - good, stable, and free
Last Blog Entry: Whats in a name? (Feb 20th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Jun 13th, 2006, 08:40
Junior Member
Join Date: May 2006
Location: UK
Posts: 38
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Can you recommend any forum software?

Hi

I have configured Simple Machines & got it working on my website!

However, I'm not sure of the best way to incorporate it into my website & I'm not happy with the way I've done it at the moment.

<div class="menusub" title="Discussion Forum"><a href="/forum/index.php" target=blank>Discussion Forum</a></div>

I added the target=blank because otherwise it opened it up in the existing window of my website but I don't think I can format it to have my menus, so the only way to get back to my website is to press the windows back button, which is far from ideal.

Plus if a user has spent some time in the forum doing multiple things, then they'd have to press the back button umpteen times, which isn't any good.

The other problem is that if they have opened the forum, then try to do so again from another page on my website, because it is already open it doesn't open it again - which is great - but to the user nothing appears to happen as the system stays on my website page & doesn't take them to the already open forum page.

So, is there any way I can incorporate the forum into one of my pages with my headings/logos/menus?

If not, is there a better way to add it to my website?

Thanks for your help so far.

Cheers
Lynn
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Jun 13th, 2006, 18:53
Most Reputable Member
Join Date: Aug 2005
Location: North Wales, United Kingdom
Age: 21
Posts: 1,093
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Can you recommend any forum software?

should be target="_blank"
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old Jun 13th, 2006, 19:49
Junior Member
Join Date: May 2006
Location: UK
Posts: 38
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Can you recommend any forum software?

Do you think that is the best way to integrate a forum to a website anyway, or is there a better way?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old Jun 13th, 2006, 20:49
Most Reputable Member
Join Date: Aug 2005
Location: North Wales, United Kingdom
Age: 21
Posts: 1,093
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Can you recommend any forum software?

Use php includes to include it dynamically into your page.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old Jun 18th, 2006, 18:53
Junior Member
Join Date: May 2006
Location: UK
Posts: 38
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Can you recommend any forum software?

OK, thanks for the tip. I know absolutely nothing about PHP, but I've tried various things to see if I can incorporate the forum page into an existing page with my menus using PHP include, without success.

I'm sure it's a pain in the bum to explain how it works, so can anyone recommend a website link that explains it?

From what I've been able to discover about PHP include, it looks as if it could be really useful for integrating menus, headers & footers into web pages too? (At the moment I'm duplicating my menus in each page of my website, so if I make any changes I have to go into each page & modify it! Don't laugh!!! I did an XHTML course & it only covered XHTML & basic CSS, so it's the only way I know!)

If someone could just point me in the right direction that would be great.

Thanks
Lynn
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #9  
Old Jun 18th, 2006, 22:45
Junior Member
Join Date: Jun 2006
Location: Wisconsin
Age: 30
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Can you recommend any forum software?

php includes will make it easier to make changes to your headers and footers. At its most basic form you could do the following. Say you want to use an include for an image on certain pages. Create a page called header.php
PHP: Select all

<?php
function header1() {
 echo (
"<img src='header.gif' border='0'>");
}
?>
that would be all the code you need for that page. What is is doing is creating a function that you will be able to call at will. You can also echo out what ever html you need.

Then on what ever page you want to include this image, at the top of the page above every other html tag you will include the file and then when you want to include it, you will simply call the function.

PHP: Select all

<?php
include "header.php";
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
    <title>Untitled</title>
</head>

<body>
<?php header1(); ?>


</body>
</html>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #10  
Old Jun 19th, 2006, 12:53
Junior Member
Join Date: May 2006
Location: UK
Posts: 38
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Can you recommend any forum software?

Thanks, I'll give that a go.

Cheers
Lynn
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #11  
Old Jul 6th, 2006, 04:49
Reputable Member
Join Date: Mar 2005
Location: Margaritaville (a state of mind somewhere between Inebriation and San Diego), CA
Posts: 245
Thanks: 6
Thanked 0 Times in 0 Posts
Re: Can you recommend any forum software?

Has anyone used SimpleMachines forum and phpbb enough to comment on the relative merits of each? I'm currently using phpbb, but on their own community forums, they're rather Draconian, so I'd like to explore other options.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #12  
Old Jul 6th, 2006, 08:59
Rob's Avatar
Rob Rob is offline
Webforumz Founder
Join Date: Jul 2003
Location: Southern UK
Age: 34
Posts: 3,192
Blog Entries: 7
Thanks: 27
Thanked 23 Times in 20 Posts
Re: Can you recommend any forum software?

vbulletin is STILL the best... for SEO, usability and Accessibility..... it wins out on all fronts and is very inexpensive.

Whats more, adds ons and plug-ins can be done without modifying base code.... which makes upgrading REALLY REALLY EASY!!!

Something users of snitz, phpbb and lots of others will appreciate the benefits of.

vBulletin is my first choice everytime.
__________________
Click the 'Thanks!' button if this post has helped you

Rob - Webforumz Founder
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #13  
Old Jul 6th, 2006, 12:57
Reputable Member
Join Date: Mar 2005
Location: Margaritaville (a state of mind somewhere between Inebriation and San Diego), CA
Posts: 245
Thanks: 6
Thanked 0 Times in 0 Posts
Re: Can you recommend any forum software?

Inexpensive is relative; $160 + $30/year isn't inexpensive to me.
I agree that it's the creme de la creme, but at the moment, this is just a hobby for me.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #14  
Old Jul 19th, 2006, 10:22
Junior Member
Join Date: May 2006
Location: UK
Posts: 38
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Can you recommend any forum software?

I haven't been able to get this to work, but it might be because I'm trying to include my heading which is coded in html?

I also want to include my menu & footer which are both coded in html.

Any tips?

Cheers
Lynn
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #15  
Old Jul 19th, 2006, 10:24
Junior Member
Join Date: May 2006
Location: UK
Posts: 38
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Can you recommend any forum software?

Regarding my previous post just now, I'm referring to the PHP include (not the forum software)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
recommend, forum, software

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Which forum software do you like best? mcdanielnc89 Webforumz Cafe 32 Sep 5th, 2008 14:39
shopping cart software - please recommend Gerry E-Commerce and Business 30 Jul 9th, 2008 05:24
Forum Software? Marc Website Planning 43 Jun 4th, 2007 01:06
web forum software powerupup Scripts and Online Services 3 Apr 9th, 2007 03:25


All times are GMT. The time now is 02:16.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42