articles' title

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
Obeliska
Posts: 2
Joined: Mon 27. Mar 2006, 08:42

articles' title

Post by Obeliska »

Hi!
I want to know if its possible to convert to HTML the articles' title.
thanks :wink:
User avatar
pSouper
Posts: 1552
Joined: Tue 11. Nov 2003, 15:45
Location: London
Contact:

Post 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.
Obeliska
Posts: 2
Joined: Mon 27. Mar 2006, 08:42

Post by Obeliska »

thanks psouper....will search the forum... :wink:
Post Reply