New replacement tag for phpwcms


Have you ever wanted to display some code in your articles? Can you just copy and paste them into the article with plain text format? That is not a good idea at all.
This replacement tag will allow you to insert colourised code snippets into your articles. It should be only used withphpwcms.
Code is colourised by GeSHi at http://qbnz.com/highlighter. View the source file ctag_colorcode.php for more information.
Click here for online demo.
Install instruction:
- Unrar all the files/folders into /phpwcms_template/inc_script/frontend_render
- Copy and paste the css code in codecolorizer/geshi.css into your css file.
- Now you can use the tag [COLOR CODE:][/COLOR CODE] in your article.

Comments are closed.