RearEndCollision Posted April 18, 2005 Share Posted April 18, 2005 I have to make a site for my webpage design class, and since I've taken two years worth of classes, only to get stuck in a basic class again, I have to do an advansed project. Thus leading to my question, how do I insert forums into my website? I know I can link from my site to them, but I'd prefer for them to be under my url. Help please. Link to comment https://gtaforums.com/topic/188668-forums-into-a-website/ Share on other sites More sharing options...
Johnno Posted April 18, 2005 Share Posted April 18, 2005 I'm not exactly sure what you're asking, but maybe this will help. Upload forum software (Invision, PHPBB, Ikonboard, VBulletin, etc) to your server, possibly into a seperate folder, such as /forums. That way, you can access your forums by going to www.domain.com/forums/ If that's not what you're asking, then you could upload forums using the method described above, and then simply use PHP's include() function to include the forums on a page such as forums.php Or just use an iFrame, Frames, or CSS Frames. Good Luck Link to comment https://gtaforums.com/topic/188668-forums-into-a-website/?do=findComment&comment=2767599 Share on other sites More sharing options...
Knightmare Posted April 18, 2005 Share Posted April 18, 2005 These forums, for example, use Invision 1.3. Of course they're tweaked to give us some nice features, but basic forums such as the ones posted above just need to be uploaded to your webspace. Link to comment https://gtaforums.com/topic/188668-forums-into-a-website/?do=findComment&comment=2767614 Share on other sites More sharing options...
Svip Posted April 18, 2005 Share Posted April 18, 2005 Remember, when you use a forum software, they offenly use PHP and MySQL. So when you have installed the forum software there should appear some tables in your MySQL database. So if you are wise enough you can figure out how to make these tables appear as news on your site ( e.g. one forum ). It's simple MySQL. But if it's that what you're asking, sorry. Link to comment https://gtaforums.com/topic/188668-forums-into-a-website/?do=findComment&comment=2767758 Share on other sites More sharing options...
System_Shutdown Posted April 18, 2005 Share Posted April 18, 2005 Yeah, I would say straight from the first post to use iFrame. Not frames though. But I don't even know how to make an iFrame! I'll look at the code of a site with an iFrame like the piczo shoutboxes.Look into my eyes,damnit! Link to comment https://gtaforums.com/topic/188668-forums-into-a-website/?do=findComment&comment=2767764 Share on other sites More sharing options...
RearEndCollision Posted April 18, 2005 Author Share Posted April 18, 2005 Johnno and Svip hit the nail on the head. Thanks guys, and I'll let you know if I have any problems. Link to comment https://gtaforums.com/topic/188668-forums-into-a-website/?do=findComment&comment=2768367 Share on other sites More sharing options...
Recommended Posts