Page 2 of 2
Posted: Wed Sep 03, 2008 10:51 am
by randulo
garvinhicking wrote: I'd need to have a look at that installation via FTP or something similar, because I can'T reproduce it here.
I asked if the plugin ORDER mattered? Since static pages are a plugin do they need to be after the Smarty one?
The fact is, as we seem to need to add php everywhere (not forseen at the start) I may reconsider how we do things.
For the moment, I just hacked the static pages sidebar menu, using fixed entries. It isn't a problem until an update comes, them I'll be crying again

Posted: Wed Sep 03, 2008 11:19 am
by garvinhicking
Hi!
I asked if the plugin ORDER mattered? Since static pages are a plugin do they need to be after the Smarty one?
Ah, I missed that. The order matters, because it's the order of events. If you put smarty markup after staticpage, it cannot parse staticpage contents.
HTH,
Garvin
Posted: Wed Sep 03, 2008 11:27 am
by randulo
garvinhicking wrote:
Ah, I missed that. The order matters, because it's the order of events. If you put smarty markup after staticpage, it cannot parse staticpage contents.
I'll take a look, Garvin, thanks.
Posted: Wed Sep 03, 2008 12:09 pm
by randulo
Ok, here it is: I did not check "Apply Markup" in the static page. I thought that referred to other markup, not Smarty.
Misunderstanding!