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..
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..