I'm trying to use pcdtr (font replacement) in cmsms 1.8.2 "Toliara".
http://code.google.com/p/pcdtr/
When I upload the test script and use it outside of cmsms everything is working fine but I can't seem to get it working with cmsms... :-[
I've followed instructions and added the following code to the template:
Above in template: {literal}{/literal}
Below in template: {literal}{/literal}
In the : {literal}{/literal}
I replaced the "Docset" and "Chartype" to match the ones used in the demo
The styles from pcdtr/styles.css are being applied but the font-replacement itself doesn't seem to work.
In the readme file the following is stated:
If you have any advice on how to accomplish this, I would love to hear it!If you are using this script in a CMS that doesn't allow you to use output buffering functions, simply comment the line with `ob_start('PCDTR_init');` in the class.php file and, in your code, execute PCDTR_init($buffer); with your generated content string.

Greetings,
Manuel