Page 1 of 1

articles' title

Posted: Mon 27. Mar 2006, 08:52
by Obeliska
Hi!
I want to know if its possible to convert to HTML the articles' title.
thanks :wink:

Posted: Mon 27. Mar 2006, 23:40
by pSouper
yes and no...

no... you can't use html directly within the title of categories, articles or contentparts (without hacking the code.)

yes... you can write custom replacement tags that convert your own {RT}'s to do what ever you like....

within /phpwcms_template/inc_script/frontend_render you can write a .php file that searches for a specific character partern such as {CUSTOM_RT} then replace it with your html code. more complicated patern searches are possible if you are more confident with php and regular expressions.

For more help search the forum for 'replacement tag' or ask for more specific help with creating one.

Posted: Sat 1. Apr 2006, 22:23
by Obeliska
thanks psouper....will search the forum... :wink: