<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[PunBB Forums — Logicfury (Lightweight CMS) and PunBB]]></title>
		<link>https://punbb.informer.com/forums/topic/3784/logicfury-lightweight-cms-and-punbb/</link>
		<atom:link href="https://punbb.informer.com/forums/feed/rss/topic/3784/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Logicfury (Lightweight CMS) and PunBB.]]></description>
		<lastBuildDate>Sun, 03 Jul 2005 09:52:39 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Logicfury (Lightweight CMS) and PunBB]]></title>
			<link>https://punbb.informer.com/forums/post/47056/#p47056</link>
			<description><![CDATA[<p>Yes it does, sorry it&#039;s lacking documentation at the moment being a beta release. I hope to start putting something together soon however. I&#039;m just not sure what&#039;s the best way of going about it yet.</p>]]></description>
			<author><![CDATA[null@example.com (deusiah)]]></author>
			<pubDate>Sun, 03 Jul 2005 09:52:39 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/47056/#p47056</guid>
		</item>
		<item>
			<title><![CDATA[Re: Logicfury (Lightweight CMS) and PunBB]]></title>
			<link>https://punbb.informer.com/forums/post/47048/#p47048</link>
			<description><![CDATA[<div class="quotebox"><cite>deusiah wrote:</cite><blockquote><p>OK just thought I&#039;d let you know the 0.5 release is officaly public.</p></blockquote></div><p>Yes, but does it support the punBB bridging like you talked about in the beta?<br />I couldn&#039;t find anything on that...</p><p>Edit: Oh...Wait - I see it.<br />I&#039;ll get around to testing this when I get some personal time...</p>]]></description>
			<author><![CDATA[null@example.com (erissiva)]]></author>
			<pubDate>Sun, 03 Jul 2005 05:03:33 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/47048/#p47048</guid>
		</item>
		<item>
			<title><![CDATA[Re: Logicfury (Lightweight CMS) and PunBB]]></title>
			<link>https://punbb.informer.com/forums/post/47003/#p47003</link>
			<description><![CDATA[<p>OK just thought I&#039;d let you know the 0.5 release is officaly public.</p>]]></description>
			<author><![CDATA[null@example.com (deusiah)]]></author>
			<pubDate>Sat, 02 Jul 2005 10:34:07 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/47003/#p47003</guid>
		</item>
		<item>
			<title><![CDATA[Re: Logicfury (Lightweight CMS) and PunBB]]></title>
			<link>https://punbb.informer.com/forums/post/46545/#p46545</link>
			<description><![CDATA[<p>OK here it is, the fruit of hours of studing PunBB&#039;s code:</p><div class="codebox"><pre><code>SELECT t.id AS tid, t.subject, f.id AS fid, f.forum_name, u.username, u.id AS uid, p.id AS pid, p.poster_id, FROM_UNIXTIME(p.posted,&#039;%b %d, %Y at %T&#039;) as post_time FROM punbb_topics t, punbb_forums f, punbb_users u, punbb_posts p, punbb_forum_perms fp WHERE (fp.forum_id!=f.id AND fp.group_id=3) AND p.id=t.last_post_id AND u.id=p.poster_id AND t.forum_id=f.id AND t.moved_to IS NULL ORDER BY t.last_post DESC LIMIT 15</code></pre></div><p>Hopefully it&#039;s right, I don&#039;t think I have missed anything out but only time will tell.</p>]]></description>
			<author><![CDATA[null@example.com (deusiah)]]></author>
			<pubDate>Thu, 23 Jun 2005 21:57:40 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/46545/#p46545</guid>
		</item>
		<item>
			<title><![CDATA[Re: Logicfury (Lightweight CMS) and PunBB]]></title>
			<link>https://punbb.informer.com/forums/post/46365/#p46365</link>
			<description><![CDATA[<p>Yes that&#039;s exactly what I mean, thanks for the tip. I&#039;ll check it out tonight <img src="https://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (deusiah)]]></author>
			<pubDate>Tue, 21 Jun 2005 07:41:33 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/46365/#p46365</guid>
		</item>
		<item>
			<title><![CDATA[Re: Logicfury (Lightweight CMS) and PunBB]]></title>
			<link>https://punbb.informer.com/forums/post/46347/#p46347</link>
			<description><![CDATA[<p>if you mean hidden forums as in forums that the user doesn&#039;t have permissions for?</p><p>maybe generate_quickjump_cache in include/cache.php would be a simple example to look at (it generates the quickjump menus)</p>]]></description>
			<author><![CDATA[null@example.com (Connorhd)]]></author>
			<pubDate>Mon, 20 Jun 2005 21:21:31 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/46347/#p46347</guid>
		</item>
		<item>
			<title><![CDATA[Re: Logicfury (Lightweight CMS) and PunBB]]></title>
			<link>https://punbb.informer.com/forums/post/46344/#p46344</link>
			<description><![CDATA[<p>I still can&#039;t get my head round this it&#039;s so confusing!</p><p>Could someone explain in psudeo how one would go about filtering out hidden forums from a query?</p>]]></description>
			<author><![CDATA[null@example.com (deusiah)]]></author>
			<pubDate>Mon, 20 Jun 2005 21:04:37 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/46344/#p46344</guid>
		</item>
		<item>
			<title><![CDATA[Re: Logicfury (Lightweight CMS) and PunBB]]></title>
			<link>https://punbb.informer.com/forums/post/46291/#p46291</link>
			<description><![CDATA[<p>Thanks for the help Superfane and Connorhd it&#039;s exactly what I need and your discription of how the permissions work Superfane ties together a few things I have found out and I understand how the system works now.</p><p>I&#039;ll get to work on this as soon as I get home and let you know how it went.</p><p>Thanks again <img src="https://punbb.informer.com/forums/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /><br />Chris</p>]]></description>
			<author><![CDATA[null@example.com (deusiah)]]></author>
			<pubDate>Mon, 20 Jun 2005 08:07:01 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/46291/#p46291</guid>
		</item>
		<item>
			<title><![CDATA[Re: Logicfury (Lightweight CMS) and PunBB]]></title>
			<link>https://punbb.informer.com/forums/post/46287/#p46287</link>
			<description><![CDATA[<p>have you looked at <a href="http://punbb.org/docs/dev.html#dbtables">http://punbb.org/docs/dev.html#dbtables</a> ?</p>]]></description>
			<author><![CDATA[null@example.com (Connorhd)]]></author>
			<pubDate>Mon, 20 Jun 2005 06:31:01 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/46287/#p46287</guid>
		</item>
		<item>
			<title><![CDATA[Re: Logicfury (Lightweight CMS) and PunBB]]></title>
			<link>https://punbb.informer.com/forums/post/46272/#p46272</link>
			<description><![CDATA[<p>I don&#039;t know if this it will be of any use, but I&#039;ll try to explain how the permissions are handled in PunBB. You will only have to excuse my poor english <img src="https://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" />.<br />The default permissions are stored in the &quot;groups&quot; table (you can see the table structure <a href="http://punbb.org/docs/dev.html#dbtables">here</a>. For any group that you may have, you can assign rights (read, post, edit, delete, etc). Besides the group rights, you can assign forum rights that will override the group rights. Forum permissions are held in the &quot;forum_perms&quot; table (<a href="http://punbb.org/docs/dev.html#dbtables">table structure</a>). There, you can assign the rights that a group will have on a specific forum.<br />I hope that this will help you and that you will continue the work on punBB integration with your CMS!</p>]]></description>
			<author><![CDATA[null@example.com (Superfane)]]></author>
			<pubDate>Sun, 19 Jun 2005 22:47:09 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/46272/#p46272</guid>
		</item>
		<item>
			<title><![CDATA[Re: Logicfury (Lightweight CMS) and PunBB]]></title>
			<link>https://punbb.informer.com/forums/post/46268/#p46268</link>
			<description><![CDATA[<p>Connor, I&#039;m going through the code but it takes time to digest. It&#039;s also not the most interesting of task, esp as I don&#039;t use punBB and take into consideration that most people only code things that they need or use it&#039;s not at the top of my todo list and so dedicating time to it is quite hard. A little help from somone who already knows the system would really be appreciated.</p><p>Rod, I can see what your saying but it is off-topic. If I had been asking what path do you think I should take, bridge my CMS with punbb or make it part of punBB then yes it would be quite on-topic. As I said before my CMS&#039;s pupose is not to link with punBB but to have the option therefore your suggestion is not viable.</p><p>I can see the chances of me getting any help are pretty slim which is a shame as I don&#039;t really have the time to go through all the code as I have many things to code. I&#039;ll put the punBB work on hold for now which is a shame as I really would have liked to get a release that supported punBB out today. My lack of understanding of how the permissions system is stored and processed in the database really is the only thing holding me back.</p>]]></description>
			<author><![CDATA[null@example.com (deusiah)]]></author>
			<pubDate>Sun, 19 Jun 2005 22:15:18 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/46268/#p46268</guid>
		</item>
		<item>
			<title><![CDATA[Re: Logicfury (Lightweight CMS) and PunBB]]></title>
			<link>https://punbb.informer.com/forums/post/46264/#p46264</link>
			<description><![CDATA[<p>It&#039;s not the idea to love or not your plug system ... but it would be interesting that PunBB doesn&#039;t need ANY EXTERNAL soft&nbsp; : Rickard has accomplished a good job with punBB : I think, and I persist, create a CMS with PunBB is easier (even if longer) than bridging ... That&#039;s all. Not off topic : all the actual CMS are very LOUD (click click click click click ohhhhh great ! my category is created ...)</p>]]></description>
			<author><![CDATA[null@example.com (Rod)]]></author>
			<pubDate>Sun, 19 Jun 2005 20:34:14 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/46264/#p46264</guid>
		</item>
		<item>
			<title><![CDATA[Re: Logicfury (Lightweight CMS) and PunBB]]></title>
			<link>https://punbb.informer.com/forums/post/46262/#p46262</link>
			<description><![CDATA[<p>Sorry, anyway have you read through the code on punbb its lovely and clean, usually i can work out whats happening and i&#039;m not that great at php <img src="https://punbb.informer.com/forums/img/smilies/wink.png" width="15" height="15" alt="wink" /> to get you started all permissions stuff tends to be $pun_user[&#039;g_... or PUN_XXXX i think</p>]]></description>
			<author><![CDATA[null@example.com (Connorhd)]]></author>
			<pubDate>Sun, 19 Jun 2005 20:19:19 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/46262/#p46262</guid>
		</item>
		<item>
			<title><![CDATA[Re: Logicfury (Lightweight CMS) and PunBB]]></title>
			<link>https://punbb.informer.com/forums/post/46260/#p46260</link>
			<description><![CDATA[<p>Can you not discuss this elsewhere? I asked a question that has now been pushed to the previous page which now no one will see. I&#039;m having a job finding out how punBB uses permissions for topics and this off-topic cross talking isn&#039;t helping. You don&#039;t like what I&#039;m trying to do fine, I understand that but please have the decency to not take over a topic for your own discussions.</p><p>Thanks you.</p>]]></description>
			<author><![CDATA[null@example.com (deusiah)]]></author>
			<pubDate>Sun, 19 Jun 2005 20:04:44 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/46260/#p46260</guid>
		</item>
		<item>
			<title><![CDATA[Re: Logicfury (Lightweight CMS) and PunBB]]></title>
			<link>https://punbb.informer.com/forums/post/46257/#p46257</link>
			<description><![CDATA[<p>i probably will get something out eventually, would you mind if i required mod_rewrite support, because if i can use that then it would be alot simpler for what i want to do...</p>]]></description>
			<author><![CDATA[null@example.com (Connorhd)]]></author>
			<pubDate>Sun, 19 Jun 2005 19:24:26 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/46257/#p46257</guid>
		</item>
	</channel>
</rss>
