Results 1 to 4 of 4

Thread: Adding a forum system into netfusion

  1. #1
    Junior Member
    Join Date
    May 2015
    Posts
    2

    Default Adding a forum system into netfusion

    Good afternoon. I am new to Netfusion and would like to know is it possible to add a forum system into a site generated by your application

    Regards
    Bob Guest

  2. #2
    Senior Member gotFusion's Avatar
    Join Date
    Jan 2010
    Location
    www.gotHosting.biz
    Posts
    4,529

    Default

    Forums are typically stand alone database driven software.

    https://www.vbulletin.com/ This is the forum software that is in use here.

    You can create a subdomain (forum.domainName.com) and link back and forth between your static content and the forum

    You can use the same style and graphics on your forum as you use in your Fusion create site so that they "appear" to be the same but it would not be advisable to stuff a large piece of software within Fusion.
    NetObjects Fusion Cloud Linux enabled Web Hosting, support + training starts at $14.95
    NetObjects Fusion web Hosting and support + ASP + PHP + ColdFusion + MySQL + MS SQL
    FREE NetObjects Fusion Support & training comes with all web hosting accounts
    NetObjects Fusion Web Hosting: http://www.gotHosting.biz

  3. #3
    Junior Member
    Join Date
    May 2015
    Posts
    2

    Default

    Thanks for you advise, perhaps you could help me with another question, is it possible to manage databases withing netfusion perhaps by using sql.

    Regards
    Bob

  4. #4
    Senior Member gotFusion's Avatar
    Join Date
    Jan 2010
    Location
    www.gotHosting.biz
    Posts
    4,529

    Default

    Databases are typologically administrated using a dynamic language.

    I find it best to write all code in the language of choice, then call the code blocks in using include statements. You can directly enter the code into Fusion but I find it simpler to keep all of the code blocks external but it is up to you how you code.

    Here is a good article on modular design (keeping code blocks in seperate files)

    http://www.asiteaboutnothing.net/c_modular-website.html
    NetObjects Fusion Cloud Linux enabled Web Hosting, support + training starts at $14.95
    NetObjects Fusion web Hosting and support + ASP + PHP + ColdFusion + MySQL + MS SQL
    FREE NetObjects Fusion Support & training comes with all web hosting accounts
    NetObjects Fusion Web Hosting: http://www.gotHosting.biz

Posting Permissions

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