Solved...
I changed the following line in module.attributes.php from
toPHP Code:<?php
if ($options_comment[$i] != '' and $options_comment_position[$i] == '0') {
This brings the comment box in whether or not a comment is present.PHP Code:<?php
if ($options_comment[$i] != '1' and $options_comment_position[$i] == '0') {
Thanks to all who assisted.
![]()


Reply With Quote
