Additional Content Modules
Re: Additional Content Modules
This is the error
Fatal error: Smarty error: [in db:support line 90]: syntax error: unrecognized tag 'content' (Smarty_Compiler.class.php, line 580) in /xxpathxx/public_html/lib/smarty/Smarty.class.php on line 1088
Fatal error: Smarty error: [in db:support line 90]: syntax error: unrecognized tag 'content' (Smarty_Compiler.class.php, line 580) in /xxpathxx/public_html/lib/smarty/Smarty.class.php on line 1088
Re: Additional Content Modules
Been playing around and i still get the error if i remove the normal content tag, so im limited to 2 extra blocks which is such a shame as these blocks would be excellent for me if i could add more.
I did notice i can add the same block more than once on a page, just only 2 unique
Thanks
I did notice i can add the same block more than once on a page, just only 2 unique
Thanks
Re: Additional Content Modules
As far as I know, there is no good reason why only 2 would work...
I'll look into it.
I'll look into it.
Re: Additional Content Modules
Cheers Wishy, ive been designing with these blocks and now its come to sudden halt, i hope you can find something.wishy wrote: As far as I know, there is no good reason why only 2 would work...
I'll look into it.
Re: Additional Content Modules
Hi can anyone help with this please?, it would be very much appreciated as im stuck with a site and can not continue untill i can add more content blocks
Many Thanks in Advance
Many Thanks in Advance
Re: Additional Content Modules
Ok, bug is fixed and committed.
For the daring...
Open up lib/contenttypes/Content.inc.php
Look for:
and change to:
That'll do the trick.
For the daring...
Open up lib/contenttypes/Content.inc.php
Look for:
Code: Select all
$count = count($matches);
Code: Select all
$count = count($matches[0]);
Re: Additional Content Modules
Sorry the error still shows in preview, no big deal but thought you should know
Re: Additional Content Modules
I really liked thisone.. but how can you keep the conent there if you navigate to another page? see: http://gallery.thefagerlands.com/cmsmad ... istekunder for the green box to have text, and http://gallery.thefagerlands.com/cmsmad ... age=visjon for the blue box.. but when you navigate to another page, it dissipears.. any ideas?