Hi,
i'm pretty new to cmsms (1.11.4) and i'm having some trouble with the news module. as content for the news sometimes i want to put images, and as im using Gallery module i put {Gallery img='123'} as news content and a short text as summary.
but everytime i click on read more to see the detailed news article, i can't load the page at all. not even if i call the home page. it can't establish a connection. if i close the browser and open it again i can access the site again.
but always, when i call the detailed article i get stuck. how can i solve this problem, as i really need to put images as content?
thanks in advance:)
news module - other modules as content
Re: news module - other modules as content
Have you tried using the eval parameter?
{eval var=$entry->summary}
{eval var=$entry->summary}
~ Life is like water, every movement you make changes the way it flows ~
Re: news module - other modules as content
i'm using simplex theme (sorry, forgot to mention that) and {eval var=$entry->summary} is already in use
Re: news module - other modules as content
You may have to call the other module the old long way...
{cms_module module='nameofmodule'}
{cms_module module='nameofmodule'}