Author Topic: Quick Load Window formatting  (Read 3121 times)

BGSWebDesign

  • Posts: 625
    • View Profile
    • http://www.bgswebdesign.com
Quick Load Window formatting
« 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.
Thanks,
-Brett
http://www.bgswebdesign.com/Contact-Us.php

*** I do custom List Mail Pro installations ***
Contact me through my website (above)

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
Quick Load Window formatting
« Reply #1 on: May 11, 2004, 11:53:49 am »
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.)
Dean Wiebe
ListMailPRO Author & Developer - Help | Support | Hosting

andrew

  • Posts: 27
    • View Profile
Quick Load Window formatting
« Reply #2 on: May 31, 2004, 10:03:11 pm »
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!

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
Quick Load Window formatting
« Reply #3 on: June 01, 2004, 05:57:18 pm »
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.
Dean Wiebe
ListMailPRO Author & Developer - Help | Support | Hosting

BGSWebDesign

  • Posts: 625
    • View Profile
    • http://www.bgswebdesign.com
Quick Load Expander Options in v. 1.8
« Reply #4 on: April 21, 2005, 10:14:39 pm »
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!
Thanks,
-Brett
http://www.bgswebdesign.com/Contact-Us.php

*** I do custom List Mail Pro installations ***
Contact me through my website (above)

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
Quick Load Window formatting
« Reply #5 on: April 23, 2005, 11:36:55 am »
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
Code: [Select]
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
Code: [Select]
 </select><br>
Directly underneath that line, add:
Code: [Select]
 <script>form1.loadid.style.width=origQLW;</script>
Dean Wiebe
ListMailPRO Author & Developer - Help | Support | Hosting

BGSWebDesign

  • Posts: 625
    • View Profile
    • http://www.bgswebdesign.com
Quick Load Window formatting
« Reply #6 on: April 25, 2005, 07:42:30 am »
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.
Thanks,
-Brett
http://www.bgswebdesign.com/Contact-Us.php

*** I do custom List Mail Pro installations ***
Contact me through my website (above)