Settings page displays an entire page of the following string repeated over and over:
[CheckBox] value="true" title="" alt="" /> >
Settings page displays an entire page of the following string repeated over and over:
[CheckBox] value="true" title="" alt="" /> >
The plugin is using both the short_open_tag for PHP and shorthand for echo, (i.e., =). Neither are implemented consistently across web hosts.
To fix the plugin, open up manage.php and replace all instances of
<?=
to
<?php echo
Just noticed calendar.php has the same problem. You'll want to do the same find and replace there as well.
You must log in to post.