<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://bertgarcia.org/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://bertgarcia.org/feed.php">
        <title>bert garcia - what i know is nupusi:punbb:tutorials</title>
        <description></description>
        <link>http://bertgarcia.org/</link>
        <image rdf:resource="http://bertgarcia.org/lib/images/favicon.ico" />
       <dc:date>2010-09-08T18:45:03-07:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://bertgarcia.org/nupusi:punbb:tutorials:miniportal"/>
                <rdf:li rdf:resource="http://bertgarcia.org/nupusi:punbb:tutorials:np_punbb"/>
                <rdf:li rdf:resource="http://bertgarcia.org/nupusi:punbb:tutorials:spellcheck"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://bertgarcia.org/lib/images/favicon.ico">
        <title>bert garcia - what i know is</title>
        <link>http://bertgarcia.org/</link>
        <url>http://bertgarcia.org/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://bertgarcia.org/nupusi:punbb:tutorials:miniportal">
        <dc:format>text/html</dc:format>
        <dc:date>2008-12-06T13:57:00-07:00</dc:date>
        <title>nupusi:punbb:tutorials:miniportal</title>
        <link>http://bertgarcia.org/nupusi:punbb:tutorials:miniportal</link>
        <description>Author: Connorhd of MyPunBB.com

Part 1: Adding a portal page


Ok this is part one, which is adding a portal page with (live!) news from the forum of your choice.

Step 1: Rename index.php


Rename index.php to forum.php

Step 2: Create a new index.php


Create a new index.php based on the one below</description>
    </item>
    <item rdf:about="http://bertgarcia.org/nupusi:punbb:tutorials:np_punbb">
        <dc:format>text/html</dc:format>
        <dc:date>2008-11-01T14:19:15-07:00</dc:date>
        <title>nupusi:punbb:tutorials:np_punbb</title>
        <link>http://bertgarcia.org/nupusi:punbb:tutorials:np_punbb</link>
        <description>Plugin interfaces Nucleus 3.2 with PunBB 1.2.5


	*  Adds all Nucleus users, items and comments from the plugin options screen.

	*  Adds new Nucleus user to PunBB from the createaccount.html process.

	*  Adds new Nucleus items to PunBB topics, can be toggled per post.

	*  Template var link to forum topic, with number of replies at the forum.

	*  Category option to map categories to forums, click edit next to category.</description>
    </item>
    <item rdf:about="http://bertgarcia.org/nupusi:punbb:tutorials:spellcheck">
        <dc:format>text/html</dc:format>
        <dc:date>2008-12-06T13:56:58-07:00</dc:date>
        <title>nupusi:punbb:tutorials:spellcheck</title>
        <link>http://bertgarcia.org/nupusi:punbb:tutorials:spellcheck</link>
        <description>Contributed by Smartys

Step 1.


Download and unzip phpSpell.

Step 2.


Open common/spell_config.php


Comment the line that says 
$Spell_Config['DB_Type'] = 'PHPBB'; 
and add a line that says 
$Spell_Config['DB_Type'] = 'PunBB';

FIND

  if (isset($Spell_Config['DB_Type']) &amp;&amp; $Spell_Config['DB_Type'] == 'MySQL') {
    include 'spell_MySQL.php';
  }

AFTER, ADD

  if (isset($Spell_Config['DB_Type']) &amp;&amp; $Spell_Config['DB_Type'] == 'PunBB') {

    require '../config.php';
    $Spell_Config[&quot;DB_U…</description>
    </item>
</rdf:RDF>
