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
[solved] CMSMS 1.9 {content_image} tag not working
[solved] CMSMS 1.9 {content_image} tag not working
Last edited by levinho on Mon Nov 08, 2010 2:29 pm, edited 1 time in total.
Re: [solved] CMSMS 1.9 {content_image} tag not working
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:
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
Last edited by Anonymous on Mon Nov 08, 2010 7:30 pm, edited 1 time in total.
Re: [solved] CMSMS 1.9 {content_image} tag not working
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.
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
How soon?
I need this for my navigation-menu to work as intended.
I need this for my navigation-menu to work as intended.
Re: [solved] CMSMS 1.9 {content_image} tag not working
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
leerraum,
and you are working on 1.9.1? Or on 1.9?
Ronny
and you are working on 1.9.1? Or on 1.9?
Ronny
Re: [solved] CMSMS 1.9 {content_image} tag not working
1.9, sorry, forgot to mention it 

Re: [solved] CMSMS 1.9 {content_image} tag not working
OK, then try 1.9.1.... I thought it was fixed in there 
Ronny

Ronny
Re: [solved] CMSMS 1.9 {content_image} tag not working
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!

THANKS!