PDA

View Full Version : Smilies - Define Width & Height of Get More Window


Oblivion Knight
05-13-2003, 07:47 PM
Ok, so it may not be the next big thing, but it certainly makes things easier for newer (and veteran!) users to vBulletin.. ;)

Currently, to change the dimensions of the "Get More" popup window, you have to go through the vbcode_smilies_getmore template, and change the following part of code:
[<a href="javascript:opensmiliewindow(240,280,'$session[sessionhash]')">Get More</a>]

Wouldn't it make more sense to be able to define the width and height of this popup window in the admin's control panel (vBulletin options or Smilie options)? I've tried writing this myself, but get a pile of parse errors (still trying to create my first vB modification, and make it an original idea, but parse errors get in my way).. -_-

However, I felt that this is one idea I should share..

Austin Dea
05-13-2003, 07:56 PM
You can, it's the '240,280'

Oblivion Knight
05-13-2003, 07:59 PM
Yes I know, but not everyone may know the correct template to edit..
Hence why it would make more sense to define them as variables and be able to change them via the options.. ;)