Fetchurl plugin

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
Jade

Fetchurl plugin

Post by Jade »

Hello and sorry to interupt again but I am a newbe in CMS.

I have been trying to embed my forum into cms simple, but gets the folowing error

Fatal error: Smarty error: [in preview:cmspreview5Z6mqy line 322]: syntax error: unrecognized tag 'fetchfurl' (Smarty_Compiler.class.php, line 576) in /home/virtual/rollespiller.dk/public_html/lib/smarty/Smarty.class.php on line 1088

the command i have been using in a page with made with the default template is {fetchfurl url="http://www.rollespiller.dk/forum"}

What wrong ?
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm
Location: Fairless Hills, Pa USA

Fetchurl plugin

Post by Ted »

Plugins haven't changed, just modules, so it should be ok. I'm sure just fixing the typo will do it.
Anonymous

Fetchurl plugin

Post by Anonymous »

Now i have fixed the typo but i dont know if this is how it should work http://www.rollespiller.dk/index.php?page=Test ?

What i wanted to do was,- open my forum inside the cms content window insted of a new window. Is that the right plugin for that or is it posible ?
jah
Forum Members
Forum Members
Posts: 147
Joined: Thu Dec 30, 2004 9:09 am
Location: Norway

Fetchurl plugin

Post by jah »

You can use an iframe for this. Insert this line on your Forum Content page in CMS:

Code: Select all

<__iframe src="http://rollespiller.dk/forum" frameborder="0"></__iframe>
When you select Forum from your menu the forum page should show up inside CMS.

The drawback with this solution is that it is possible go directly to the forum adress.

I think the only way to solve this is to implement the forum as a CMS module and no one has done that yet.
jah
Forum Members
Forum Members
Posts: 147
Joined: Thu Dec 30, 2004 9:09 am
Location: Norway

Fetchurl plugin

Post by jah »

Sorry Patricia :( , I'm not a web developer so I have no good solution. The only thing I can come up with is that in most cases you would be able to control both the CMS and the included url.
This way you can set a fixed with for both to make it look nicer.
Locked

Return to “CMSMS Core”