Smarty Parsing + Wiki links in static pages

Found a bug? Tell us!!
Post Reply
SirRobert
Regular
Posts: 38
Joined: Fri Oct 14, 2005 12:18 am

Smarty Parsing + Wiki links in static pages

Post by SirRobert »

Hmm... the combination of Smarty Parsing and Wiki links does not work in static pages but it does work in the normal entries.

Both Smarty Parsing and Wiki links do work in static pages, if they are used individually. But I need them simultaneously.

Any ideas how to fix that?

Best Regards,

Robert
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Smarty Parsing + Wiki links in static pages

Post by garvinhicking »

Hi!

Yes, the free wikilinks use "{{" syntax which is reserved for Smarty. Sadly I see no real way around this, its a conceptual problem. Either the Smarty tags or the wiki tags would need to be changed to allow this. We would have to add a config option to define those tags to the plugin.

Maybe I can do that somewhen the next weeks.

Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
SirRobert
Regular
Posts: 38
Joined: Fri Oct 14, 2005 12:18 am

Post by SirRobert »

Hi Garvin,

the "{{" syntax is used twice, indeed, and the config option is a good proposal.

But in StaticPages, they also do not work on the "((" and "[[" syntax when both plugins are active. It would be great if it's possible to fix this in any way.

Best Regards,

Robert
Post Reply