Code: Select all
{cms_module module='Album' albums='26'}Thank you!
Caspar
P.S.: System: Apache, PHP5, MySQL, CMSMS 1.1.1. Usually all fine with CMSMS.
Code: Select all
{cms_module module='Album' albums='26'}Have I? Where? I checked my posts and couldn't find it... unless you mean I've posted it in the German forum also.mark wrote: I think you have dbl. posted this question...
No, it's plain text, no HTML-tags. I have another site running 1.0.4, and the same situation works excellent there.mark wrote: But look in the source/HTML button of editor to make sure it's not wrapped in the format...
Code: Select all
#------------------
#Usability Settings
#------------------
#Allow smarty {php} tags? These could be dangerous if you don't trust your users.
$config['use_smarty_php_tags'] = true;
#CMSMS Debug Mode? Turn is on to get a better error when you
#see {nocache} errors.
$config['debug'] = false;
#Automatically assign alias based on page title?
$config['auto_alias_content'] = true;
#------------
#URL Settings
#------------
#Show mod_rewrite URLs in the menu? You must enable 'use_hierarchy' for this to work for modules
$config['assume_mod_rewrite'] = true;
#Extension to use if you're using mod_rewrite for pretty URLs.
$config['page_extension'] = '/';
#If you don't use mod_rewrite, then would you like to use the built-in
#pretty url mechanism? This will not work with IIS and the {metadata} tag
#should be in all of your templates before enabling.
$config['internal_pretty_urls'] = false;
#If you're using the internal pretty url mechanism or mod_rewrite, would you like to
#show urls in their hierarchy? (ex. http://www.mysite.com/parent/parent/childpage)
$config['use_hierarchy'] = true;
#If using none of the above options, what should we be using for the query string
#variable? (ex. http://www.mysite.com/index.php?page=somecontent)
$config['query_var'] = 'page';Hey Mark, here's my source-code, I can't see a tag:mark wrote: Have you tried to set your preferences to not have a wysiwyg editor, then go to page and edit it to make sure it's not getting wrapped in format tags , sorry I still think it's the problem...
Code: Select all
<p>
<strong>„Das Märchen vom Kristallpalast” — </strong><strong>„The Fairy Tale Of The Crystal Palace”</strong><br />
Ein Gesamtkunstwerk in einer deutschen und einer englischen Version<br />
Ort: Andrews-Barracks Theater, Berlin
</p>
{cms_module module='Album' albums='26'}
</div>Warning: WARNING: Album is not properly cleaning input params. in /[mydirectories]/lib/classes/class.module.inc.php on line 1501

YIPPPPIIIEEEEEEHHHHHH! That's it! All fine now.calguy1000 wrote: Check your news summary and/or detail templates to make sure that the content field is being 'eval'd through smarty.
i.e: {eval var=$entry->content}
Actually now, I get it for FormBuilder as well. It doesn't seem to have any influence when param-check is disabled, though.Caspar wrote: Warning: WARNING: Album is not properly cleaning input params. in /[mydirectories]/lib/classes/class.module.inc.php on line 1501