new newsletter insert image
Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz NewsPad
Forum Description: Support forum for the Web Wiz NewsPad application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=29155
Printed Date: 28 March 2026 at 3:11pm Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com
Topic: new newsletter insert image
Posted By: nobby
Subject: new newsletter insert image
Date Posted: 27 February 2011 at 3:51am
when you click theto insert an image the window that opens RTE_popup_adv_image.asp is not big enough and some of the buttons like upload are not viible and you can't scroll down to it. how can i increase the size of the pop up window
------------- http://www.SimplyDoors.co.uk
|
Replies:
Posted By: 123Simples
Date Posted: 27 February 2011 at 3:53pm
To the right hand corner (of the open window) there should be the - minimise button, the square that allows you to open the window larger, and of course X that closes the pop up window
------------- http://www.123simples.com/" rel="nofollow - Visit 123 Simples Web Design
|
Posted By: nobby
Date Posted: 27 February 2011 at 6:14pm
|
Hi
yes they are there but the maximise button is disabled and there are no scroll bars, so i can minimise it but not maximise it. I was hoping somone would know where the code that sets the size of the opo up window is as the only way to see the upload button is to copy the url into a new browser window and maximise that which is a bit tedious
------------- http://www.SimplyDoors.co.uk
|
Posted By: 123Simples
Date Posted: 27 February 2011 at 7:17pm
It sounds like it could be a either a corrupt upload, in which case you try re-uploading the software again, or just of interest what browser are you using?
------------- http://www.123simples.com/" rel="nofollow - Visit 123 Simples Web Design
|
Posted By: 123Simples
Date Posted: 27 February 2011 at 7:19pm
Perhaps some software on your own computer is causing the pop up not to function correctly. If you PM me with the actual address where the software is located, perhaps I can help. It may mean just giving me temporary admin access to the newspad itself, but you can always change the password at your own discretion
------------- http://www.123simples.com/" rel="nofollow - Visit 123 Simples Web Design
|
Posted By: 123Simples
Date Posted: 27 February 2011 at 7:23pm
Just to add, I'm wondering if it is because you've embedded the software in your existing site?
------------- http://www.123simples.com/" rel="nofollow - Visit 123 Simples Web Design
|
Posted By: nobby
Date Posted: 27 February 2011 at 9:17pm
|
hi
I haven't touched any of the admin pages, which is where this is happening when i try to add a picture to a new post. surely there must be a bit of code some where that sets the height of the pop up
------------- http://www.SimplyDoors.co.uk
|
Posted By: 123Simples
Date Posted: 28 February 2011 at 2:20pm
It's probably something similar to the forum software. You could try this (but make a backup of the file first)
Go to your includes FOLDER, and using a text editor, open up the includes/RTE_toolbar_inc.asp file
On lines 110 to 114 inclusive you should see:
If blnAdvAddImage Then Response.Write("<img src=""" & strRTEImagePath & "post_button_image.gif"" align=""absmiddle"" border=""0"" onClick=""winOpener(\'RTE_popup_adv_image.asp\',\'insertImg\',0,0,775,402)"" title=""" & strTxtAddImage & """ class=""WebWizRTEbutton"" onmouseover=""overIcon(this)"" onmouseout=""outIcon(this)"">") ElseIf blnAddImage Then Response.Write("<img src=""" & strRTEImagePath & "post_button_image.gif"" align=""absmiddle"" border=""0"" onClick=""winOpener(\'RTE_popup_image.asp\',\'insertImg\',0,0,550,360)"" title=""" & strTxtAddImage & """ class=""WebWizRTEbutton"" onmouseover=""overIcon(this)"" onmouseout=""outIcon(this)"">") End If |
Try changing the 0 I highlighted in red to 1, so it says:
If blnAdvAddImage Then Response.Write("<img src=""" & strRTEImagePath & "post_button_image.gif"" align=""absmiddle"" border=""0"" onClick=""winOpener(\'RTE_popup_adv_image.asp\',\'insertImg\',1,0,775,402)"" title=""" & strTxtAddImage & """ class=""WebWizRTEbutton"" onmouseover=""overIcon(this)"" onmouseout=""outIcon(this)"">") ElseIf blnAddImage Then Response.Write("<img src=""" & strRTEImagePath & "post_button_image.gif"" align=""absmiddle"" border=""0"" onClick=""winOpener(\'RTE_popup_image.asp\',\'insertImg\',0,0,550,360)"" title=""" & strTxtAddImage & """ class=""WebWizRTEbutton"" onmouseover=""overIcon(this)"" onmouseout=""outIcon(this)"">") End If |
In theory that should give you a scrollbar In fact that line - 0,0,775,402
I'm fairly certain 775, 402 and width and height anyway But have a play and let me know what happens
------------- http://www.123simples.com/" rel="nofollow - Visit 123 Simples Web Design
|
Posted By: nobby
Date Posted: 01 March 2011 at 12:51am
|
Hi Thanks mate
The 1 did give me a scroll bar.
So i then changed it back to 0 and increased the height to 502 and now i can see all the buttons without the need for the scroll bar.
Thanks for your help
------------- http://www.SimplyDoors.co.uk
|
Posted By: 123Simples
Date Posted: 01 March 2011 at 6:47pm
Glad it sorted the problem  I just had to check the files hence why there was a delay in actually providing the correct answer for you.
------------- http://www.123simples.com/" rel="nofollow - Visit 123 Simples Web Design
|
|