<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.randombyte.net/wiki/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://www.randombyte.net/wiki/feed.php">
        <title>RandomByte Wiki</title>
        <description></description>
        <link>http://www.randombyte.net/wiki/</link>
        <image rdf:resource="http://www.randombyte.net/wiki/lib/images/favicon.ico" />
       <dc:date>2012-05-15T23:03:18-07:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.randombyte.net/wiki/phpbb_spam_hack?rev=1284101703&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.randombyte.net/wiki/falbum/k2?rev=1284099332&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.randombyte.net/wiki/falbum/sandbox?rev=1264135548&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.randombyte.net/wiki/falbum/show_recent_filtered_by_tags?rev=1262451856&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.randombyte.net/wiki/falbum/falbum?rev=1262451465&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.randombyte.net/wiki/start?rev=1241658239&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.randombyte.net/wiki/falbum/installation_instructions?rev=1222198844&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.randombyte.net/wiki/lib/images/favicon.ico">
        <title>RandomByte Wiki</title>
        <link>http://www.randombyte.net/wiki/</link>
        <url>http://www.randombyte.net/wiki/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.randombyte.net/wiki/phpbb_spam_hack?rev=1284101703&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-09-09T23:55:03-07:00</dc:date>
        <title>phpbb_spam_hack</title>
        <link>http://www.randombyte.net/wiki/phpbb_spam_hack?rev=1284101703&amp;do=diff</link>
        <description>This is a little hack to hopefully stop some of the spam that gets posted into a phpBB forum.  It uses javascript to dynamically set a cookie and a hidden token on the browser that is then checked by the server. 

	*  Downside
		*  Javascript must by enabled on the client's browser</description>
    </item>
    <item rdf:about="http://www.randombyte.net/wiki/falbum/k2?rev=1284099332&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-09-09T23:15:32-07:00</dc:date>
        <title>falbum:k2</title>
        <link>http://www.randombyte.net/wiki/falbum/k2?rev=1284099332&amp;do=diff</link>
        <description>Updated for: 

	*  FAlbum 0.7.1
	*  WordPress 2.5.1
	*  K2 1.0 RC6

falbum.php

In the \wordpress\wp-content\themes\k2 directory. Create a new file named falbum.php and copy the below code into it.

For Wordpress 2.5.1 and K2 v1 RC6 revision 692, create an FAlbum template using the following code:</description>
    </item>
    <item rdf:about="http://www.randombyte.net/wiki/falbum/sandbox?rev=1264135548&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-21T20:45:48-07:00</dc:date>
        <title>falbum:sandbox - old revision restored</title>
        <link>http://www.randombyte.net/wiki/falbum/sandbox?rev=1264135548&amp;do=diff</link>
        <description>Updated for: 

	*  FAlbum 0.7.1
	*  WordPress 2.3.1
	*  Sandbox 0.9.x/1.0.x and above

falbum.php

In the /wp-content/themes/sandbox directory. Create a new file named falbum.php and copy the below code into it.

falbum.php 


&lt;?php /* 
Template Name: FAlbum Page template 
*/ 
//Hack to set WP page id
$page_id = null; //Change this to match your sites WP page id of new Photos page
 
global $wp_query;
global $post;
if ($page_id != null) {
  $post-&gt;ID = $page_id;
  $wp_query-&gt;is_home = false;
  $w…</description>
    </item>
    <item rdf:about="http://www.randombyte.net/wiki/falbum/show_recent_filtered_by_tags?rev=1262451856&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-02T09:04:16-07:00</dc:date>
        <title>falbum:show_recent_filtered_by_tags - created</title>
        <link>http://www.randombyte.net/wiki/falbum/show_recent_filtered_by_tags?rev=1262451856&amp;do=diff</link>
        <description>I missed the option to filter recent photos by tags. I needed to show just photos with a special tag (for example 'photoblog') to filter out some stuff that i don't like to show in the sidebar (lots of testphotos for example).

So i decided to duplicate the “show_recent” function, call it “show_recent_ex” and enhanced it with the $tags options of the “show_random” function. It would be nice to have that feature build in, in a next version.</description>
    </item>
    <item rdf:about="http://www.randombyte.net/wiki/falbum/falbum?rev=1262451465&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-02T08:57:45-07:00</dc:date>
        <title>falbum:falbum</title>
        <link>http://www.randombyte.net/wiki/falbum/falbum?rev=1262451465&amp;do=diff</link>
        <description>Latest Version

	*  FAlbum - 0.7.1 - Released 11/05/07
		*  Tested with WordPress 2.3.1


Install and Setup

	*  WordPress 1.5 / 2.0  - Installation Instructions
	*  Setup Problems
	*  Installation instructions for WordPress 2.1 are needed.
	*  Upgrade instructions for installing 0.7.1 for WordPress 2.3.1 needed</description>
    </item>
    <item rdf:about="http://www.randombyte.net/wiki/start?rev=1241658239&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-05-06T18:03:59-07:00</dc:date>
        <title>start</title>
        <link>http://www.randombyte.net/wiki/start?rev=1241658239&amp;do=diff</link>
        <description>*  FAlbum

	*  Phorum
		*  Phorum + Bad Behavior


	*  phpBB
		*  phpBB+Akismet
		*  phpBB Spam Hack</description>
    </item>
    <item rdf:about="http://www.randombyte.net/wiki/falbum/installation_instructions?rev=1222198844&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-09-23T12:40:44-07:00</dc:date>
        <title>falbum:installation_instructions</title>
        <link>http://www.randombyte.net/wiki/falbum/installation_instructions?rev=1222198844&amp;do=diff</link>
        <description>*  Download file from &lt;http://sourceforge.net/project/showfiles.php?group_id=144263&gt; (zip or tar.gz versions).

	*  Extract the files to the /wp-content/plugins/ directory.
		*  Note: The files must be located within a new directory name falbum .../wp-content/plugins/falbum/falbum.php</description>
    </item>
</rdf:RDF>

