<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[PunBB Forums — PunBB 1.2.17 and plugins]]></title>
		<link>https://punbb.informer.com/forums/topic/19000/punbb-1217-and-plugins/</link>
		<atom:link href="https://punbb.informer.com/forums/feed/rss/topic/19000/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in PunBB 1.2.17 and plugins.]]></description>
		<lastBuildDate>Mon, 21 Apr 2008 16:26:51 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: PunBB 1.2.17 and plugins]]></title>
			<link>https://punbb.informer.com/forums/post/113833/#p113833</link>
			<description><![CDATA[<p>Dear StevenBullen </p><p>Thank you so much, I have resoulved the problem. <img src="https://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (ZivojinMisic)]]></author>
			<pubDate>Mon, 21 Apr 2008 16:26:51 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/113833/#p113833</guid>
		</item>
		<item>
			<title><![CDATA[Re: PunBB 1.2.17 and plugins]]></title>
			<link>https://punbb.informer.com/forums/post/113827/#p113827</link>
			<description><![CDATA[<p>Thanks <img src="https://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" />. <br />I tried to remplace, but dosn&#039;t work : &quot;unespected variable&quot;.</p><p>Actualy,I have this (line 292):</p><p>if ($pun_user[&#039;g_id&#039;] &gt; PUN_MOD)<br />&nbsp; &nbsp; &nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if ($pun_user[&#039;g_search&#039;] == &#039;1&#039;)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $links[] = &#039;&lt;li id=&quot;navsearch&quot;&gt;&lt;a href=&quot;search.php&quot;&gt;&#039;.$lang_common[&#039;Search&#039;].&#039;&lt;/a&gt;&#039;;</p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $links[] = &#039;&lt;li id=&quot;navprofile&quot;&gt;&lt;a href=&quot;profile.php?id=&#039;.$pun_user[&#039;id&#039;].&#039;&quot;&gt;&#039;.$lang_common[&#039;Profile&#039;].&#039;&lt;/a&gt;&#039;;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; require(PUN_ROOT.&#039;include/pms/functions_navlinks.php&#039;);<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $links[] = &#039;&lt;li id=&quot;navlogout&quot;&gt;&lt;a href=&quot;login.php?action=out&amp;id=&#039;.$pun_user[&#039;id&#039;].&#039;&quot;&gt;&#039;.$lang_common[&#039;Logout&#039;].&#039;&lt;/a&gt;&#039;;<br />&nbsp; &nbsp; &nbsp; &nbsp; }<br />&nbsp; &nbsp; &nbsp; &nbsp; else<br />&nbsp; &nbsp; &nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $links[] = &#039;&lt;li id=&quot;navsearch&quot;&gt;&lt;a href=&quot;search.php&quot;&gt;&#039;.$lang_common[&#039;Search&#039;].&#039;&lt;/a&gt;&#039;;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $links[] = &#039;&lt;li id=&quot;navprofile&quot;&gt;&lt;a href=&quot;profile.php?id=&#039;.$pun_user[&#039;id&#039;].&#039;&quot;&gt;&#039;.$lang_common[&#039;Profile&#039;].&#039;&lt;/a&gt;&#039;;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $links[] = &#039;&lt;li id=&quot;navadmin&quot;&gt;&lt;a href=&quot;admin_index.php&quot;&gt;&#039;.$lang_common[&#039;Admin&#039;].&#039;&lt;/a&gt;&#039;;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; require(PUN_ROOT.&#039;include/pms/functions_navlinks.php&#039;);<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $links[] = &#039;&lt;li id=&quot;navlogout&quot;&gt;&lt;a href=&quot;login.php?action=out&amp;id=&#039;.$pun_user[&#039;id&#039;].&#039;&quot;&gt;&#039;.$lang_common[&#039;Logout&#039;].&#039;&lt;/a&gt;&#039;;<br />&nbsp; &nbsp; &nbsp; &nbsp; }</p>]]></description>
			<author><![CDATA[null@example.com (ZivojinMisic)]]></author>
			<pubDate>Mon, 21 Apr 2008 12:35:03 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/113827/#p113827</guid>
		</item>
		<item>
			<title><![CDATA[Re: PunBB 1.2.17 and plugins]]></title>
			<link>https://punbb.informer.com/forums/post/113819/#p113819</link>
			<description><![CDATA[<p>Its because the code in the Private Message mod is from an older version of PunBB.</p><p>Fix below...<br /></p><div class="codebox"><pre><code>include/functions.php

#
#---------[ 11. FIND (line: 250) ]-------------------------------------------------
#

        if ($pun_user[&#039;g_id&#039;] &gt; PUN_MOD) 
        { 
            if ($pun_user[&#039;g_search&#039;] == &#039;1&#039;) 
                $links[] = &#039;&lt;li id=&quot;navsearch&quot;&gt;&lt;a href=&quot;search.php&quot;&gt;&#039;.$lang_common[&#039;Search&#039;].&#039;&lt;/a&gt;&#039;; 

            $links[] = &#039;&lt;li id=&quot;navprofile&quot;&gt;&lt;a href=&quot;profile.php?id=&#039;.$pun_user[&#039;id&#039;].&#039;&quot;&gt;&#039;.$lang_common[&#039;Profile&#039;].&#039;&lt;/a&gt;&#039;; 
            $links[] = &#039;&lt;li id=&quot;navlogout&quot;&gt;&lt;a href=&quot;login.php?action=out&amp;id=&#039;.$pun_user[&#039;id&#039;].&#039;&amp;csrf_token=&#039;.pun_hash($pun_user[&#039;id&#039;].pun_hash(get_remote_address())).&#039;&quot;&gt;&#039;.$lang_common[&#039;Logout&#039;].&#039;&lt;/a&gt;&#039;; 
        } 
        else 
        { 
            $links[] = &#039;&lt;li id=&quot;navsearch&quot;&gt;&lt;a href=&quot;search.php&quot;&gt;&#039;.$lang_common[&#039;Search&#039;].&#039;&lt;/a&gt;&#039;; 
            $links[] = &#039;&lt;li id=&quot;navprofile&quot;&gt;&lt;a href=&quot;profile.php?id=&#039;.$pun_user[&#039;id&#039;].&#039;&quot;&gt;&#039;.$lang_common[&#039;Profile&#039;].&#039;&lt;/a&gt;&#039;; 
            $links[] = &#039;&lt;li id=&quot;navadmin&quot;&gt;&lt;a href=&quot;admin_index.php&quot;&gt;&#039;.$lang_common[&#039;Admin&#039;].&#039;&lt;/a&gt;&#039;; 
            $links[] = &#039;&lt;li id=&quot;navlogout&quot;&gt;&lt;a href=&quot;login.php?action=out&amp;id=&#039;.$pun_user[&#039;id&#039;].&#039;&amp;csrf_token=&#039;.pun_hash($pun_user[&#039;id&#039;].pun_hash(get_remote_address())).&#039;&quot;&gt;&#039;.$lang_common[&#039;Logout&#039;].&#039;&lt;/a&gt;&#039;; 
        }
    
#
#---------[ 12. REPLACE WITH ]---------------------------------------------------------
#

        if ($pun_user[&#039;g_id&#039;] &gt; PUN_MOD) 
        { 
            if ($pun_user[&#039;g_search&#039;] == &#039;1&#039;) 
                $links[] = &#039;&lt;li id=&quot;navsearch&quot;&gt;&lt;a href=&quot;search.php&quot;&gt;&#039;.$lang_common[&#039;Search&#039;].&#039;&lt;/a&gt;&#039;; 

            $links[] = &#039;&lt;li id=&quot;navprofile&quot;&gt;&lt;a href=&quot;profile.php?id=&#039;.$pun_user[&#039;id&#039;].&#039;&quot;&gt;&#039;.$lang_common[&#039;Profile&#039;].&#039;&lt;/a&gt;&#039;; 
            require(PUN_ROOT.&#039;include/pms/functions_navlinks.php&#039;);
            $links[] = &#039;&lt;li id=&quot;navlogout&quot;&gt;&lt;a href=&quot;login.php?action=out&amp;id=&#039;.$pun_user[&#039;id&#039;].&#039;&amp;csrf_token=&#039;.pun_hash($pun_user[&#039;id&#039;].pun_hash(get_remote_address())).&#039;&quot;&gt;&#039;.$lang_common[&#039;Logout&#039;].&#039;&lt;/a&gt;&#039;; 
        } 
        else 
        { 
            $links[] = &#039;&lt;li id=&quot;navsearch&quot;&gt;&lt;a href=&quot;search.php&quot;&gt;&#039;.$lang_common[&#039;Search&#039;].&#039;&lt;/a&gt;&#039;; 
            $links[] = &#039;&lt;li id=&quot;navprofile&quot;&gt;&lt;a href=&quot;profile.php?id=&#039;.$pun_user[&#039;id&#039;].&#039;&quot;&gt;&#039;.$lang_common[&#039;Profile&#039;].&#039;&lt;/a&gt;&#039;; 
            $links[] = &#039;&lt;li id=&quot;navadmin&quot;&gt;&lt;a href=&quot;admin_index.php&quot;&gt;&#039;.$lang_common[&#039;Admin&#039;].&#039;&lt;/a&gt;&#039;; 
            require(PUN_ROOT.&#039;include/pms/functions_navlinks.php&#039;);
            $links[] = &#039;&lt;li id=&quot;navlogout&quot;&gt;&lt;a href=&quot;login.php?action=out&amp;id=&#039;.$pun_user[&#039;id&#039;].&#039;&amp;csrf_token=&#039;.pun_hash($pun_user[&#039;id&#039;].pun_hash(get_remote_address())).&#039;&quot;&gt;&#039;.$lang_common[&#039;Logout&#039;].&#039;&lt;/a&gt;&#039;; 
        }</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (StevenBullen)]]></author>
			<pubDate>Mon, 21 Apr 2008 09:31:01 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/113819/#p113819</guid>
		</item>
		<item>
			<title><![CDATA[Re: PunBB 1.2.17 and plugins]]></title>
			<link>https://punbb.informer.com/forums/post/113817/#p113817</link>
			<description><![CDATA[<p>Thanks ! I have installed plugins with succes. BUT I have ONE more&nbsp; PROBLEM !!! <img src="https://punbb.informer.com/forums/img/smilies/sad.png" width="15" height="15" alt="sad" />&nbsp; Since I have installed &quot;private messages&quot;&nbsp; it is INPOSsIBLE to &quot;Log out&quot;. What I have made wrong ? </p><p>Kind Regards</p>]]></description>
			<author><![CDATA[null@example.com (ZivojinMisic)]]></author>
			<pubDate>Mon, 21 Apr 2008 09:23:12 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/113817/#p113817</guid>
		</item>
		<item>
			<title><![CDATA[Re: PunBB 1.2.17 and plugins]]></title>
			<link>https://punbb.informer.com/forums/post/113714/#p113714</link>
			<description><![CDATA[<p><a href="http://punbb.org/forums/viewtopic.php?id=10518">http://punbb.org/forums/viewtopic.php?id=10518</a></p>]]></description>
			<author><![CDATA[null@example.com (MattF)]]></author>
			<pubDate>Fri, 18 Apr 2008 11:38:36 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/113714/#p113714</guid>
		</item>
		<item>
			<title><![CDATA[Re: PunBB 1.2.17 and plugins]]></title>
			<link>https://punbb.informer.com/forums/post/113674/#p113674</link>
			<description><![CDATA[<p>Thanks quaker. I&nbsp; tried to install plagin &quot;private messages&quot; but dosn&#039;t work. Is it possible to install it in 1.2.17 ?</p>]]></description>
			<author><![CDATA[null@example.com (ZivojinMisic)]]></author>
			<pubDate>Thu, 17 Apr 2008 19:29:44 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/113674/#p113674</guid>
		</item>
		<item>
			<title><![CDATA[Re: PunBB 1.2.17 and plugins]]></title>
			<link>https://punbb.informer.com/forums/post/113590/#p113590</link>
			<description><![CDATA[<p>Moved to Modifications, since that&#039;s what you want.</p>]]></description>
			<author><![CDATA[null@example.com (Smartys)]]></author>
			<pubDate>Wed, 16 Apr 2008 14:33:35 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/113590/#p113590</guid>
		</item>
		<item>
			<title><![CDATA[Re: PunBB 1.2.17 and plugins]]></title>
			<link>https://punbb.informer.com/forums/post/113579/#p113579</link>
			<description><![CDATA[<p>in every plugin there is a text file explaining how to to install the mod. sum are simple and sum are very difficult to install.<br />i would start with something simple so that you can get the hang of it. you will need sometype of editor .<br />dreamweaver,notepad etc.....</p><p>Q</p>]]></description>
			<author><![CDATA[null@example.com (quaker)]]></author>
			<pubDate>Wed, 16 Apr 2008 13:04:29 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/113579/#p113579</guid>
		</item>
		<item>
			<title><![CDATA[PunBB 1.2.17 and plugins]]></title>
			<link>https://punbb.informer.com/forums/post/113576/#p113576</link>
			<description><![CDATA[<p>I have installed the new Pun BB 1.2.17. I would like to upgrade my forum with plugins such as &quot;private messages&quot; and &quot; photo galery&quot;. Plugins that I have found aren&#039;t compatible with new version1.2.17. Do you mind help me please ? Many thanks</p>]]></description>
			<author><![CDATA[null@example.com (ZivojinMisic)]]></author>
			<pubDate>Wed, 16 Apr 2008 12:49:03 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/113576/#p113576</guid>
		</item>
	</channel>
</rss>
