| Author |
Topic Search Topic Options
|
iSec
Senior Member
Joined: 13 February 2005
Status: Offline
Points: 1140
|
Post Options
Thanks(0)
Quote Reply
Topic: Mod: Expand the Emoticons Popup Window Posted: 04 August 2007 at 5:04pm |
Here is another little essential mod for you: Expand the Width and Height of the Emoticons Popup:
1- Open up the includes/message_form_inc.asp file
2- Around line 388 find the following code:
Response.Write(vbCrLf & " <tr><td colspan=""3"" align=""center""><a href=""javascript:winOpener('RTE_popup_emoticons.asp" & strQsSID1 & "','emot',0,0,450,340)"" class=""smLink"" tabindex=""100"">" & strTxtMore & "</a></td></tr>")
|
3- Replace the above code with the code below:
Response.Write(vbCrLf & " <tr><td colspan=""3"" align=""center""><a href=""javascript:winOpener('RTE_popup_emoticons.asp" & strQsSID1 & "','emot',1,1,800,400)"" class=""smLink"" tabindex=""100"">" & strTxtMore & "</a></td></tr>")
|
4- Note the values 1,1,800,400 you can change those values to suit your needs. 1,1 can be changed to 0,0 to take away the scroll bars of the page. 800,400 are the width and height values, you may change them to a greater or a less value.
5- That's all.
Edited by Info_Tech - 04 August 2007 at 5:05pm
|
|
"When it gets dark enough, you can see the stars"
-Charles A. Beard
|
 |
bims
Groupie
Joined: 03 May 2004
Location: United Kingdom
Status: Offline
Points: 115
|
Post Options
Thanks(0)
Quote Reply
Posted: 06 September 2007 at 8:38pm |
|
Thanks, that's sweet. it adjusts the icons when you click on the side, however... i've been trying to expand the emoticon pop up when you click on the smiley face at the top of RTE.. like the one above. Can't seem to find the code for that.. Any ideas?
Thanks
|
 |
bims
Groupie
Joined: 03 May 2004
Location: United Kingdom
Status: Offline
Points: 115
|
Post Options
Thanks(0)
Quote Reply
Posted: 06 September 2007 at 8:52pm |
Actually found it, quite similar to the code above it's in the RTE_toolbar_inc.asp file line 115... you need a full license to edit.. otherwise stay well away.
|
 |
iSec
Senior Member
Joined: 13 February 2005
Status: Offline
Points: 1140
|
Post Options
Thanks(0)
Quote Reply
Posted: 07 September 2007 at 7:10am |
Hello bims... i just put version 9.04 on my site, and came to this topic to see which file i modified and saw your post...! I should email-watch these topics when i post them..lol
|
|
"When it gets dark enough, you can see the stars"
-Charles A. Beard
|
 |
Duby
Groupie
Joined: 23 August 2005
Location: Croatia
Status: Offline
Points: 80
|
Post Options
Thanks(0)
Quote Reply
Posted: 21 January 2008 at 6:38pm |
Is something different in v9.07? I have modified RTE_toolbar_inc.asp but nothing happend, I still see 450x340px.  I have noticed that I see all the smileys when I click on the smiley icon but I don't see them all when I click "more..." hyperlink.
Edited by Duby - 21 January 2008 at 6:57pm
|
|
Duby
|
 |
iSec
Senior Member
Joined: 13 February 2005
Status: Offline
Points: 1140
|
Post Options
Thanks(0)
Quote Reply
Posted: 22 January 2008 at 12:01am |
|
Read my first post... the first file to modify is includes/message_form_inc.asp.
|
|
"When it gets dark enough, you can see the stars"
-Charles A. Beard
|
 |
Duby
Groupie
Joined: 23 August 2005
Location: Croatia
Status: Offline
Points: 80
|
Post Options
Thanks(0)
Quote Reply
Posted: 22 January 2008 at 12:12am |
|
|
|
Duby
|
 |
TonyM
Newbie
Joined: 10 November 2009
Location: Downunder
Status: Offline
Points: 22
|
Post Options
Thanks(0)
Quote Reply
Posted: 11 November 2009 at 6:48am |
|
Thanks, the need to scroll has been bugging me!
I applied the mod to my site and yes it resizes the window, although regardless off using 1,1 or 0,0 for the parameter re the scrollbar still shows - basically it had the same effect as the user resizing the window themself.
I'm using V 9.63
Any thoughts on how to make it work in 9.63?
|
 |