UBB.Dev
Posted By: Rose When you have LOTS of Graemlins - 04/22/2007 3:23 PM
It's not often I get a chance to give back to this community because I'm still rather a novice, but I finally figured out how to have all the graemlins my users want in a larger size menu. For what it's worth, this is what I did. smile

1. I applied Maze's mod for a nicer looking Graemlin menu.

2. In standard_text_editor.tpl, I moved the "Smilies" button so that it appears first in the markup panel. Find the text string beginning with
Code
<a href="javascript: void(0);" onclick="showHTML('smileys');" 
and move it to the top of the list it appears in. For me, this was moving Line 51 to Line 29. This moves the button, but not the menu.

3. To move the popup menu, find the text string beginning with
Code
 <div id="smileys"
and change the margin-left value to "0". (I changed mine to "20", but "0" will line it up perfectly with the button).

4. Finally you can now change the width of the smilie popup menu because you have much more space to the right. Go back to the script you changed in Step 1, and change the menu width (around Line 1943) to whatever you want. I changed mine to "400".

I hope this helps someone who, like me has a heap of users who LOVE their graemlins. smile

Posted By: AllenAyres Re: When you have LOTS of Graemlins - 04/22/2007 9:39 PM
Thank you smile
© UBB.Developers