Add A Forum To Your Site - A guide to adding discussion forums to your site

Pages: 1, 2, 3
free web hosting

Read Latest Entries..: (Post #23) by skedad on Aug 29 2008, 01:41 AM. (Line Breaks Removed)
I have tried a few different forums myself. I even have one installed through Astahost, too. But I just can't sit down and really customize it to my liking... and I don't really think it will catch on for my site. It is a family site, and I am trying to not make such boring stuff in them. I have my sister and my wife... and a few of their friends. It is just not as much fun as I was p... read more.
Read the FIRST post of this Topic. - Express your Opinion! Contribute Knowledge :-).

Free Web Hosting > Computers & Tech > How-To's and Tutorials > Websites and Web Designing

Add A Forum To Your Site - A guide to adding discussion forums to your site

Aditya
QUOTE
When you’re setting up a site using CSS, it’s a good idea to do a little planning ahead and think how you’ll be using your styles, otherwise you could end up spending much more time later.

As a case in point – for a site I’ve recently built, a basic style sheet was put together, with entries for matters like headlines, section headings, item headings and so on. When it came to forms on the site that needed headings next to the data entry boxes, the logical choice was the item headings style. It helped maintain a consistent look across the site, but it came back to bite me later. The reason? After some feedback from the beta testers, a left margin was added, so that text didn’t butt up against the left-side of a browser window. You might think that is fairly straightforward. And it would be, but for the fact that simply adding a margin to all the CSS styles would do the same wherever a style was used, making the headings on some of the forms look a little odd.

So, the solution was to duplicate the appropriate style – before adding the margin to it – and call the new duplicate something useful like ‘formItemHeading’. Then, amend the original item heading style to add the margin and, finally, go through the entire site changing headings in forms to the new style. It’s tedious work and something that could have been avoided had I done the thing that I’m always urging other people to do – plan, plan and plan. Even if you first imagine that two types of element on your page – in my case item headings, and form box headings – will look the same, remember that they are separate items and, though it might feel tedious at the time, create a separate CSS style for each type of item. It will save you a lot of time if you need Building a community Add a forum to your site and planning ahead with CSS to make changes to the style sheet later . You’ll just need to alter the style sheet – which is best saved as a separate file, rather than included in each document, for large sites – instead of having to manually edit every page and reassign styles later. It’s far better to end up with a few extra styles in your style sheet than to have too few. The amount of data in a style sheet is trivial, so it’s really not going to make any difference to the download time of your site.

Attracting visitors One of the things that most web designers would like is for their site to be visited by lots of people. You can promote it – but not by using junk mail – and mention it elsewhere on the Internet, put it in your email signature and arrange reciprocal links with similar sites. But none of that is much use unless there’s a compelling reason for people to keep coming back. So, how do you tackle that sort of thing? It was one of the issues facing the site on which I had my style sheet tribulations. It’s a site that’s intended to be a resource for users of a digital video recorder, which can be enhanced via software downloads.

But a site that simply lists things you can download isn’t terribly exciting, so we needed something to try and draw people back. The obvious answer to that is forums.

Discussion forums can help provide a community and draw people back to your site to see the answers to questions they’ve posed. Obviously, they’re not relevant to every site, but for the site in question, it seemed a logical idea. And one that immediately raises the question – how do I add a forum? There are several packages that you can use to provide forums. In some cases, the type of forum that you can install will depend on your web host. Two of the most popular and well known are phpBB and YaBB. The former is actually a component of the PHP Nuke (www.phpnuke.org) open source portal system, though you can install it separately, if you don’t want all the other portal functions.

As you can guess from the name, you need PHP on your web server to run phpBB. You’ll also need the MySQL database, which is used as the back-end of the system – don’t worry if you don’t have the two on the main part of your site. If you have a site like www.nigelwhitfield.com, it won’t look odd if you use a separate site like forum.nigelwhitfield.com to host your discussions, but obviously you’ll also need to be able to manage the DNS entries to set that up. YaBB is written in Perl, which is also a very popular scripting language and available on many web servers. Rather than use a database, it stores its information in text files, so all you need is the ability to run Perl scripts on your web host, rather than PHP scripting, MySQL and full access to a database. On the downside, the file structure might store up problems for the future if you’re running a very busy site.

In the end, though, we went with YaBB (www.yabbforum.com), which is very easy to set up. It’s a simple matter of downloading a zip file, unpacking it and then uploading the files to your web server. You need to edit the Settings.pl file to tell the scripts where your files are stored, both in terms of the URL and of the directory on the server, and then make sure the script is set so that it can be executed. Then log in to the web page with the default admin user name and password, and fill in a few simple web forms to set up your forums. It really is extremely easy to do. If you want to tweak the design a little, for instance, to match the colour scheme of your website, it’s easy – just click on the Admin link, and you can alter the template file, with its CSS definitions from within your browser. That really is just about all it took – certainly less than half an hour. Even if you’re not familiar with Perl, it’s not exactly difficult to edit the settings file and get up and running. If you want a forum on your site, it’s well worth taking a look at. A forum isn’t necessarily the only thing that you’ll need.

On the site I was setting up, we decided that it would be a good idea to have a function that allowed users to build up a personal page with information and quick links to the things they want to download. It’s a handy tool that might help bring people back – especially since you can then email people when a new version of a product in their list appears, providing you seek their consent. And to help tie it in with the forums, and give an incentive to register, the functions restricted only to those who have signed up for the forums. That might sound complicated, but it’s a lot simpler to do than you might imagine. All you do is check for the cookie that’s set when a user logs in to the forums, and only allow the personalisation scripts to run when that’s set. In the case of YaBB, the default cookie is called YaBBusername, though you can change it if you like. You can check for the presence of the cookie with some PHP code like this, which, if before the HTML section of a document, will redirect to the forum home page if the cookie is not there.

<?php if ( ! isset($HTTP_COOKIEd _VARS[‘YaBBusername’]) )

{ header(‘Location: d www.mysite.com/cgi-d bin/yabb/YaBB.cgi’) ; exit ; }

(Key: d code string continues)



You may want to redirect to a different page, explaining why people need to sign into the forums. Linking functions of the site like this can help to encourage people to sign up, since there’s a tangible benefit to doing so. But don’t do it just for the sake of it – think of how people might want to use your site and work around that. Pointlessly restricting functions or sections of your site is likely to turn people away, rather than encourage them. Reader queries David Boswell asks: ‘is it possible to reduce the size of an Excel spreadsheet saved as a web page, other than by printing out, scanning and reducing it as an object? Printing out in Excel does not reproduce the macro buttons and I also need the very best definition I can get. Using the zoom factor on the spreadsheet before saving it as a web page does not seem to work.’ The answer is, sort of. When you save a web page as Excel, either on a Mac or PC, what’s created – unless you use embedded objects inWindows – is simply an HTML table, with formulas changed to the results they use. (Actually, strictly speaking, the formulas are still there, in XML, so the spreadsheet could be recreated from the HTML file). At the top of the file, you’ll find an embedded stylesheet. You can edit that – you could set up a global search and replace if you do this often – to alter the options, including font sizes, so that you end up with the desired effect. If you have the last twoWeb Development columns, you can now marvel at the forethought of including a crash course on CSS in them. Alternatively, depending on the browser you’re using, you have a few different options. In Internet Explorer, the View/Text Size menu options won’t work because there are sizes specified in the document. But if you choose Accessibility from the Internet Options, you can override text sizes and styles in the document, which will then allow the menu options to increase or decrease text size to work. You could even create your own style sheet to apply, though that would only be worth the effort if you used an almost identical spreadsheet template a lot. If you’re using Opera, you can zoom in and out of a page, regardless of the style sheet that’s been applied, so you can easily fit more of a spreadsheet into theWindows. And you can also click the drop-down view mode menu at the right to switch to User mode, which will use your own default styles, instead of the ones specified in the file.


Author: Pranay

 

 

 


Reply

SOAD524
QUOTE(Aditya @ Mar 19 2006, 04:21 PM) *

Author: Pranay




MAN THATS A LONG POST I TRYED TO READ IT BUT MY BRAIN STARTED TO HURT laugh.gif

Reply

twitch
Next time you make a post like this, at least add your own content instead of just "Author: Pranay".

Reply

Houdini
Here's my Add a Forum to your site tut.
  • Download phpBB2
  • Create a new database
  • Upload the unzipped forum to your server
  • Run the install
  • Enter your new forum as admin and set it up
  • Add a few new posts to your new forums
Author: Me

Reply

xboxrulz
I really hate administering phpBB, it's so tedious and there aren't really many features to play with unless you install mods. For me, I love Quicksilver Forums, you can get a board up and running in literally 5 minutes.

1. Download Quicksilver Forums
2. Unpack the archive
3. Upload to the server
4. Run the installer
5. Delete the install directory

Author: ME

Voila! Your board is ready, then add categories and forums.

xboxrulz

Reply

writemaggie1
QUOTE(SOAD524 @ Jun 17 2006, 01:27 AM) *

MAN THATS A LONG POST I TRYED TO READ IT BUT MY BRAIN STARTED TO HURT laugh.gif


People make things so complicated. I have a web site that I have just begun. I don't try to do everything at once though I have plenty of ideas. Try just exploring one of these at a time rather than doing everythingat once. Or you could have sepearate sites for differnt aspects of your life. Most of us are complex creatures.

QUOTE(twitch @ Jul 2 2006, 05:35 PM) *

Next time you make a post like this, at least add your own content instead of just "Author: Pranay".


If the cap fits wear it.

 

 

 


Reply

finaldesign
If you would reccomend some forum software to someone, which one would it be?
Im just wondering, there are soo much out there, free ones, paid ones... I would preferably install one on my web at final-design.net, currently im running some small forums there, but a solution with more options would be needed soon... so any suggestions?

Reply

Houdini
Actually it is just a matter of personal preferences (at least as far as free forum software). If you have the financial means to do so or are able to text out some paid sofware then the best solution would be to first try out all the forum software that is available. The first one I tried actually was Invision and then Mersury ( which might be Quicksilver) of course this was 1998 1999 and they were fairly new and not as developed as they are now.

Then later I retried Mercury, and Invision was still free (until I think September 2004) I also tried PunBB Yabb (now SMF) SMF phpBB2 and someother little known BBS. They all have their own merits, either speed or ease of install, or features built in, ease of set up, options available, skins available, ease of modification and really the only way to determine this is to try them all until you find one you are comfortable with. phpBB has just come out with the phpBB3-Beta which I have and installed but for some reason I need to keep relogging in as admin and my changes do not take effect (it could be a bug, or I might neeed to reinstall it I just don't know) but it is a major change with more feature for the administrator but so far not working out too well).

So just try different ones out and determine for your self the one you like the most would be the best way to make such a personal decision.

Reply

Cory R.
Wow, you must have had a lot of time on your hands on that one.
I agree with you on 95% of the points you made, however, as much as I agree with the CSS part, what did it have to do with your title "Add A Forum To Your Site?"
It kind of was like, pointless in that aspect.

Reply

MediYama
Installing a forum isn't that hard, I have already done it.. five times or so. Over and over, because I missed a setting or because I didn't like the forum tongue.gif .

Reply

Latest Entries

skedad
I have tried a few different forums myself. I even have one installed through Astahost, too. But I just can't sit down and really customize it to my liking... and I don't really think it will catch on for my site. It is a family site, and I am trying to not make such boring stuff in them. I have my sister and my wife... and a few of their friends. It is just not as much fun as I was planning, so I will just try it again later.

I know that I can keep up with Astahost and it's forums, because it is a site with a purpose. I am here to keep my hosting, and I can find TONS of topics to post in. I just try to keep it current.

So I will probably try it again sometime, and I will be following this site to see if there are better and more popular ones to be a part of.

- skedad -

Reply

Feelay
I would prefer learning PHP/SQL and some advanced CSS/HTML and coding your own tongue.gif that's the best thing to do wink.gif because you'll have full knowledge about it, and it is fun coding it biggrin.gif

Reply

HateScape
QUOTE(finaldesign @ Jul 5 2006, 04:58 AM) *
If you would reccomend some forum software to someone, which one would it be?
Im just wondering, there are soo much out there, free ones, paid ones... I would preferably install one on my web at final-design.net, currently im running some small forums there, but a solution with more options would be needed soon... so any suggestions?

i would suggest smf(simple machine forum) becaus its open source and you can change the code.

Reply

skedad
After using the Astahost forums for many months, I thought I would attempt to have one of my own... Little did I know, that I didn't have, well, any following what so ever.... I tried to just make it private and link it onto my site. I didn't really want to go and throw it out into the WWW without really having a few people on it and making it active.

I had two people come in and say a few things, my wife and my sister! And they were happy and bias! So, I don't know if I will scrap it, it doesn't cost me anything, because I just went to invisionfree forums... Oddly enough, it seems like Astahost format, but I wonder if forums are just like myspace layouts: typical to default setups, and everything follows suit, and it is up to the moderator to make it look a bit different from the next forum.

I enjoy(ed) creating many different icons and banners for it, but it has 0 traffic, and I can't even make myself content enough to keep adding to it... maybe I will just try again later after rethinking how it will look and feel.... and not try to be so 'that shouldn't go with my forum' feel, or I will not have any forum left to look at.

Reply

Fernando Cocimano
QUOTE(SOAD524 @ Jun 16 2006, 09:27 PM) *
MAN THATS A LONG POST I TRYED TO READ IT BUT MY BRAIN STARTED TO HURT laugh.gif

It happened the same to me !

Reply


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.

Pages: 1, 2, 3
Recent Queries:-
  1. forum on your site - 64.98 hr back. (1)
  2. add forums to your site - 77.67 hr back. (1)
  3. add forum to your page - 84.04 hr back. (1)
  4. adding html codes menu to invisionfree forum - 157.54 hr back. (1)
  5. intitle:add url or intitle:submit your site or intitle:add your site "open source" - 166.01 hr back. (1)
  6. add a forum to my web page - 169.69 hr back. (1)
  7. add discusion forum on your site - 171.14 hr back. (1)
  8. add forum to your website - 179.50 hr back. (1)
  9. adding discussion forums for your website - 182.55 hr back. (1)
  10. forums for your site - 137.34 hr back. (2)
  11. add a forum to your myspace - 236.15 hr back. (1)
  12. code to adding a forum to ur site - 266.85 hr back. (1)
  13. add forum to your site - 349.76 hr back. (1)
  14. add forum for youre webpage - 373.91 hr back. (1)
Similar Topics

Keywords : add, forum, site, guide, adding, discussion, forums, site

  1. How To Backup Your Phpbb2 Forum And Restore It On A Phpbb3 Server.
    A step-by-step tutorial for testing your backup and perform an upgrade (1)
  2. How To Create A Good Forum
    Step by step instructions (25)
    Introduction After looking around a bit, I managed to find numerous tutorials on how to
    create a good web site. But most of them talk about developing a template and/or managing a (static)
    web site. Next, there are few of them that deal with Content Management Systems, and even less
    tutorials mentioning forums (and if they do, it's pretty raw, in my opinion). So that's what
    I'm going to deal with – forums – or better to say, bulleting board systems (BBS) . What is a
    forum? A forum, also referred to as a message board , is a way of communication....
  3. Creating Your Own Simple But Effective Site
    To be resumed soon (26)
    Creating your own UKISS site from beginning to end Contents So that you know
    what is happening and when I’ve compiled this contents section. It will also help you got to
    the parts that you need without scrawling through everything. Introduction Design Step 1
    – Starting Fireworks and creating your canvas Step 2 – Making a base on which to work
    on Step 3 – Head’s up; start with the logo Step 4 – Finding your way;
    creating a menu Step 5 – Eyes to the centre; work on the main column Step 6....
  4. Finishing The Look Of Your Newly Install Web Script
    Cleaning up your CMS, Forum, Blog, Gallery Scripts (2)
    Most third party webscript come complete with a standard template, color scheme, graphics set, logo,
    favicon, and of course a copyright notice. Since most of these scripts are open source these days,
    we have a lot of room to modify the original script as long as we don't redistribute the
    modified script. * In fact, even for most paid scripts, we are allowed to modify the script to
    suit our needs. It would be nearly impossible to stop most of us from making such modifications.
    Here is a list of things you should change to complete the installation of your web....
  5. Upgrading Your Site!
    Move from HTML 4.01 to XHTML 1.0 (0)
    I planned to post 3 different parts because of the length, but so there's no confusion, I'll
    just make one big tutorial all together /cool.gif' border='0' style='vertical-align:middle'
    alt='cool.gif' /> . ====================================== (A note to the moderators: Alright,
    I've got this down now, so please delete all of my other posts besides this one, and any posting
    credits as well; thanks!) ====================================== Now the tutorial: Concerning
    those in the webmaster biz... If you are an aspiring experienced webmaster, then you....
  6. Major Website Mistakes
    Improve your site! (51)
    I have made some of these mistakes myself so I want to pass on what is have learned to help others
    create easy website for the viewers. These are not in any order. This is my first tutorial so feel
    free to add comments. TY, Enjoy /biggrin.gif' border='0' style='vertical-align:middle'
    alt='biggrin.gif' /> 1) URL/E-mail Names This goes on the theme of trust really. Many
    small business like to set shops up on service providers like astahost, geocites,yahoo. Those sites
    will usually supply you with a subdomain name like yoursite.serviceprovider.com. Ins....
  7. The Big Guide To Web Design Part 3 Of 4
    The Imagery of a site. (6)
    Author: Michael Land (me) Date: 16 May 2005 Introduction: I've decided to put all the
    information I know that is relevant into one compendium. The following parts to this guide have been
    designed in different stages. Each stage looks at the four crucial parts to a website. The SLIP
    method (Structure and Layout, Language and text, Imagery and the Producer's Intentions). By
    following the SLIP method, everyone should be able to produce a site that is of excellent standards,
    no matter how good or bad they are at certain areas. If you have not read part 1, t....
  8. The Big Guide To Web Design Part 2 Of 4
    The Language and text of a site (0)
    Author: Michael Land (me) Date: 13 May 2005 Introduction: I've decided to put all
    the information I know that is relevant into one compendium. The following parts to this guide have
    been designed in different stages. Each stage looks at the four crucial parts to a website. The SLIP
    method (Structure and Layout, Language and text, Imagery and the Producer's Intentions). By
    following the SLIP method, everyone should be able to produce a site that is of excellent standards,
    no matter how good or bad they are at certain areas. If you have not read part ....
  9. Protect Your Site
    Or suffer the consiquences (24)
    Thinking your site is safe and knowing it is safe are two different things. Hackers can easily get
    into any site that isn't protected. They can then access databases to find user information,
    steal files, or plant dubious files that will get your account taken off of you. To ensure that the
    above doesn't happen, you need to keep your site as secure as possible. If you think that
    databases and the relevant programming (PHP, ASP, etc) are secured, think again. Simple SQL
    injections, Cross-site scripting, exposed session data or session hijacking is but a few sug....
  10. How To Make Your Site Sticky
    How to make your site more atractable (19)
    These are some basic ways in which you can make your site sticky. 1) What is sticky? A sticky
    website is one that a visitor will keep coming back to, expecting to find out if there has been an
    update. It is the fascination of the visitor that this site is constantly changing that draws them
    near. Here are the useful tips. How much text-imagery should I have on my site? Generally it
    should be 70% text or space and 30% imagery. Remember that the site layout (table borders,
    backgrounds, etc) count as 10% in total (no matter how much or little) of imagery. 1) Simplify....
  11. Smf - Asta Style!
    Forum systems are go! (11)
    So your not too happy with your current Bulletin Board System or are just wanting one, well this
    guide has insructions on setting up SMF in a very astahost way. First you need to actually find
    and learn about SMF, you can see there forum at http://www.simplemachines.org/community/index.php
    youll see its working blindingly fast. It can handle a lot more and that has be proven, for instance
    a Liverpool FC fan club, look at the stats at the bottom /ohmy.gif' border='0'
    style='vertical-align:middle' alt='ohmy.gif' /> next what about a brimmingly full forum http://ww....
  12. Building Your Site
    Part 1 (2)
    So you want to build a 100% compliant XHTML site? Well although I cant guide you whole way im
    going to give some basics on some interesting things Ive found and use for my sites. First thing
    you will need is a Doctype, this tells the browser how its to use the HTML and how it should
    function. You dont always need one but it wont be complieant in XHTML if you dont give one If you
    arent using anything that gives specific instructions not to, put the doctype on the VERY first line
    and make sure there is NO white space CODE <!DOCTYPE html PUBLIC "-//....
  13. Skin Your Site
    add mutiple layouts to your site (0)
    For this tutorial you are going to need to know how to use php includes. You are also going to need
    to rename all o your files to a .php extension. In your FTP or Cpanel make a folder in your public
    (main) directory and name it "skins". In the skins folder make another folder named "1". In the
    folder you names skins make a file called cookiecheck.php. Copy the code below and paste it into the
    cookiecheck.php file. $total_skins = 1; $default_skin = 1; if (isset($_REQUEST
    )) { $newskin=(int)$_REQUEST ; if ( ($newskin $total_skins....
  14. Add Favicon To Your Site
    Creating, Converting to icon, Setup (38)
    Have you ever wondered how to get those icons displayed in your address bar for your own site? If
    you do not know what I mean, you could possibly have a browser that does not support favicon.ico or
    you just have not noticed. If you visit Google they should have a favicon in their address bar,
    if it's not displaying just goto this place to get the idea of what it would look like, but in
    your address bar, it should show just before the http part but sometimes it does not show so what I
    want to do is show you how you can force it to be shown on browsers that sup....
  15. Password protect your site!
    Make a simple password protection! (10)
    If you need to password protect a page on your site, then you should take a look at this. I'll
    show you how to make a simple password protection for your site right here!! Just copy and
    paste the php script below: Put this in a file you call login.html login.php " method="post">
    Put this in a file you call login.php (you'll have to embed the content of your
    secret page with this script) if (empty($_POST )) { exit(); } if(strcmp($_POST
    ," correct username here ")==0 && strcmp($_POST ," correct password here....

    1. Looking for add, forum, site, guide, adding, discussion, forums, site

*RANDOM STUFF*





*SIMILAR VIDEOS*
Searching Video's for add, forum, site, guide, adding, discussion, forums, site
advertisement




Add A Forum To Your Site - A guide to adding discussion forums to your site



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute your information that might help someone here.
Ask your Doubts & Queries to get answers.. "Together, We enlight each other!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE