Feedback/Suggestions Let us know what you like about Maxima.org, its forums, or let us know what suggestions you may have! DO NOT POST YOUR CAR QUESTIONS HERE.

Smilie List Window Resolution

Thread Tools
 
Search this Thread
 
Old 08-13-2010, 06:26 AM
  #1  
Senior Member
Thread Starter
iTrader: (3)
 
Rochester's Avatar
 
Join Date: Feb 2009
Location: Rochester, NY
Posts: 5,296
Smilie List Window Resolution

Could the pop-up window for "More" smilies be opened in a more usable resolution so it doesn't have to be re-sized each and every time?

Rochester is offline  
Old 08-18-2010, 10:23 AM
  #2  
Senior Member
Thread Starter
iTrader: (3)
 
Rochester's Avatar
 
Join Date: Feb 2009
Location: Rochester, NY
Posts: 5,296
How To Change The Size Of The Smilie Popup Window

The site admin can change the size of the smilie popup window by editing the templates. I recommend trying different resolutions to find one you're comfortable with... preferably one that allows you to see both columns more than 6 smilies deep.

Go to your:

Admin CP -> Styles & Templates -> Style Manager -> « » -> Editor Templates -> editor_smilie_box


Change the
red code to the length and width of the popup box. For example, 800 and 600:

<if condition="$show['moresmilieslink']">

<tr>
<td class="smallfont" colspan="$vboptions[smcolumns]">[<a href="#" onclick="open_smilie_window(
smiliewindow_x, smiliewindow_y, $wysiwyg, '$forumid'); return false" title="<phrase 1="$vboptions[smtotal]" 2="$totalsmilies">$vbphrase[showing_x_smilies_of_y_total]</phrase>">$vbphrase[more]</a>]</td>
</tr>
</if>



Rochester is offline  
Old 08-18-2010, 12:22 PM
  #3  
Ad·min·is·tra·tor
iTrader: (14)
 
DanNY's Avatar
 
Join Date: Aug 2000
Posts: 17,725
ok what if i said that i like to keep it at the 6 smiles and let the members expand if they wish?
DanNY is offline  
Old 08-18-2010, 12:40 PM
  #4  
Senior Member
Thread Starter
iTrader: (3)
 
Rochester's Avatar
 
Join Date: Feb 2009
Location: Rochester, NY
Posts: 5,296
Originally Posted by DanNY
ok what if i said that i like to keep it at the 6 smiles and let the members expand if they wish?
It's a common misconception to interpret default UI settings as useful ergonomics. That's why things are configurable.

Try experimenting with it, and you might feel otherwise.

C'mon, Dan... try it. The eggs are yummy!


Last edited by Rochester; 08-18-2010 at 12:52 PM.
Rochester is offline  
Old 08-18-2010, 01:00 PM
  #5  
Ad·min·is·tra·tor
iTrader: (14)
 
DanNY's Avatar
 
Join Date: Aug 2000
Posts: 17,725
well the forum members hate pop ups so i wanted to keep the pop up small and if the member wanted to make it bigger they can.
DanNY is offline  
Old 08-18-2010, 01:14 PM
  #6  
Senior Member
Thread Starter
iTrader: (3)
 
Rochester's Avatar
 
Join Date: Feb 2009
Location: Rochester, NY
Posts: 5,296
Originally Posted by DanNY
well the forum members hate pop ups so i wanted to keep the pop up small and if the member wanted to make it bigger they can.
That's true that we all hate pop-ups. However, the smilie selection window is an intentional pop-up. That's a big difference. You know, between annoyance and usefulness, I'm sure you can find a compromise that would serve well.

Here's an idea: retain the default height setting, but expand the width so that the second column of smilies is visible. In that way, members can scroll the list without have to first grab the frame and expand the window size.

The scroll wheel on today's pointing devices is a real useful tool when the window resolution supports your intent.
Rochester is offline  
Old 08-18-2010, 01:24 PM
  #7  
Ad·min·is·tra·tor
iTrader: (14)
 
DanNY's Avatar
 
Join Date: Aug 2000
Posts: 17,725
Originally Posted by Rochester
That's true that we all hate pop-ups. However, the smilie selection window is an intentional pop-up. That's a big difference. You know, between annoyance and usefulness, I'm sure you can find a compromise that would serve well.

Here's an idea: retain the default height setting, but expand the width so that the second column of smilies is visible. In that way, members can scroll the list without have to first grab the frame and expand the window size.

The scroll wheel on today's pointing devices is a real useful tool when the window resolution supports your intent.
OK i'll consider it. If i make this change will you stop asking for new changes for the next 6-8 months?
DanNY is offline  
Old 08-18-2010, 01:34 PM
  #8  
Senior Member
Thread Starter
iTrader: (3)
 
Rochester's Avatar
 
Join Date: Feb 2009
Location: Rochester, NY
Posts: 5,296
Originally Posted by DanNY
OK i'll consider it. If i make this change will you stop asking for new changes for the next 6-8 months?
I'll lay low until 2011. Scout's honor.

Of course, I never actually stayed in Scouts past Webelos...

/thread
Rochester is offline  
Old 08-18-2010, 01:50 PM
  #9  
Ad·min·is·tra·tor
iTrader: (14)
 
DanNY's Avatar
 
Join Date: Aug 2000
Posts: 17,725
Originally Posted by Rochester
I'll lay low until 2011. Scout's honor.

Of course, I never actually stayed in Scouts past Webelos...

/thread
DanNY is offline  
Old 08-19-2010, 08:51 AM
  #10  
Senior Member
Thread Starter
iTrader: (3)
 
Rochester's Avatar
 
Join Date: Feb 2009
Location: Rochester, NY
Posts: 5,296
Creative solution... leaving the default pop-up resolution, but altering the cell width of the smilie table so that the first column doesn't dominate the width anymore.

Before - - After



It's very close to seeing both columns of images.

I bet if you incorporate this change, with a pop-up width of 300px, you will have nailed it perfectly. Try applying your change with a value of 300 to the width, and it will look like this (below). Which also supports the entire "click a smilie..." instruction.

Rochester is offline  
Old 08-19-2010, 09:53 AM
  #11  
Ad·min·is·tra·tor
iTrader: (14)
 
DanNY's Avatar
 
Join Date: Aug 2000
Posts: 17,725
working on it...
DanNY is offline  
Old 08-19-2010, 11:20 AM
  #12  
Jesus was a Zombie.
iTrader: (7)
 
BenStoked's Avatar
 
Join Date: Aug 2007
Location: OKC, OK
Posts: 3,965
Originally Posted by DanNY
working on it...
much better.
would prefer the window be a tad wider (5-10px, make most smilies easier to see on the right), but the table width make things much easier than before.

Rochester, Thanks for bringing this up; I have been annoyed by the same issue multiple times (on multiple forums).
Danny, thanks to you, too.
BenStoked is offline  
Old 08-19-2010, 11:41 AM
  #13  
Senior Member
Thread Starter
iTrader: (3)
 
Rochester's Avatar
 
Join Date: Feb 2009
Location: Rochester, NY
Posts: 5,296
Originally Posted by BenStoked
Rochester, Thanks for bringing this up; I have been annoyed by the same issue multiple times (on multiple forums).
Danny, thanks to you, too.
Happy to help out, Ben.

Rochester is offline  
Old 08-19-2010, 12:38 PM
  #14  
Ad·min·is·tra·tor
iTrader: (14)
 
DanNY's Avatar
 
Join Date: Aug 2000
Posts: 17,725
Originally Posted by Rochester
Happy to help out, Ben.

check it out now stewie
DanNY is offline  
Old 08-19-2010, 12:46 PM
  #15  
Senior Member
Thread Starter
iTrader: (3)
 
Rochester's Avatar
 
Join Date: Feb 2009
Location: Rochester, NY
Posts: 5,296
Originally Posted by DanNY
check it out now stewie
Surprisingly deep, but a welcome change overall.

Very nice, Dan. Thank you.

Rochester is offline  
Old 08-19-2010, 12:49 PM
  #16  
Ad·min·is·tra·tor
iTrader: (14)
 
DanNY's Avatar
 
Join Date: Aug 2000
Posts: 17,725
ok i don't want to hear from you until 2011!!..LOL
DanNY is offline  
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
Fbana41
Maximas for Sale / Wanted
3
08-29-2016 12:18 PM
REDinLV
7th Generation Maxima (2009-2015)
4
10-18-2015 05:31 AM
MaxLvr21
5th Generation Maxima (2000-2003)
14
10-17-2015 12:11 PM



Quick Reply: Smilie List Window Resolution



All times are GMT -7. The time now is 04:47 PM.