Page 1 of 1

Is it possible to embed a forum?

Posted: Fri Aug 26, 2005 6:15 am
by Essie
I use Invision Board forum.  And I like to embed the forum into the CMS template.  Is that possible?  I read somewhere about {fetchurl url="http://domain.com/forum"} .  I tried but I got an error.  I also read something about needing to add {fetchurl} plugin.  Where and how can I download that one?

I am using latest CMS Made Simple Version0.10

Thanks

Re: Is it possible to embed a forum?

Posted: Fri Aug 26, 2005 10:32 am
by Ted
Check out the punbb module at http://www.cmsmodules.com

Re: Is it possible to embed a forum?

Posted: Sun Oct 23, 2005 11:31 am
by mah
I use the {embed} plugin to include forum pages within CMS. punBB wasn't really an option for me since my phpBB forum had been around for a few years and I dfinitely wasn't anxious to change. Using {embed} is ok.. not perfect but not terrible.

Re: Is it possible to embed a forum?

Posted: Mon Dec 26, 2005 1:55 am
by Marcucs
punBB wasn't an option for me either. Instead of using {embed} i styled phpBB to look as if it was embedded in CMS. Then I wrote a module to handle the authentication between the CMS frontend and phpBB. It's not that hard. It just depends on how much php you know...

Re: Is it possible to embed a forum?

Posted: Wed Dec 28, 2005 8:28 pm
by BlueRook
Patricia wrote:
Marcucs wrote: Then I wrote a module to handle the authentication between the CMS frontend and phpBB. It's not that hard. It just depends on how much php you know...
will you share that? :)
I second that. Also, how are you doing the users and user tables? I played around a bit trying to modify some of the CMS MS classes to work with phpBB and it kind of worked but if you have a working method and would like to share I'm sure a lot of people would be interested.

Re: Is it possible to embed a forum?

Posted: Sun Jan 08, 2006 11:48 pm
by Marcus
I was thinking of writing a tutorial, but with christmas and all I haven't had time.
Here is a thread in the phpbb forums where I briefly explain how I did.
http://www.phpbb.com/phpBB/viewtopic.php?t=351941

Re: Is it possible to embed a forum?

Posted: Sun Jan 08, 2006 11:56 pm
by Marcus
Looking at my post at the phpBB forums I realized it dosen't explain how to use this in CMS MS at all.. :-P

I will write a tutorial. Or a module. When I find time. 

Re: Is it possible to embed a forum?

Posted: Mon Jan 09, 2006 1:16 am
by Marcus
ok. the tutorial is done. I've posted it in development discussion, since I hope someone will continue to work on this.

Re: Is it possible to embed a forum?

Posted: Sun Jan 29, 2006 5:19 pm
by Ron Hartendorp
http://www.spikecity.net/index.php?page=forum
Implements YaBB 2.1 (Perl based forum) in CMS Made Simple 0.12 (I only changed the pi_iframe tag to auto reformat the iframe it loads the forum in to always be 100% of the forum length so it does not generate a second scrollbar)

Re: Is it possible to embed a forum?

Posted: Wed Mar 22, 2006 1:03 pm
by Dee
Link to tutorial in developer's discussion: http://forum.cmsmadesimple.org/index.ph ... 676.0.html