On 18. 1. 2011 20:55, Steve Power wrote:
have you enabled the php input filter?
No. Did not know I have to do it. But now I enabled, changed format to php, and after activating block I got white screen with some very nasty error message. It really scared me. I could not do anything because web was off-line, so I simply deleted that ts3v.php script and site recovered...
In general tho mate, this is bad practice. Put it in code somewhere, not in a block. (like page.tpl.php or node.tpl.php).
But where? And how can I have it displayed where I want, like blocks? I'm quite new to drupal...
Jarry
On Tue, Jan 18, 2011 at 7:42 PM, Jarry <mr.jarry@gmail.com ... <?php include("ts3/ts3v.php"); ?>
But when I configure it to be displayed on some page, it does not get executed, instead of that the very same text is shown. What am I doing wrong?