<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Problem with img's in Modules (POST-Nuke)..."]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Problem with img's in Modules (POST-Nuke)..."]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Problem with img's in Modules (POST-Nuke)...</title>
				<description><![CDATA[ hi to everybody and good morning  <br /> Meanwhile I wanted to make the compliments to the staff for the marvelous guestbook that you have realized.  <br /> You excuse for my English but I am Italian and I don't speak very well it.  <br /> I wanted to make to know you that contrarily of many posts that I have read me I have not had problems to integrate the guestbook inside a site done with nuke, I will have had fortune but I have simply put the voice "true" in this line (admin/config.inc.php)<br /> [code]define&#40;'IS_MODULE', false&#41;;  /* running as POST-Nuke 0.x or PHP-Nuke 5.x addon? */ [/code]<br /> with<br /> [code]define&#40;'IS_MODULE', true&#41;;  /* running as POST-Nuke 0.x or PHP-Nuke 5.x addon? */ [/code]<br /> and the form perfectly works as you can see from here<br /> [url]http://www.palermo1yahoochat.com/modules.php?op=modload&amp;name=guestbook&amp;file=index[/url]<br /> in more I have added the mods of Carbonize, only that with the links of msn the icons are not seen.  <br /> I am not a planner I am alone impassioned and I have a lot of time to lose, but I don't succeed in resolving the problem.<br /> I have read in many posts but I/you/they have not succeeded in finding the solution. Would you know how to help me as to resolve the problem ?<br /> <br /> I send you my best regards and renovation my compliments for the job that you have developed <br /> bye All Paolo]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4383/15050.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4383/15050.php</link>
				<pubDate><![CDATA[Fri, 11 Mar 2005 13:27:55]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>a resolved problem but now....</title>
				<description><![CDATA[ ok....  <br /> I have resolved the problem of the icons for integrated nuke so doing,  <br /> I have edited the file yahoo.php and I have added to <br /> [code]&lt;img src=&quot;/img/ym.gif&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http&#58;........[/code]<br /> [code]&lt;img src=&quot;/modules/guestbook/img/ym.gif&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http&#58;......[/code]<br /> and it perfectly works!<br /> I believe that this change is had to do in the whole files...  <br /> icq.php, yahoo.php, msn.php, aim.php if the integrated guestbook is used with phpnuke<br /> <br /> I have now noticed that I have a problem.... when to click on the icon of msn doesn't open me the messenger to send the message, not that is very important to do it, but I believe that if a things there is has at least to work, I use the messenger beta 7.0 ITA..  <br /> I hope that these 4 lines that I have written with mine not perfect English can be useful to someone that uses the nuke as me.  <br /> I greet you to everybody and I wish you a good day from  italy<br /> <br /> By all Paolo<br /> PS  "cammino da solo" she wants to say  "I walk alone"]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4383/15051.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4383/15051.php</link>
				<pubDate><![CDATA[Fri, 11 Mar 2005 14:18:34]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I didn't write the Yahoo/MSN mod but I do share it. I will look into writing it properly one day or I'll just go ahead and put it in 2.3.2]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4383/15052.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4383/15052.php</link>
				<pubDate><![CDATA[Fri, 11 Mar 2005 15:40:18]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ BTW Yahoo and MSN fields will mess up private entries as they were not added to the private table.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4383/15096.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4383/15096.php</link>
				<pubDate><![CDATA[Sun, 13 Mar 2005 04:54:47]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title>another resolved problem</title>
				<description><![CDATA[ Hi to everybody   <br /> I have resolved another problem for AG integrated with Nuke.  <br /> In practice when him click on the photo put by the consumers opened the popup but without seeing him the image.  <br /> I have resolved this drawback modifying these three lines....<br /> [b]edit file  guestbook/picture.php[/b] search this line<br /> [code]$picture = &quot;$GB_PG&#91;base_url&#93;/$GB_TMP/$HTTP_GET_VARS&#91;img&#93;&quot;;[/code]and replace whit<br /> [code]$picture = &quot;$GB_PG&#91;base_url&#93;/modules/guestbook/$GB_TMP/$HTTP_GET_VARS&#91;img&#93;&quot;;[/code]<br /> this<br /> [code]$picture = &quot;$GB_PG&#91;base_url&#93;/$GB_UPLOAD/$regs&#91;2&#93;&quot;;[/code]<br /> Whit<br /> [code]$picture = &quot;$GB_PG&#91;base_url&#93;/modules/guestbook/$GB_UPLOAD/$regs&#91;2&#93;&quot;;[/code]<br /> and this<br /> [code]$picture = &quot;$GB_PG&#91;base_url&#93;/$GB_UPLOAD/$HTTP_GET_VARS&#91;img&#93;&quot;;[/code]<br /> Whit<br /> [code]$picture = &quot;$GB_PG&#91;base_url&#93;/modules/guestbook/$GB_UPLOAD/$HTTP_GET_VARS&#91;img&#93;&quot;;[/code]<br /> End <br /> <br /> I always hope in mine small to have been in the future of help to someone.  <br /> I renew my best regards to everybody and I say that this Guestbook is fabulous<br /> <br /> If I have mistaken something also tell me him..  <br />   <br /> I greet all.. Paolo :shock:]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4383/15099.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4383/15099.php</link>
				<pubDate><![CDATA[Sun, 13 Mar 2005 20:31:13]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Shouldn't the base_url be set to [b]http://yourdomain.com/modules/guestbook[/b] though?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4383/15100.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4383/15100.php</link>
				<pubDate><![CDATA[Sun, 13 Mar 2005 20:33:33]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title>look here</title>
				<description><![CDATA[ [quote="Carbonize"]Shouldn't the base_url be set to [b]http://yourdomain.com/modules/guestbook[/b] though?[/quote]<br /> hi carb <br /> if I put the base_url ES.<br /> [b]$GB_PG["base_url"] = "http://localhost/modules/guestbook";[/b]<br /> the result in browser is <br /> [b]http://localhost/modules/guestbook/modules/guestbook/admin.php[/b]<br /> look <br /> [url]http://www.paxweb.it/cammino/download/conf/ag.JPG[/url] with<br /> [url]http://www.paxweb.it/cammino/download/conf/ag1.JPG[/url]<br /> while with <br /> [url]http://www.paxweb.it/cammino/download/conf/ag2.JPG[/url]<br /> The result is <br /> [url]http://www.paxweb.it/cammino/download/conf/ag2.JPG[/url]<br /> better of so I could not explain you him :P<br /> ---------------------------------------------------------------------------------<br /> another problem to which I had not made case and I ask have now found hopelessly your help...  <br /> When I insert Agcode me from an error of this type<br /> <br /> [b]Guestbook - Error[/b]<br /> [b]Your message contains non valid words. Correct him and postpone us the form.[/b]<br /> the code is simply <br /> <br /> [code] &#91;url=http&#58;//www.palermo1yahoochat.com/modules.php?name=News&amp;file=article&amp;sid=13&#93;hyperlink&#91;/url&#93;<br /> [/code]<br /> <br /> could you make a jump on my site and to see you of person?<br /> <br /> my site is [url]http://www.palermo1yahoochat.com[/url]<br />  I also send you the password in private of the admin<br /> I am happy to have you known and we hear again there as soon as possible..  <br /> I wait for one answer of yours   <br />   <br /> Hi Paolo]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4383/15155.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4383/15155.php</link>
				<pubDate><![CDATA[Tue, 15 Mar 2005 14:43:33]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ You need to put your actual domain and not localhost.<br /> <br /> As for the second problem the entire thing is longer than you have allowed iin your admin. Change the size of the maximum word length.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4383/15159.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4383/15159.php</link>
				<pubDate><![CDATA[Tue, 15 Mar 2005 16:29:22]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="Carbonize"]You need to put your actual domain and not localhost.<br /> <br /> As for the second problem the entire thing is longer than you have allowed iin your admin. Change the size of the maximum word length.[/quote]<br /> <br /> thanks for your quickness in to answer me, you are phenomenal.  <br /> I have resolved for the problem of the length of the link.  <br /> As it regards the put in remote, it would not change anything because I make my tests   <br /> on a server linux in lan and other times I have made a will AG on a site of test and it didn't change anything, that's why I have brought the changes that I have written.  <br /> Don't you believe that I would be facilitated me the life if you had been as you have said you instead of making all those changes?  <br /> to install him and to make to work him I have lost two days, but I have insisted so much because your AG is fantastic, All have made me the complimets.. and I bring them to you.  <br /> Compliments..  <br />   <br /> Talk to you soon   <br />   <br />   <br /> and always thanks<br /> <br /> hi all Paolo]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4383/15161.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4383/15161.php</link>
				<pubDate><![CDATA[Tue, 15 Mar 2005 16:55:31]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Re: another resolved problem</title>
				<description><![CDATA[ [quote="cammino da solo"]Hi to everybody   <br /> I have resolved another problem for AG integrated with Nuke.  <br /> In practice when him click on the photo put by the consumers opened the popup but without seeing him the image.  <br /> I have resolved this drawback modifying these three lines....<br /> [b]edit file  guestbook/picture.php[/b] search this line<br /> [code]$picture = &quot;$GB_PG&#91;base_url&#93;/$GB_TMP/$HTTP_GET_VARS&#91;img&#93;&quot;;[/code]and replace whit<br /> [code]$picture = &quot;$GB_PG&#91;base_url&#93;/modules/guestbook/$GB_TMP/$HTTP_GET_VARS&#91;img&#93;&quot;;[/code]<br /> this<br /> [code]$picture = &quot;$GB_PG&#91;base_url&#93;/$GB_UPLOAD/$regs&#91;2&#93;&quot;;[/code]<br /> Whit<br /> [code]$picture = &quot;$GB_PG&#91;base_url&#93;/modules/guestbook/$GB_UPLOAD/$regs&#91;2&#93;&quot;;[/code]<br /> and this<br /> [code]$picture = &quot;$GB_PG&#91;base_url&#93;/$GB_UPLOAD/$HTTP_GET_VARS&#91;img&#93;&quot;;[/code]<br /> Whit<br /> [code]$picture = &quot;$GB_PG&#91;base_url&#93;/modules/guestbook/$GB_UPLOAD/$HTTP_GET_VARS&#91;img&#93;&quot;;[/code]<br /> End <br /> <br /> I always hope in mine small to have been in the future of help to someone.  <br /> I renew my best regards to everybody and I say that this Guestbook is fabulous<br /> <br /> If I have mistaken something also tell me him..  <br />   <br /> I greet all.. Paolo :shock:[/quote]<br /> <br /> Thanks for your support.<br /> <br /> I've used it in Nuke-ET (php-nuke mod) in my site and now it works perfectly.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4383/24269.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4383/24269.php</link>
				<pubDate><![CDATA[Thu, 18 Sep 2008 16:57:01]]> GMT</pubDate>
				<author><![CDATA[ Darwen]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Just to add that [b]$HTTP_GET_VARS[/b] is deprecated and you should use [b]$_GET[/b] instead.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4383/24270.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4383/24270.php</link>
				<pubDate><![CDATA[Thu, 18 Sep 2008 17:00:18]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
	</channel>
</rss>