<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Advanced Poll not showing up"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Advanced Poll not showing up"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Advanced Poll not showing up</title>
				<description><![CDATA[ I'm using Emax which provides customers with their own web designer. I installed AP with Fantastico and it works fine.<br /> <br /> I put<br /> <br /> [code]&lt;?php<br /> include_once &quot;poll/booth.php&quot;;<br /> echo $php_poll-&gt;poll_process&#40;x&#41;;        // x = Poll ID<br /> ?&gt;<br /> [/code]<br /> <br /> Before the &lt;html&gt; tag and I put<br /> <br /> [code]&lt;?php<br /> include_once &quot;poll/booth.php&quot;;<br /> echo $php_poll-&gt;poll_process&#40;&quot;newest&quot;&#41;;<br /> ?&gt;[/code]<br /> <br /> Now to the part aout the web designer. You can create a box that can hold script so I put the above code into that box. I save the file and click publish. I load the page and it doesn't show up. I don't get any errors.<br /> <br /> http://www.simulationcity.net/ The poll should show up right below the Topsites.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4952/17715.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4952/17715.php</link>
				<pubDate><![CDATA[Tue, 23 Aug 2005 03:51:24]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Your page extension needs to be .php.  Rename page from index.html to index.php or put the poll code on a page that ends in .php.  Alternatively, here is a post with tips on how to include the poll in an .html page:<br /> <br /> Guide on How to Add Poll to HTML page<br /> <a class="snap_shots" href="http://proxy2.de/forum/viewtopic.php?t=4736" target="_blank" rel="nofollow">http://proxy2.de/forum/viewtopic.php?t=4736</a>]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4952/17750.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4952/17750.php</link>
				<pubDate><![CDATA[Fri, 26 Aug 2005 08:06:06]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Yeah that was the problem. I never knew that you couldn't put php in an HTML page. Is there a way to get how many votes an option got? <br /> <br /> EG: I made a poll on browsers and it says IE 40.00% how Do I get it to say 2 votes then 40.00%]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4952/17771.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4952/17771.php</link>
				<pubDate><![CDATA[Sat, 27 Aug 2005 01:19:48]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ It looks like a template issue.  Demo 3 shows the number of votes in parentheses after the percentages.  http://proxy2.de/poll/demo_3.php?action=results&amp;poll_ident=4<br /> <br /> Demo 3 uses the plain template. I looked at the result_loop for the plain template and found the following code:<br /> [code]&lt;td&gt;&lt;font face=&quot;$pollvars&#91;font_face&#93;&quot; color=&quot;$pollvars&#91;font_color&#93;&quot; size=&quot;1&quot;&gt;&lt;img src=&quot;$pollvars&#91;base_gif&#93;/$image.gif&quot; width=&quot;$img_width&quot; height=&quot;$pollvars&#91;img_height&#93;&quot;&gt; $vote_percent % &#40;$vote_count&#41;&lt;/font&gt;&lt;/td&gt;[/code]<br /> So [i]I'm guessing[/i] it is a matter of using this plain template or including the ($vote_count) code in the result_loop of any other template you use.  If the template directories and files permissions were set according to the info in the readme file, you should be able to edit the result_loop from the poll's Administration Panel.<br /> <br /> Auron, will that work?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4952/17772.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4952/17772.php</link>
				<pubDate><![CDATA[Sat, 27 Aug 2005 12:58:43]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ So where would this go?<br /> <br /> [code]&lt;td&gt;&lt;font face=&quot;$pollvars&#91;font_face&#93;&quot; color=&quot;$pollvars&#91;font_color&#93;&quot; size=&quot;1&quot;&gt;&lt;img src=&quot;$pollvars&#91;base_gif&#93;/$image.gif&quot; width=&quot;$img_width&quot; height=&quot;$pollvars&#91;img_height&#93;&quot;&gt; $vote_percent % &#40;$vote_count&#41;&lt;/font&gt;&lt;/td&gt;[/code]<br /> <br /> I have a vauge idea of what you're talking about. For the plain template the above code would go in the "Display Loop" box in the "plain" template?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4952/17790.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4952/17790.php</link>
				<pubDate><![CDATA[Sat, 27 Aug 2005 23:16:33]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I found the option to change it from percentages to votes in the option page.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4952/17792.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4952/17792.php</link>
				<pubDate><![CDATA[Sat, 27 Aug 2005 23:17:54]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="simulationcity"]I found the option to change it from percentages to votes in the option page.[/quote]<br /> <br /> Could you please explain this for other people who might want to do this?  What do you mean by "options page"?  I do not have any link like that.<br /> <br /> Thanks.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4952/17819.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4952/17819.php</link>
				<pubDate><![CDATA[Sun, 28 Aug 2005 20:16:36]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Go into the AdminCP and at the top there is a image link and has "Generl Settings" below it. Scroll Down to "Miscellaneous" And there are two radio buttons beside "Display result as" select Votes and click "Submit Settings"]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4952/17825.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4952/17825.php</link>
				<pubDate><![CDATA[Mon, 29 Aug 2005 15:18:20]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Thanks.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4952/17841.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4952/17841.php</link>
				<pubDate><![CDATA[Tue, 30 Aug 2005 08:40:49]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Poll doesn't show in my page!</title>
				<description><![CDATA[ hi,<br /> <br /> first thanks for your great scripts !!! 8) <br /> <br /> i get the advanced poll and install it in a DB version and it works great and i don't have any problem with it. but my problems start when i want to put it in my page !<br /> i use the MKPortal CMS for my site and it's realy good but i can't find where should i put the poll codes to work.<br /> index.php:<br /> [code]&lt;?<br /> /*<br /> +--------------------------------------------------------------------------<br /> |   MkPortal<br /> |   ========================================<br /> |   by Meo aka Luponero &lt;Amedeo de longis&gt;<br /> |<br /> |   &#40;c&#41; 2004 mkportal.it<br /> |   http&#58;//www.mkportal.it<br /> |   Email&#58; luponero@mclink.it<br /> |<br /> +---------------------------------------------------------------------------<br /> |<br /> |   &gt; MKPortal<br /> |   &gt; Written By Amedeo de longis<br /> |   &gt; Date started&#58; 9.2.2004<br /> |<br /> +--------------------------------------------------------------------------<br /> */<br /> <br /> define &#40; 'IN_MKP', 1 &#41;;<br /> <br /> $MK_PATH = &quot;./&quot;;<br /> require $MK_PATH.&quot;mkportal/conf_mk.php&quot;;<br /> <br /> switch&#40;$MK_BOARD&#41; &#123;<br /> 	case 'IPB'&#58;<br /> 		$driverf = &quot;IPB/ipb_driverf.php&quot;;<br /> 		$board_functions = &quot;IPB/ipb_board_functions.php&quot;;<br />     break;<br /> 	case 'PHPBB'&#58;<br />     	$driverf = &quot;PHPBB/php_driverf.php&quot;;<br /> 		$board_functions = &quot;PHPBB/php_board_functions.php&quot;;<br />     break;<br /> 	case 'VB'&#58;<br />     	$driverf = &quot;VB/vb_driverf.php&quot;;<br /> 		$board_functions = &quot;VB/vb_board_functions.php&quot;;<br />     break;<br /> 	case 'OXY'&#58;<br />     	$driverf = &quot;oxy_driverf.php&quot;;<br /> 		$board_functions = &quot;oxy_board_functions.php&quot;;<br />     break;<br />     case 'IPB13'&#58;<br />     		$driverf = &quot;IPB13/ipb13_driverf.php&quot;;<br /> 		$board_functions = &quot;IPB13/ipb13_board_functions.php&quot;;<br />     break;<br /> 	default&#58;<br />     	$driverf = &quot;SMF/smf_driverf.php&quot;;<br /> 		$board_functions = &quot;SMF/smf_board_functions.php&quot;;<br />     break;<br /> &#125;<br /> <br /> require $MK_PATH.&quot;mkportal/include/$driverf&quot;;<br /> require $MK_PATH.&quot;mkportal/include/functions.php&quot;;<br /> require $MK_PATH.&quot;mkportal/include/$board_functions&quot;;<br /> require &quot;$mklib-&gt;template/tpl_main.php&quot;;<br /> <br /> $mkportals-&gt;input = $mklib-&gt;mkp_input&#40;&#41;;<br /> <br /> if&#40;$MK_OFFLINE &amp;&amp; !$mkportals-&gt;member&#91;'g_access_cp'&#93; &amp;&amp; !$mklib-&gt;member&#91;'g_access_cpa'&#93;&#41; &#123;<br /> 		$message = $mklib-&gt;lang&#91;'offline'&#93;;<br /> 		$mklib-&gt;off_line_page&#40;$message&#41;;<br /> 		exit;<br /> &#125;<br /> <br /> $switch = array&#40;'blog'         =&gt;   &quot;blog&quot;,<br />                 'chat'         =&gt;   &quot;chat&quot;,<br />                 'contents'     =&gt;   &quot;contents&quot;,<br />                 'downloads'    =&gt;   &quot;downloads&quot;,<br />                 'gallery'      =&gt;   &quot;gallery&quot;,<br />                 'news'         =&gt;   &quot;news&quot;,<br />                 'quote'        =&gt;   &quot;quote&quot;,<br />                 'reviews'      =&gt;   &quot;reviews&quot;,<br />                 'search'       =&gt;   &quot;search&quot;,<br />                 'topsite'      =&gt;   &quot;topsite&quot;,<br />                 'urlobox'      =&gt;   &quot;urlobox&quot;,<br />                 &#41;;<br /> <br /> <br /> if &#40;!isset&#40;$switch&#91;$mkportals-&gt;input&#91;'ind'&#93;&#93;&#41;&#41; &#123;<br />     $mkportals-&gt;input&#91;'ind'&#93; = &quot;contents&quot;;<br /> &#125;<br /> if &#40;!$mklib-&gt;disablegzip &amp;&amp; $mkportals-&gt;input&#91;'ind'&#93; != &quot;downloads&quot;&#41; &#123;<br /> 	ob_end_clean&#40;&#41;;<br /> 	@ob_start&#40;'ob_gzhandler'&#41;;<br /> &#125;<br /> require &quot;./mkportal/modules/&#123;$switch&#91;$mkportals-&gt;input&#91;'ind'&#93;&#93;&#125;/index.php&quot;;<br /> <br /> <br /> ?&gt;[/code]<br /> <br /> tpl_main.php (this is a page that contain a pages codes and i use the FILE codes to show the pages):<br /> [code]&lt;?<br /> /*<br /> +--------------------------------------------------------------------------<br /> |   MkPortal &quot;default&quot; Portal Template<br /> |   ========================================<br /> |   by Meo aka Luponero &lt;Amedeo de longis&gt;<br /> |      visiblesoul &lt;Don K. Colburn&gt;	<br /> |   &#40;c&#41; 2004-2005 mkportal.it<br /> |   http&#58;//www.mkportal.it<br /> |   Email&#58; luponero@mclink.it<br /> |<br /> +---------------------------------------------------------------------------<br /> |<br /> |   &gt; MKPortal<br /> |   &gt; Written By Amedeo de longis<br /> |   &gt; Date started&#58; 9.2.2004<br /> |<br /> +--------------------------------------------------------------------------<br /> */<br /> <br /> class tpl_main &#123;<br /> <br /> function view_header&#40;$title, $css, $js, $pmk_js, $board_header&#41; &#123;<br /> global $mklib, $mklib_board;<br /> //$css = $mklib_board-&gt;import_css&#40;&#41;;<br /> return &lt;&lt;&lt;EOF<br /> <br /> &lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot;<br />         &quot;http&#58;//www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;<br /> &lt;html xmlns=&quot;http&#58;//www.w3.org/1999/xhtml&quot; xml&#58;lang=&quot;en&quot; lang=&quot;en&quot;&gt;<br /> <br /> &lt;!-- begin document head --&gt;<br /> <br /> &lt;head&gt;<br />   &lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=&#123;$mklib-&gt;charset&#125;&quot; /&gt;<br />   &lt;meta name=&quot;generator&quot; content=&quot;MKPortal&quot; /&gt;<br />   &lt;meta http-equiv=&quot;Pragma&quot; content=&quot;no-cache&quot; /&gt;<br />   &lt;meta content=&quot;no-cache&quot; http-equiv=&quot;no-cache&quot; /&gt;<br />   &lt;meta http-equiv=&quot;Cache-Control&quot; content=&quot;no-cache&quot; /&gt;<br />   &#123;$title&#125;<br />   &#123;$css&#125;<br />   &#123;$board_header&#125;<br />   &lt;script type=&quot;text/javascript&quot; src=&quot;&#123;$js&#125;&quot;&gt;&lt;/script&gt;<br />    &#123;$pmk_js&#125;<br /> &lt;/head&gt;<br /> <br /> &lt;body onload=&quot;javascript&#58;GetPos&#40;&#41;&quot;&gt;<br /> <br /> &lt;!-- end document head --&gt;<br /> <br /> EOF;<br /> &#125;<br /> <br /> function open_main&#40;$mainwidth&#41; &#123;<br /> global $mklib;<br /> return &lt;&lt;&lt;EOF<br /> <br /> &lt;!-- begin open main table --&gt;<br /> <br /> &lt;div id=&quot;mkwrapper&quot; style=&quot;width&#58; &#123;$mainwidth&#125;;&quot;&gt;<br /> &lt;table class=&quot;tabmain&quot; width=&quot;100%&quot; align=&quot;center&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;<br /> <br />   &lt;tr&gt;<br />     &lt;td width=&quot;100%&quot; align=&quot;center&quot;&gt;<br /> <br />       &lt;table border=&quot;0&quot; width=&quot;100%&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;<br /> <br /> &lt;!-- end open main table --&gt;<br /> <br /> EOF;<br /> &#125;<br /> <br /> function view_logo&#40;&#41; &#123;<br /> global $mklib;<br /> return &lt;&lt;&lt;EOF<br /> <br /> &lt;!-- begin logostrip --&gt;<br />   <br /> 	&lt;tr&gt;<br /> 	  &lt;td id=&quot;mklogostrip&quot; style=&quot;background-image&#58; url&#40;'$mklib-&gt;images/sf_logo.jpg'&#41;&quot; width=&quot;100%&quot;&gt;<br />           &lt;a href=&quot;$mklib-&gt;siteurl/index.php&quot;&gt;&lt;img src=&quot;$mklib-&gt;images/logo.gif&quot; border=&quot;0&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;<br />           &lt;/td&gt;<br /> 	&lt;/tr&gt;<br /> 	<br /> &lt;!-- end logostrip --&gt;<br /> <br /> EOF;<br /> &#125;<br /> <br /> function view_linkbar&#40;$row_link&#41; &#123;<br /> global $mklib, $mkportals;<br /> return &lt;&lt;&lt;EOF<br /> <br /> &lt;!-- begin linkbar --&gt;<br /> <br /> 	&lt;tr&gt;<br /> 	  &lt;td&gt;<br /> 	    &lt;table width=&quot;100%&quot; align=&quot;center&quot; cellspacing=&quot;0&quot; cellpadding=&quot;2&quot; border=&quot;0&quot;&gt;<br /> 	      &lt;tr&gt;<br /> 		&lt;td class=&quot;navigatore&quot; style=&quot;padding&#58; 4px;&quot;&gt;		  <br /> 		  $row_link&amp;nbsp;		  <br /> 		&lt;/td&gt;<br /> 	      &lt;/tr&gt;<br /> 	    &lt;/table&gt;<br /> 	  &lt;/td&gt;<br /> 	&lt;/tr&gt;<br /> <br /> &lt;!-- end linkbar --&gt;<br /> <br /> EOF;<br /> &#125;<br /> <br /> function view_urlo&#40;$urlo1, $urlo2&#41; &#123;<br /> global $mklib;<br /> return &lt;&lt;&lt;EOF<br /> <br /> &lt;!-- begin shoutbox --&gt;<br /> <br /> 	&lt;tr align=&quot;left&quot;&gt;<br /> 	  &lt;td&gt;	  <br /> 	    &lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; align=&quot;center&quot;&gt;<br /> 	      &lt;tr&gt;<br /> 		&lt;td class=&quot;urlo&quot; style=&quot;background-image&#58; url&#40;'$mklib-&gt;images/m_sf.gif'&#41;&quot; width=&quot;100%&quot; valign=&quot;bottom&quot; nowrap=&quot;nowrap&quot;&gt;<br /> 		&#123;$mklib-&gt;lang&#91;'urlolast'&#93;&#125; - $urlo1<br /> 		&lt;/td&gt;		<br /> 	      &lt;/tr&gt;<br /> 	      &lt;tr&gt;<br /> 		&lt;td class=&quot;urlo2&quot; colspan=&quot;2&quot;&gt;$urlo2<br /> 		&lt;/td&gt;<br /> 	      &lt;/tr&gt;<br /> 	    &lt;/table&gt;         <br /> 	  &lt;/td&gt;<br /> 	&lt;/tr&gt;<br /> <br /> &lt;!-- end shoutbox --&gt;<br /> 	<br /> EOF;<br /> &#125;<br /> <br /> function view_separator_h&#40;&#41; &#123;<br /> global $mklib;<br /> return &lt;&lt;&lt;EOF<br /> <br /> &lt;!-- begin horizontal spacer --&gt;<br /> <br /> &lt;!-- separatore orizzontale <br /> 	&lt;tr align=&quot;center&quot;&gt;<br /> 	  &lt;td class=&quot;trattini&quot;&gt;&lt;img src=&quot;$mklib-&gt;images/punto_or.gif&quot; width=&quot;1&quot; height=&quot;1&quot; alt=&quot;&quot; /&gt;<br /> 	  &lt;/td&gt;<br /> 	&lt;/tr&gt; --&gt;<br /> <br /> &lt;!-- end horizontal spacer --&gt;<br /> <br /> EOF;<br /> &#125;<br /> <br /> function open_body&#40;&#41; &#123;<br /> global $mklib;<br /> return &lt;&lt;&lt;EOF<br /> <br /> &lt;!-- begin open portal body --&gt;<br /> <br /> 	&lt;tr align=&quot;center&quot;&gt;<br /> 	  &lt;td width=&quot;100%&quot;&gt;<br /> 	    &lt;table border=&quot;0&quot; width=&quot;100%&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;<br /> 	      &lt;tr&gt;<br /> <br /> &lt;!-- end open portal body --&gt;<br /> 	      <br /> EOF;<br /> &#125;<br /> <br /> function view_column_left&#40;$blocks&#41; &#123;<br /> global $mklib;<br /> <br /> return &lt;&lt;&lt;EOF<br /> <br /> &lt;!-- begin left column --&gt;<br /> <br /> 		&lt;td id=&quot;menusx&quot; valign=&quot;top&quot; align=&quot;left&quot;&gt;<br /> 		&lt;div id=&quot;menucontents&quot; style=&quot;$mklib-&gt;menucontents&quot;&gt;<br /> 		&lt;div style=&quot;text-align&#58;right;&quot;&gt;&lt;a href=&quot;javascript&#58;ColumnClose&#40;'menusx'&#41;;MemoPos&#40;'MKmenusx', '1'&#41;;&quot;&gt;&lt;img src=&quot;$mklib-&gt;images/f2.gif&quot; border=&quot;0&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&amp;nbsp;&lt;/div&gt;<br /> 		  &lt;table cellpadding=&quot;0&quot; cellspacing=&quot;2&quot; border=&quot;0&quot; style=&quot;width&#58; &#123;$mklib-&gt;columnwidth&#125;px;&quot;&gt;<br /> 		  &#123;$blocks&#125;<br /> 		  &lt;/table&gt;<br /> 		&lt;/div&gt;<br /> 		&lt;div id=&quot;menucloseds&quot; style=&quot;$mklib-&gt;menucloseds&quot;&gt;<br /> 		&lt;div style=&quot;text-align&#58;right;&quot;&gt;&lt;a href=&quot;javascript&#58;ColumnOpen&#40;'menusx'&#41;;MemoPos&#40;'MKmenusx', '0'&#41;;&quot;&gt;&lt;img src=&quot;$mklib-&gt;images/f1.gif&quot; border=&quot;0&quot;  alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;/div&gt;<br /> 		&lt;/div&gt;<br /> 		&lt;/td&gt;<br /> <br /> &lt;!-- end left column --&gt;<br /> <br /> EOF;<br /> &#125;<br /> <br /> <br /> function view_separator_v&#40;&#41; &#123;<br /> global $mklib;<br /> return &lt;&lt;&lt;EOF<br /> <br /> &lt;!-- begin column spacer --&gt;<br /> <br /> 		&lt;td class=&quot;vspacer&quot; width=&quot;0%&quot; align=&quot;left&quot; style=&quot;background-image&#58; url&#40;'$mklib-&gt;images/punto_vert.gif'&#41;&quot;&gt;&lt;img src=&quot;$mklib-&gt;images/punto_vert.gif&quot; width=&quot;6&quot; height=&quot;3&quot; alt=&quot;&quot; /&gt;<br /> 		&lt;/td&gt;<br /> <br /> &lt;!-- end column spacer --&gt;<br /> <br /> EOF;<br /> &#125;<br /> <br /> function view_column_center&#40;$blocks&#41; &#123;<br /> global $mklib;<br /> return &lt;&lt;&lt;EOF<br /> <br /> &lt;!-- begin center column --&gt;<br /> <br /> 		&lt;td valign=&quot;top&quot; align=&quot;left&quot; width=&quot;100%&quot;&gt;<br /> 		  &lt;table cellpadding=&quot;0&quot; cellspacing=&quot;3&quot; border=&quot;0&quot; width=&quot;100%&quot;&gt;<br /> 		  &#123;$blocks&#125;<br /> 		  &lt;/table&gt;<br /> 		&lt;/td&gt;<br /> <br /> &lt;!-- end center column --&gt;<br /> 		<br /> EOF;<br /> &#125;<br /> <br /> function view_column_right&#40;$blocks&#41; &#123;<br /> global $mklib;<br /> return &lt;&lt;&lt;EOF<br /> <br /> &lt;!-- begin right column --&gt;<br /> <br /> 		&lt;td id=&quot;menudx&quot; valign=&quot;top&quot; align=&quot;left&quot;&gt;<br /> 		&lt;div id=&quot;menucontentr&quot; style=&quot;$mklib-&gt;menucontentr&quot;&gt;<br /> 		&lt;div style=&quot;text-align&#58;left;&quot;&gt;&amp;nbsp;&lt;a href=&quot;javascript&#58;ColumnClose&#40;'menudx'&#41;;MemoPos&#40;'MKmenudx', '1'&#41;&quot;&gt;&lt;img src=&quot;$mklib-&gt;images/f1.gif&quot; border=&quot;0&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;/div&gt;<br /> 		  &lt;table cellpadding=&quot;0&quot; cellspacing=&quot;2&quot; border=&quot;0&quot; style=&quot;width&#58; &#123;$mklib-&gt;columnwidth&#125;px;&quot;&gt;<br /> 		  &#123;$blocks&#125;<br /> 		  &lt;/table&gt;<br /> 		&lt;/div&gt;<br /> 		&lt;div id=&quot;menuclosedr&quot; style=&quot;$mklib-&gt;menuclosedr&quot;&gt;<br /> 		&lt;div style=&quot;text-align&#58;left;&quot;&gt;&lt;a href=&quot;javascript&#58;ColumnOpen&#40;'menudx'&#41;;MemoPos&#40;'MKmenudx', '0'&#41;&quot;&gt;&lt;img src=&quot;$mklib-&gt;images/f2.gif&quot; border=&quot;0&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;/div&gt;<br /> 		&lt;/div&gt;<br /> 		&lt;/td&gt;<br /> 		<br /> &lt;!-- end right column --&gt;<br /> <br /> EOF;<br /> &#125;<br /> <br /> function close_body&#40;&#41; &#123;<br /> global $mklib;<br /> return &lt;&lt;&lt;EOF<br /> <br /> &lt;!-- begin close portal body --&gt;<br /> <br /> 	      &lt;/tr&gt;<br /> 	    &lt;/table&gt;<br /> 	  &lt;/td&gt;<br /> 	&lt;/tr&gt;<br /> 	<br /> &lt;!-- end close portal body --&gt;<br /> <br /> EOF;<br /> &#125;<br /> <br /> function close_main&#40;&#41; &#123;<br /> global $mklib;<br /> return &lt;&lt;&lt;EOF<br /> <br /> &lt;!-- begin close main table --&gt;<br /> <br />       &lt;/table&gt;<br /> <br />     &lt;/td&gt;<br />   &lt;/tr&gt;<br /> &lt;/table&gt;<br /> &lt;/div&gt;<br /> <br /> &lt;!-- end close main table --&gt;<br /> <br /> EOF;<br /> &#125;<br /> <br /> <br /> function view_footer&#40;$block&#41; &#123;<br /> global $mklib;<br /> return &lt;&lt;&lt;EOF<br /> <br /> &lt;!-- begin footer --&gt;<br /> &lt;!-- you can add your credits here  --&gt;<br /> <br /> &lt;!-- end footer --&gt;<br />   &lt;p align=&quot;center&quot;&gt;&#123;$block&#125;&lt;/p&gt;<br /> <br /> &lt;/body&gt;<br /> &lt;/html&gt;<br /> <br /> &lt;!-- end footer --&gt;<br /> <br /> EOF;<br /> &#125;<br /> <br /> function view_block&#40;$title, $content&#41; &#123;<br /> global $mklib;<br /> return &lt;&lt;&lt;EOF<br /> <br /> &lt;!-- begin block template --&gt;<br /> <br /> 		    &lt;tr&gt;<br /> 		      &lt;td valign=&quot;top&quot;&gt;<br /> 			&lt;table border=&quot;0&quot; width=&quot;100%&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;<br /> 			  &lt;tr&gt;<br /> 			    &lt;td&gt;<br /> 			      &lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;100%&quot;&gt;<br /> 				&lt;tr&gt;<br /> 				  &lt;td class=&quot;tdmenblock&quot; width=&quot;1%&quot;&gt;&lt;img src=&quot;$mklib-&gt;images/m_sx.gif&quot; border=&quot;0&quot; class=&quot;tdmenblock&quot; alt=&quot;&quot; /&gt;<br /> 				  &lt;/td&gt;<br /> 				  &lt;td class=&quot;sottotitolo&quot; width=&quot;99%&quot; style=&quot;background-image&#58; url&#40;'$mklib-&gt;images/m_sf.gif'&#41;&quot; valign=&quot;middle&quot; nowrap=&quot;nowrap&quot;&gt;&#123;$title&#125;<br /> 				  &lt;/td&gt;<br /> 				  &lt;td class=&quot;tdmenblock&quot; width=&quot;1%&quot;&gt;&lt;img src=&quot;$mklib-&gt;images/m_dx.gif&quot; border=&quot;0&quot; class=&quot;tdmenblock&quot; alt=&quot;&quot; /&gt;<br /> 				  &lt;/td&gt;<br /> 				&lt;/tr&gt;<br /> 			      &lt;/table&gt;<br /> 			    &lt;/td&gt;<br /> 			  &lt;/tr&gt;<br /> 			  &lt;tr&gt;<br /> 			    &lt;td class=&quot;tablemenu&quot; width=&quot;100%&quot;&gt;<br /> 			      &lt;table border=&quot;0&quot; width=&quot;100%&quot; cellpadding=&quot;1&quot; cellspacing=&quot;1&quot;&gt;<br /> 			      &#123;$content&#125;<br /> 			      &lt;/table&gt;<br /> 			    &lt;/td&gt;<br /> 			  &lt;/tr&gt;<br /> 			  &lt;tr&gt;<br /> 			    &lt;td&gt;<br /> 			      &lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;100%&quot;&gt;<br /> 				&lt;tr&gt;<br /> 				  &lt;td class=&quot;tdmenblock&quot; width=&quot;1%&quot; align=&quot;right&quot; valign=&quot;top&quot;&gt;&lt;img src=&quot;$mklib-&gt;images/m_sx2.gif&quot; class=&quot;tdmenblock&quot; alt=&quot;&quot; /&gt;<br /> 				  &lt;/td&gt;<br /> 				  &lt;td class=&quot;tdmenblock&quot; width=&quot;99%&quot; style=&quot;background-image&#58; url&#40;'$mklib-&gt;images/m_sf2.gif'&#41;&quot;&gt;&lt;img src=&quot;$mklib-&gt;images/m_sf2.gif&quot; border=&quot;0&quot; class=&quot;tdmenblock&quot; alt=&quot;&quot; /&gt;<br /> 				  &lt;/td&gt;<br /> 				  &lt;td class=&quot;tdmenblock&quot; width=&quot;1%&quot;&gt;&lt;img src=&quot;$mklib-&gt;images/m_dx2.gif&quot; class=&quot;tdmenblock&quot; alt=&quot;&quot; /&gt;<br /> 				  &lt;/td&gt;<br /> 				&lt;/tr&gt;<br /> 			      &lt;/table&gt;<br /> 			    &lt;/td&gt;<br /> 			  &lt;/tr&gt;<br /> 			&lt;/table&gt;<br /> 		      &lt;/td&gt;<br /> 		    &lt;/tr&gt;<br /> 		    &lt;tr&gt;<br /> 		      &lt;td class=&quot;tdspacer&quot;&gt;&amp;nbsp;<br /> 		      &lt;/td&gt;<br /> 		    &lt;/tr&gt;<br /> <br /> &lt;!-- end block template --&gt;		    <br /> <br /> EOF;<br /> &#125;<br /> <br /> function row_link&#40; $icon, $url, $text&#41; &#123;<br /> global $mklib;<br /> return &lt;&lt;&lt;EOF<br /> <br /> &lt;!-- begin link template --&gt;<br /> <br /> 		&amp;nbsp;&lt;img src=&quot;$icon&quot; border=&quot;0&quot; style=&quot;vertical-align&#58; middle;&quot; alt=&quot;&quot; /&gt;&amp;nbsp;&lt;a class=&quot;uno&quot; $url&gt;$text&lt;/a&gt;<br /> <br /> &lt;!-- end link template --&gt;<br /> <br /> EOF;<br /> &#125;<br /> <br /> function view_quote&#40;$content, $author&#41; &#123;<br /> global $mklib;<br /> return &lt;&lt;&lt;EOF<br /> &lt;!-- begin mkportal quote --&gt;<br /> &lt;table class=&quot;mkquotetable&quot; style=&quot;margin-top&#58; 5px; margin-bottom&#58; 5px; width&#58; auto;&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;<br />   &lt;tr&gt;<br />     &lt;td&gt;<br />       &lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;100%&quot;&gt;	<br /> 	&lt;tr&gt;<br /> 	  &lt;td valign=&quot;bottom&quot;&gt;<br /> 	    &lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;	      <br /> 	      &lt;tr&gt;<br /> 		&lt;td valign=&quot;top&quot; width=&quot;26&quot;&gt;&lt;img src=&quot;$mklib-&gt;images/quote/mkquote_balloon_l.gif&quot; height=&quot;23&quot; width=&quot;26&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;<br /> 		&lt;td style=&quot;background-image&#58; url&#40;$mklib-&gt;images/quote/mkquote_balloon_bg.gif&#41;; background-position&#58; center; padding-bottom&#58; 3px;&quot; valign=&quot;middle&quot; nowrap=&quot;nowrap&quot;&gt;<br /> 		  &lt;span class=&quot;mkquoteball&quot;&gt;&lt;b&gt;&#123;$mklib-&gt;lang&#91;'editor_quote'&#93;&#125;&lt;/b&gt; $author&lt;/span&gt;<br /> 		&lt;/td&gt;<br /> 		&lt;td valign=&quot;top&quot;&gt;&lt;img src=&quot;$mklib-&gt;images/quote/mkquote_balloon_r.gif&quot; height=&quot;23&quot; width=&quot;26&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;<br /> 	      &lt;/tr&gt;	      <br /> 	    &lt;/table&gt;<br /> 	  &lt;/td&gt;	  <br />         <br /> 	  &lt;td align=&quot;right&quot; valign=&quot;bottom&quot; width=&quot;100%&quot;&gt;<br /> 	    &lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;100%&quot;&gt;	      <br /> 	      &lt;tr&gt;<br /> 		&lt;td width=&quot;100%&quot;&gt;<br /> 		  &lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;100%&quot;&gt;		    <br /> 		    &lt;tr&gt;<br /> 		      &lt;td style=&quot;background-image&#58; url&#40;$mklib-&gt;images/quote/mkquote_top_bg.gif&#41;;&quot; valign=&quot;middle&quot; width=&quot;100%&quot;&gt;&lt;/td&gt;<br /> 		      &lt;td align=&quot;left&quot; valign=&quot;top&quot;&gt;&lt;img src=&quot;$mklib-&gt;images/quote/mkquote_top_r.gif&quot; height=&quot;23&quot; width=&quot;13&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;<br /> 		    &lt;/tr&gt;		    <br /> 		  &lt;/table&gt;<br /> 		&lt;/td&gt;<br /> 	      &lt;/tr&gt;	      <br /> 	    &lt;/table&gt;<br /> 	  &lt;/td&gt;<br /> 	&lt;/tr&gt;	<br />       &lt;/table&gt;<br /> <br />       &lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;100%&quot;&gt;	<br /> 	&lt;tr&gt;<br /> 	  &lt;td style=&quot;background-image&#58; url&#40;$mklib-&gt;images/quote/mkquote_left_bg.gif&#41;;&quot; width=&quot;13&quot;&gt;&lt;/td&gt;<br /> 	  &lt;td class=&quot;mkquotetext&quot; bgcolor=&quot;#ffffff&quot; valign=&quot;top&quot; width=&quot;100%&quot;&gt;<br /> 	    &lt;i&gt;$content&lt;/i&gt;<br /> 	  &lt;/td&gt;<br /> 	  &lt;td style=&quot;background-image&#58; url&#40;$mklib-&gt;images/quote/mkquote_right_bg.gif&#41;;&quot; width=&quot;13&quot;&gt;&lt;/td&gt;<br /> 	&lt;/tr&gt;<br /> 	&lt;tr&gt;<br /> 	  &lt;td valign=&quot;bottom&quot; height=&quot;9&quot; width=&quot;13&quot;&gt;&lt;img src=&quot;$mklib-&gt;images/quote/mkquote_bot_l.gif&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;<br /> 	  &lt;td style=&quot;background-image&#58; url&#40;$mklib-&gt;images/quote/mkquote_bot_bg.gif&#41;;&quot; width=&quot;100%&quot;&gt;&lt;/td&gt;<br /> 	  &lt;td valign=&quot;bottom&quot; height=&quot;9&quot; width=&quot;13&quot;&gt;&lt;img src=&quot;$mklib-&gt;images/quote/mkquote_bot_r.gif&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;<br /> 	&lt;/tr&gt;	<br />       &lt;/table&gt;<br />     &lt;/td&gt;<br />   &lt;/tr&gt;  <br /> &lt;/table&gt;<br /> &lt;!-- end mkportal quote --&gt;<br /> EOF;<br /> &#125;<br /> <br /> &#125;<br /> <br /> $Skin = new tpl_main;<br /> <br /> ?&gt;<br /> [/code]<br /> <br /> by the way all of the CMS pages is PHP !<br /> <br /> <br /> * [url]www.MKPortal.it[/url] is a free CMS under GPL Licence !<br /> * sorry for my bad english :oops: <br /> <br /> plz help me i really need your poll because it's really handy and powerfull.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4952/21157.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4952/21157.php</link>
				<pubDate><![CDATA[Fri, 1 Sep 2006 09:45:35]]> GMT</pubDate>
				<author><![CDATA[ squall5240]]></author>
			</item>
			<item>
				<title>advanced poll not showing up</title>
				<description><![CDATA[ Hello all,<br /> <br /> I've read through the install instructions and the forum replies and followed all advice put advanced poll is still not showing up on my .php page.<br /> <br /> I have:<br /> <br /> - added this code right before my &lt;/HEAD&gt; tag: <br /> <br /> &lt;?php // Important! You have to include it before your html code<br /> include_once "/home/ratesupe/public_html/survey/db/poll_cookie.php";<br /> ?&gt;<br /> <br /> - and embedded this in my HTML code on the page:<br /> <br /> &lt;?php include_once "/home/ratesupe/public_html/survey/db/booth.php"; echo $php_poll-&gt;poll_process(4);?&gt;<br /> <br /> - I've also renamed the page to .php<br /> <br /> - added the following in the .htaccess file: AddType application/x-httpd-php .php .htm <br /> <br /> - my doctype is the following: &lt;!DOCTYPE HTML PUBLIC "//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"&gt;<br /> <br /> can anyone help me out?<br /> <br /> Kind regards]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4952/23951.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4952/23951.php</link>
				<pubDate><![CDATA[Tue, 15 Apr 2008 11:49:39]]> GMT</pubDate>
				<author><![CDATA[ stormrider2008]]></author>
			</item>
			<item>
				<title>advanced poll not showing up</title>
				<description><![CDATA[ Hi there, <br /> <br /> could anyone help me out? i've been tryiing to play with it over the past few days and still no luck!<br /> <br /> Regards,<br /> <br /> Kelvin]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4952/23978.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4952/23978.php</link>
				<pubDate><![CDATA[Thu, 17 Apr 2008 12:07:19]]> GMT</pubDate>
				<author><![CDATA[ stormrider2008]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ link?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4952/23979.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4952/23979.php</link>
				<pubDate><![CDATA[Thu, 17 Apr 2008 12:54:34]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Hi Carbonize,<br /> <br /> well, its actually on a site that hasn't gone live yet - so can't provide a link.<br /> <br /> But all the elements that might affect it are:<br /> <br /> - added this code right before my &lt;/HEAD&gt; tag: <br /> <br /> &lt;?php // Important! You have to include it before your html code <br /> include_once "/home/ratesupe/public_html/survey/db/poll_cookie.php"; <br /> ?&gt; <br /> <br /> - and embedded this in my HTML code on the page: <br /> <br /> &lt;?php include_once "/home/ratesupe/public_html/survey/db/booth.php"; echo $php_poll-&gt;poll_process(4);?&gt; <br /> <br /> - I've also renamed the page to .php <br /> <br /> - added the following in the .htaccess file: AddType application/x-httpd-php .php .htm <br /> <br /> - my doctype is the following: &lt;!DOCTYPE HTML PUBLIC "//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"&gt; <br /> <br /> <br /> is there any other info you would need? Please let me know and I can send through.<br /> <br /> Thanks for this.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4952/23980.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4952/23980.php</link>
				<pubDate><![CDATA[Thu, 17 Apr 2008 13:18:25]]> GMT</pubDate>
				<author><![CDATA[ stormrider2008]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ The htaccess stuff is irrelevant if you are already using a .php file. So the booth stuff is before the doctype?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4952/23981.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4952/23981.php</link>
				<pubDate><![CDATA[Thu, 17 Apr 2008 16:50:23]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ i think it was one of those ghost's in the machine scenarios.<br /> <br /> I had to un-install and re-install twice, and now its working all of a sudden - with the same code as I had before!<br /> <br /> Thanks for responding.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4952/23982.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4952/23982.php</link>
				<pubDate><![CDATA[Thu, 17 Apr 2008 17:59:38]]> GMT</pubDate>
				<author><![CDATA[ stormrider2008]]></author>
			</item>
	</channel>
</rss>