Results 1 to 14 of 14

Thread: Forum software in VS 2008 Website ?

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2011
    Location
    Sheffield
    Posts
    13

    Smile Forum software in VS 2008 Website ?

    Anyone any idea`s of how i could make a forum in a visual studio 2008 website , or any software that i could use .Help would be great

  2. #2
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: Forum software in VS 2008 Website ?

    Hello,

    There are plenty of examples out there. This is probably one of the best examples:

    http://yetanotherforum.net/

    I would also suggest that you take a look here:

    http://www.asp.net/community/projects

    Gary

  3. #3
    King of sapila
    Join Date
    Oct 2006
    Location
    Greece
    Posts
    6,763

    Re: Forum software in VS 2008 Website ?

    I've used YAF and is, how should i put it.Meh.
    Better try php forums they are much better.
    That reminds me that i can't remember what update i need on the IIS to run php...
    Ehhh, Gary can you re-copy the nice link you gave me?
    thanks.
    ἄνδρα μοι ἔννεπε, μοῦσα, πολύτροπον, ὃς μάλα πολλὰ
    πλάγχθη, ἐπεὶ Τροίης ἱερὸν πτολίεθρον ἔπερσεν·

  4. #4
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: Forum software in VS 2008 Website ?

    Quote Originally Posted by sapator View Post
    I've used YAF and is, how should i put it.Meh.
    Really?!? That's surprises me!! I have always found it to be very good!

    Is this what you are after:

    http://www.microsoft.com/web/downloads/platform.aspx

    It will set up PHP in IIS for you.

    Gary

  5. #5
    King of sapila
    Join Date
    Oct 2006
    Location
    Greece
    Posts
    6,763

    Re: Forum software in VS 2008 Website ?

    Yes that's the one.Thanks.
    As for YAF. It's a matter of taste but i guess it's kinda naked compared to the php best forums (that's why i asked for the PHP in IIS )
    ἄνδρα μοι ἔννεπε, μοῦσα, πολύτροπον, ὃς μάλα πολλὰ
    πλάγχθη, ἐπεὶ Τροίης ἱερὸν πτολίεθρον ἔπερσεν·

  6. #6
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: Forum software in VS 2008 Website ?

    Ah ok, I see what you mean. Although, YAF is open source, so if there is something you think is missing, you can always add it ;-)

    Gary

  7. #7
    King of sapila
    Join Date
    Oct 2006
    Location
    Greece
    Posts
    6,763

    Re: Forum software in VS 2008 Website ?

    Ok.Fhhh.I finally managed to run php with IIS.The server did not have internet access so the link you provided could not be tested(required contacting to download software).So i had to do it manually.
    The worst part was not that, the worst part was trying to make phpbb forum to run.
    Really, IF you manage to run it then the forum is great but you have to do many manipulations.If you have mssql it won't play, you have to manage the windows server first.I also had to change some value in php.ini .
    Nevertheless what i cannot do still is incorporate the Greek language pack.
    Compared to YAF, phpbb has at least 3 times the feature but that makes it very hard to manipulate.I wasted an hour trying to find how to create a topic inside a category and to make it viewable but in phpbb defense i did it without reading instructions.
    So to the original OP question, YAF is 10 times easier to set phpbb is better to my opinion but very hard to set up.
    ἄνδρα μοι ἔννεπε, μοῦσα, πολύτροπον, ὃς μάλα πολλὰ
    πλάγχθη, ἐπεὶ Τροίης ἱερὸν πτολίεθρον ἔπερσεν·

  8. #8
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: Forum software in VS 2008 Website ?

    Hey sap,

    Thanks for the info. I can't say that I have ever tried to setup phpbb. Sounds like you had some fun though

    Gary

  9. #9
    King of sapila
    Join Date
    Oct 2006
    Location
    Greece
    Posts
    6,763

    Re: Forum software in VS 2008 Website ?

    Fun.It depends.I had fun after i fixed the damn thing
    I'm also going to test simplemachines forum.I like the appearance more but problem is that it does not use standard SQL. I should probably go for SQLite because i don't have a license for mysql and i don't know what problems may arise as this would be in a commercial site.

    Edit.
    Done.Simplemachines looks better but the 2.0 version is still beta, so, will see.
    I preferred PostgreSQL than SQLite. Version 1 of the forum does not support it but version 2 does.
    Last edited by sapator; Apr 2nd, 2011 at 12:00 AM.
    ἄνδρα μοι ἔννεπε, μοῦσα, πολύτροπον, ὃς μάλα πολλὰ
    πλάγχθη, ἐπεὶ Τροίης ἱερὸν πτολίεθρον ἔπερσεν·

  10. #10

    Thread Starter
    New Member
    Join Date
    Mar 2011
    Location
    Sheffield
    Posts
    13

    Re: Forum software in VS 2008 Website ?

    I dont know where to start when it comes down to installing the forum into my visual studio website , im new to this ive heard it very difficult off a few people any expert assistance would be great.

  11. #11
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: Forum software in VS 2008 Website ?

    Hello,

    In all likelihood, unless you do a LOT of work, then a pre-packaged forum software application is not going to become part of your application, but rather a "sub-site" of your website.

    Let's say you have a domain called www.Newbi.co.uk, then you would download and run a piece of forum software, let's say YAF, and it would be availabe at www.Newbi.co.uk/forum. It would live as it's own instance in that sub folder called forum, you wouldn't need to do anything to it in Visual Studio.

    Gary

  12. #12

    Thread Starter
    New Member
    Join Date
    Mar 2011
    Location
    Sheffield
    Posts
    13

    Thumbs up Re: Forum software in VS 2008 Website ?

    Thanks for the advice I had a problem installing yaf forum so i will have a look at phb.

  13. #13
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: Forum software in VS 2008 Website ?

    Hello,

    What exactly was your problem with installing YAF?

    Gary

  14. #14
    King of sapila
    Join Date
    Oct 2006
    Location
    Greece
    Posts
    6,763

    Re: Forum software in VS 2008 Website ?

    If i remember correctly it also gave me exceptions when i tried to make it play, it however worked if i decided to continue.
    Btw i finally will be using phpbb because the admin cannot support - maintain postgreSQL and also mysql, i don't know what is the problem with win server 2003 but it requires .net 4 for the GUI program and then it will give me a nice exception.
    Of course i still have the language pack issues in phpbb but i have managed to resolve everything else so if i can resolve this one then i'm good to go.

    Edit: Language pack issue solved all good to go!
    Last edited by sapator; Apr 4th, 2011 at 08:36 PM.
    ἄνδρα μοι ἔννεπε, μοῦσα, πολύτροπον, ὃς μάλα πολλὰ
    πλάγχθη, ἐπεὶ Τροίης ἱερὸν πτολίεθρον ἔπερσεν·

Tags for this Thread

Posting Permissions

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



Click Here to Expand Forum to Full Width