[solved] CMSMS 1.9 {content_image} tag not working

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.
Post Reply
levinho
Forum Members
Forum Members
Posts: 18
Joined: Sun Feb 17, 2008 11:56 am
Location: Switzerland

[solved] CMSMS 1.9 {content_image} tag not working

Post 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
Last edited by levinho on Mon Nov 08, 2010 2:29 pm, edited 1 time in total.
levinho
Forum Members
Forum Members
Posts: 18
Joined: Sun Feb 17, 2008 11:56 am
Location: Switzerland

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

Post 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
Last edited by Anonymous on Mon Nov 08, 2010 7:30 pm, edited 1 time in total.
NaN

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

Post 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.
kjoett
Forum Members
Forum Members
Posts: 14
Joined: Mon Oct 04, 2010 10:02 am

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

Post by kjoett »

How soon?

I need this for my navigation-menu to work as intended.
leerraum
Forum Members
Forum Members
Posts: 180
Joined: Wed Apr 22, 2009 2:54 pm

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

Post 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
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm
Location: Raalte, the Netherlands

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

Post by RonnyK »

leerraum,

and you are working on 1.9.1? Or on 1.9?

Ronny
leerraum
Forum Members
Forum Members
Posts: 180
Joined: Wed Apr 22, 2009 2:54 pm

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

Post by leerraum »

1.9, sorry, forgot to mention it  ::)
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm
Location: Raalte, the Netherlands

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

Post by RonnyK »

OK, then try 1.9.1.... I thought it was fixed in there ;)

Ronny
leerraum
Forum Members
Forum Members
Posts: 180
Joined: Wed Apr 22, 2009 2:54 pm

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

Post 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!
Post Reply

Return to “CMSMS Core”