ListMailPRO Email Marketing Software Forums
ListMailPRO Email Marketing Software Forums => Development, Suggestions => Topic started by: BGSWebDesign on May 10, 2004, 06:14:02 pm
-
Hi,
Regarding the Quick Load Window, can you please provide formatting for that, or at least format it so that the LAST xx characters appear in the list, instead of the first?
Here is why, I use a standard TAG line for all my emails, for example:
"[My Domain] - !fname"
The problem is, as you can see, I only see the beginning of this tagline, so ALL the messages look the same! It's impossible to tell which message is which if I want to quick load.
-
A very good idea. I will make note of this and consider implementing this exactly as you suggested or figure out a way to view the complete subject line. (I had tried a "hover to show entire subject" method but didn't have good results.)
-
If possible, extending the length of the Quick Load window would greatly help. I store about 15-20 pre-fabbed emails in the quick loader just to make it easy on myself for future use.
If the window was extended about 2-3 inches more down the page, it would be a great help.
Thanks!
-
Thanks for the further suggestion. Lengthening the box would be a fairly simple improvement. I have made note of this and expect to make progress for the next release.
-
Hi DW,
Ok, playing with v. 1.8, the Quick Load expander is nice, but, it only stays expanded for the time that window is open, if I go to User Selection and then come back, the expanded window does NOT remember it's size and I have to re-size it again, every time...
Is there any way to remember the size of it and keep it there, it sure would be a big help!
-
I wonder what the general consesus is on this. Due to the interface, I prefer it to remain the standard size by default. Perhaps I should make the interface full screen so the width (which is becoming more and more of a constraint with the addition of features) will not affect appearance.
Here is how to change the default size of the quick load box manually for your immediate use:
in editmsg.php search for
origQLW = 122; newQLW = origQLW;
Change the value of origQLW to the number of pixels (wide) you would like.
From the origQLW position in the file, search for
</select><br>
Directly underneath that line, add:
<script>form1.loadid.style.width=origQLW;</script>
-
Hi DW,
Thanks, that worked, I changed mine to 272 pixels, the same as clicking 3 times on the expander... I need more space there, you might want to consider full screen, but it's not a problem for me, I'm running at 1024x768.