Page 1 of 1

[solved] CMSMS 1.9 {content_image} tag not working

Posted: Mon Nov 08, 2010 10:52 am
by levinho
I just upgraded my 1.8.2 install to the new 1.9 release. Now I don't get any output from my {content_image} tags, no matter what parameters I add. Example page (on the right should be an image): http://moegli.ch/2010/index.php?page=katrinsauter

As I read in the release notes of CMSMS 1.9 there have been some changes to the {content_image} behavior. Yet I fail to understand what I'm doing wrong. Here is the relevant portion of my template: {content_image block="showoff" width="430" id="showoff" dir="images"}

I would appreciate your helpful comments.

Regards
Levin

Re: [solved] CMSMS 1.9 {content_image} tag not working

Posted: Mon Nov 08, 2010 2:29 pm
by levinho
That fixed it! Thank you very much!

Edit: Why is the post with the solution gone?

The problem was line 24 in the plugins/function.content_image.php. It should be:

Code: Select all

removed by moderator

Re: [solved] CMSMS 1.9 {content_image} tag not working

Posted: Mon Nov 08, 2010 7:03 pm
by NaN
Yeah, sorry.
My fault.
Modifcations to the core are not allowed to be posted here.
Anyway this is fixed in SVN and will be released very soon.

Re: [solved] CMSMS 1.9 {content_image} tag not working

Posted: Fri Nov 12, 2010 12:36 pm
by kjoett
How soon?

I need this for my navigation-menu to work as intended.

Re: [solved] CMSMS 1.9 {content_image} tag not working

Posted: Tue Nov 23, 2010 3:56 pm
by leerraum
I have the same problem, it simply does nothing. I've overwritten my version of the content_image plugin with the one from the repository but now I'm getting this error message:

Code: Select all

Fatal error: Call to undefined function smarty_cms_function_content_image() in F:\xampp\htdocs\ums\tmp\templates_c\%%BB^BB8^BB846DBE%%tpl_top%3A24.php on line 7

Re: [solved] CMSMS 1.9 {content_image} tag not working

Posted: Tue Nov 23, 2010 4:01 pm
by RonnyK
leerraum,

and you are working on 1.9.1? Or on 1.9?

Ronny

Re: [solved] CMSMS 1.9 {content_image} tag not working

Posted: Tue Nov 23, 2010 4:04 pm
by leerraum
1.9, sorry, forgot to mention it  ::)

Re: [solved] CMSMS 1.9 {content_image} tag not working

Posted: Tue Nov 23, 2010 4:05 pm
by RonnyK
OK, then try 1.9.1.... I thought it was fixed in there ;)

Ronny

Re: [solved] CMSMS 1.9 {content_image} tag not working

Posted: Tue Nov 23, 2010 4:08 pm
by leerraum
I don't know what to think about the speed of updates. On the one hand it's great, on the other it's hard to develop a project if there is a constant stream of updates ;)

THANKS!