
Originally Posted by
lankeeyankee
Hi Clyde,
Thanks for taking the time to help. Perhaps one of the other many mods I have installed is causing a conflict, I'm going to set up a fresh install of 1.3.7.1 and then add these 2 modules in to confirm that it's not a hiccup of my xampp setup. I have been getting some strange anomolys lately but mostly they have to do with javascript in FireFox going haywire on some things but not others. I will let you know what I find out.
I was referring to the admin side, changing the code so that adding a url in hints is an optional field, like in the testimonials mod, instead of required.
Thanks for the info about the EZpages internal link, I forgot about this useful feature.
Matt
As I said, I have both the Testimonials Manager and Hints Manager set up on my PC (using xampp) and have not been able to duplicate the problem.
As far as making the URL an optional field -
Open admin/hints_manager.php
find the following line of code around line 190:
Code:
<td class="main"><?php echo zen_draw_input_field('hints_url', zen_not_null($bInfo->hints_url) ? $bInfo->hints_url : 'http://', 'maxlength="255"', true); ?></td>
Change the highlighted portion to false.
Save the file and upload to your server.