10-21-2009, 06:26 PM
(This post was last modified: 10-21-2009, 07:46 PM by R3c0nna1ssanc3.)
I used a plug in to enable PHP in a mybb forum. When I put in this code.
The date is working fine but I got two errors I got rid of one by taking out
But im still left with this.
If you would like to see the error here is the link to the forum
http://www.datapodcomputer.com/forum/
PHP Code:
<?php if($this->params->get('dateDisplay')) : ?><div id="date"><?php echo date('l dS \of F Y'); ?> </div><?php endif; ?>
The date is working fine but I got two errors I got rid of one by taking out
PHP Code:
<?php endif; ?>
But im still left with this.
Code:
Parse error: syntax error, unexpected $end in /home/content/41/4149141/html/forum/global.php(438) : eval()'d code(7) : eval()'d code on line 1
If you would like to see the error here is the link to the forum
http://www.datapodcomputer.com/forum/