<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "RE:Resizing the &quot;popup&quot; window."]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "RE:Resizing the &quot;popup&quot; window."]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>RE:Resizing the &amp;quot;popup&amp;quot; window.</title>
				<description><![CDATA[ This should be easy but I can't change it. Do I have to edit the html code in /templates/popup/. I tried that and it doesn't work. The permissions are set to 666. Should this be changed?<br /> Any help would be greatly appreciated...rluka]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1744/4396.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1744/4396.php</link>
				<pubDate><![CDATA[Tue, 18 Mar 2003 23:10:25]]> GMT</pubDate>
				<author><![CDATA[ rluka]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ you have to edit the js-link <br /> <br /> "&lt;a href=\"javascript:void(window.open('$pollvars[base_url]/comments.php?action=send&amp;id=$poll_id&amp;template_set=$this-&gt;template_set','$poll_id','width=230,height=320,toolbar=no,statusbar=no'))\"&gt;".$this-&gt;pollvars['send_com']."&lt;/a&gt;" : '';            <br /> <br /> <br /> it's on line 187 in class_poll.php]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1744/4430.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1744/4430.php</link>
				<pubDate><![CDATA[Thu, 20 Mar 2003 11:04:15]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Thanks very much for your reply but that didn't work for me.<br /> This is supposed to adjust the width and height of the popup window and not the size of the poll data window which is inside the popup window.<br /> Anyway, thanks for bearing with me as there is a lot for me to learn.<br /> I have checked a lot of previous posts regarding setting the permissions for the files and I was not successful. The class_poll.php attribute was set to 664. I cahnged it to 666 and it still didn't work. Then I changed it to 777<br /> and that didn't work. Do the folder permissions also have to be set.<br />  Where can I find info on setting file attributes?<br />  If I register this poll do you know if the author gives out this information?<br /> Thanks..rluka]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1744/4437.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1744/4437.php</link>
				<pubDate><![CDATA[Thu, 20 Mar 2003 22:14:13]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Hi<br />  The included code for resizing the popup window appears to be correct but doesn't work for me. Any ideas would be greatly appreciated<br /> <br /> line 187 in class_poll.php<br /> [code]<br /> &quot;&lt;a href=\&quot;javascript&#58;void&#40;window.open&#40;'$pollvars&#91;base_url&#93;/comments.php?action=send&id=$poll_id&template_set=$this-&gt;template_set','$poll_id','width=230,height=320,toolbar=no,statusbar=no'&#41;&#41;\&quot;&gt;&quot;.$this-&gt;pollvars&#91;'send_com'&#93;.&quot;&lt;/a&gt;&quot; &#58; ''; <br /> [/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1744/4498.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1744/4498.php</link>
				<pubDate><![CDATA[Fri, 28 Mar 2003 20:17:47]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Try to add following attribute:<br /> resizable=yes<br /> <br /> It could look something like this<br /> toolbar=yes,location=yes,status=yes,scrollbars=yes,resizable=yes,width=100,height=100]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1744/4571.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1744/4571.php</link>
				<pubDate><![CDATA[Wed, 9 Apr 2003 05:21:38]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Try to add following attribute:<br /> resizable=yes<br /> <br /> It could look something like this<br /> toolbar=yes,location=yes,status=yes,scrollbars=yes,resizable=yes,width=100,height=100]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1744/4572.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1744/4572.php</link>
				<pubDate><![CDATA[Wed, 9 Apr 2003 05:21:44]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Thanks for responding<br />  I added it to the code in class_poll.php and it still didn't make any difference.  The pop_up window is still the same size. I can edit the file directly on my web server account so the change should be immediate. <br />  Thanks for trying..did this work for you?<br /> [code] <br /> $COMMENT = &#40;$row&#91;'comments'&#93;==1&#41; ? &quot;&lt;a href=\&quot;javascript&#58;void&#40;window.open&#40;'$pollvars&#91;base_url&#93;/comments.php?action=send&id=$poll_id&template_set=$this-&gt;template_set','$poll_id','toolbar=yes,location=yes,status=yes,scroolbars=yes,resizable=yes,statusbar=yes,width=330,height=420'&#41;&#41;\&quot;&gt;&quot;.$this-&gt;pollvars&#91;'send_com'&#93;.&quot;&lt;/a&gt;&quot; &#58; ''; <br /> [/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1744/4574.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1744/4574.php</link>
				<pubDate><![CDATA[Wed, 9 Apr 2003 10:11:11]]> GMT</pubDate>
				<author><![CDATA[ rluka]]></author>
			</item>
			<item>
				<title>Pop up size</title>
				<description><![CDATA[ I've successfully changed the tabel size within the pop up via the Templates function in the admin panel, just click on popup from the drop down list, then click on the go icon, select view results and change the table width from Header]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1744/4813.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1744/4813.php</link>
				<pubDate><![CDATA[Mon, 5 May 2003 21:05:19]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>