CMSB v1.37 Beta (Build 4): Signup & Feedback thread
24 posts by 9 authors in: Forums > CMS Builder
Last Post: November 25, 2009 (RSS)
By Kenny - November 23, 2009
I just experienced the same issue of not being able to remove an upload in FireFox 3
By Dave - November 24, 2009
Thanks for the report, we'll check these out and post back on this thread (or release a new build).
Dave Edis - Senior Developer
interactivetools.com
interactivetools.com
Re: [Dave] CMSB v1.37 Beta (Build 4): Signup & Feedback thread
By aev - November 25, 2009
Hi Dave,
I found a display bug related to Safari (Mac v4.0.4).
The "Field options" when creating a List field are displayed in the wrong place. See attached screenshots for details.
-aev-
I found a display bug related to Safari (Mac v4.0.4).
The "Field options" when creating a List field are displayed in the wrong place. See attached screenshots for details.
-aev-
By Dave - November 25, 2009
studio-a, here's a fix for the "can't remove uploads" issue.
In /cmsAdmin/lib/menus/default/uploadList.php
Replace this:
<?php echo $removeClickCode; ?>
With this:
<?php echo $row['_removeLinkJS']; ?>
If anyone else has any show stoppers let me know and I'll try to rush you a fix. We're working hard on the next beta and have already fixed a number of issues. We're hoping to have that out early next week.
Thanks for all your feedback and support! :)
In /cmsAdmin/lib/menus/default/uploadList.php
Replace this:
<?php echo $removeClickCode; ?>
With this:
<?php echo $row['_removeLinkJS']; ?>
If anyone else has any show stoppers let me know and I'll try to rush you a fix. We're working hard on the next beta and have already fixed a number of issues. We're hoping to have that out early next week.
Thanks for all your feedback and support! :)
Dave Edis - Senior Developer
interactivetools.com
interactivetools.com