The graphics files for the Quotes and Quicklinks mods are corrupted. I tried to get them to show up and they do not so I tried to open them in my image editor and they don't open either. Just letting you know. Great mods though. They are working wonderfully! Bless your hearts for all the great work you all do!
Thank you,
Marie Alline
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Quicklinks installed and running fine except for a couple of little details...
1)
The window that opens is not resizable, even though the javascript instruction says 'yes'. The problem seems to be in quicklinks.inc.php at either or both:
line 150 -
$javascript .= "<script>function pop_rand() { new_rand=window.open('".$myrow[1]."','rand','toolbar=".$toolbar.",resizable=yes,scrollbars=yes,menubar=".$navbar.",width=".$myrow[3].",height=".$myrow[4]."');}</script>";
line 167 -
$javascript .= "function pop_".$i."() { new_".$i."=window.open('".$link."','".$i."','toolbar=".$toolbar.",resizable=yes,scrollbars=yes,menubar=".$navbar.",width=".$xsize.",height=".$ysize."');}";
If you switch the resizable and scrollbar parameters, the resize works and the scrollbars don't.
2) Multiple instances of quicklinks on the page seem to all go to the same link, even though the descriptions of the links are varied.
Any thoughts are appreciated.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Funny, mine all seem to resize just fine. I haven't messed with the javascript from the original quicklinks at all (and quite frankly don't know much about javascript). I've never had a problem with it.
As for multiple quicklinks, you'd have to have installed the module more than once and renamed some tables and recoded the module to look at the new tables. Most of my installers are set up so that users can't accidentally install a module numerous times. If you want multiple quicklinks, you'd have to do some hacking. Otherwise, submit it as a feature request and I'll look at it for .90.
Marie, as for the images being corrupted, I *think* I've uploaded a new version since then that isn't, but don't quote me on that, if it's still corrupted, let me know and I'll double check it in CVS.
Ed
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The graphics files for the Quotes and Quicklinks mods are corrupted. I tried to get them to show up and they do not so I tried to open them in my image editor and they don't open either. Just letting you know. Great mods though. They are working wonderfully! Bless your hearts for all the great work you all do!
Thank you,
Marie Alline
Quicklinks installed and running fine except for a couple of little details...
1)
The window that opens is not resizable, even though the javascript instruction says 'yes'. The problem seems to be in quicklinks.inc.php at either or both:
line 150 -
$javascript .= "<script>function pop_rand() { new_rand=window.open('".$myrow[1]."','rand','toolbar=".$toolbar.",resizable=yes,scrollbars=yes,menubar=".$navbar.",width=".$myrow[3].",height=".$myrow[4]."');}</script>";
line 167 -
$javascript .= "function pop_".$i."() { new_".$i."=window.open('".$link."','".$i."','toolbar=".$toolbar.",resizable=yes,scrollbars=yes,menubar=".$navbar.",width=".$xsize.",height=".$ysize."');}";
If you switch the resizable and scrollbar parameters, the resize works and the scrollbars don't.
2) Multiple instances of quicklinks on the page seem to all go to the same link, even though the descriptions of the links are varied.
Any thoughts are appreciated.
Funny, mine all seem to resize just fine. I haven't messed with the javascript from the original quicklinks at all (and quite frankly don't know much about javascript). I've never had a problem with it.
As for multiple quicklinks, you'd have to have installed the module more than once and renamed some tables and recoded the module to look at the new tables. Most of my installers are set up so that users can't accidentally install a module numerous times. If you want multiple quicklinks, you'd have to do some hacking. Otherwise, submit it as a feature request and I'll look at it for .90.
Marie, as for the images being corrupted, I *think* I've uploaded a new version since then that isn't, but don't quote me on that, if it's still corrupted, let me know and I'll double check it in CVS.
Ed