This question about Using an extension: Asked
AliasPlugin don't make aliases
For testing I've created a topic and defined some aliases.
When I use the %ALIASES% - Macro, all defined Macros will be displayed. But when I want to use this aliases, the aliases will not be displayed, but the original text.
Here is te definition of the macros:
%ALIAS{name="test1" value="test2"}%
%ALIAS{name="(c)" regex="$start\(c\)$stop" value="©"}%
test1
test2
(c)
%ALIASES%
And this is the Result:
test1
test2
(c)
Name Value
(c) ©
test1 test2
So, the %ALIASES% - macro shows the right values, but how do I make the aliasis in the text work?
--
MaikSchoenfeld - 26 Nov 2010