I think about to manipulate forum titles.
I have something like
English | Spain
In english language i want to show
English | Spain
In spanish language i want to show
Spain|English
in php i would just do an explode with | and then
if language_id=1 echo @[1] . @[2] else echo @[2] . @[1]
Is this possible with templates only?
Or maybe i can use the node_id and then pass a phrase instead the forum_title?
I have something like
English | Spain
In english language i want to show
English | Spain
In spanish language i want to show
Spain|English
in php i would just do an explode with | and then
if language_id=1 echo @[1] . @[2] else echo @[2] . @[1]
Is this possible with templates only?
Or maybe i can use the node_id and then pass a phrase instead the forum_title?