Page 2 of 2

Re: {content} and {global_content name='Contact'} not working

Posted: Wed Mar 11, 2009 7:32 am
by elfduck
I embedded the search into an iframe and into the page. Then I added form action="index.php?page=searchresults" & form target="_top" and now it works. And the other pages I have user defined tags, I removed the global content blocks completely.

I know this is only a way around the problem, but for now it's enough for me. Thanks for your help, maybe I'll find a solution for the problem and post it here someday...  :D

Re: {content} and {global_content name='Contact'} not working

Posted: Wed Mar 11, 2009 6:30 pm
by Pierre M.
Hello,
elfduck wrote: Basically, the "Contact" GCB contains something like this:

Code: Select all

Organization | Mailing address | Phone number | Fax | Email
Could these '|' interfere somehow with Smarty tags handling ? like in {content|capitalize} ?

Pierre M.

Re: [solved?] {content} and {global_content name='Contact'} not working

Posted: Tue Mar 17, 2009 8:58 am
by elfduck
Could these '|' interfere somehow with Smarty tags handling ? like in {content|capitalize} ?
It was worth the shot, but it didn't help :(

Re: [solved?] {content} and {global_content name='Contact'} not working

Posted: Tue Mar 17, 2009 9:13 am
by alby
you close communication with mysql ....

Alby

Re: [solved?] {content} and {global_content name='Contact'} not working

Posted: Wed Mar 18, 2009 10:50 am
by elfduck
That was a good idea too, so I commented out the closing of mysql connection (and also the unsetting of my variables, just to make sure), but I didn't work either... ???