<?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 falbum</title>
        <description></description>
        <link>http://www.randombyte.net/wiki/</link>
        <image rdf:resource="http://www.randombyte.net/wiki/lib/images/favicon.ico" />
       <dc:date>2010-09-10T06:35:09-07:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.randombyte.net/wiki/falbum/beautiful_day_2.0?rev=1207805162"/>
                <rdf:li rdf:resource="http://www.randombyte.net/wiki/falbum/connections?rev=1184199239"/>
                <rdf:li rdf:resource="http://www.randombyte.net/wiki/falbum/disconnected?rev=1147199431"/>
                <rdf:li rdf:resource="http://www.randombyte.net/wiki/falbum/falbum?rev=1262451465"/>
                <rdf:li rdf:resource="http://www.randombyte.net/wiki/falbum/functions_and_variables?rev=1172831835"/>
                <rdf:li rdf:resource="http://www.randombyte.net/wiki/falbum/incorporating_falbum_into_your_own_theme?rev=1218759318"/>
                <rdf:li rdf:resource="http://www.randombyte.net/wiki/falbum/installation_instructions?rev=1222198844"/>
                <rdf:li rdf:resource="http://www.randombyte.net/wiki/falbum/k2?rev=1284099332"/>
                <rdf:li rdf:resource="http://www.randombyte.net/wiki/falbum/plaintxtblog?rev=1172603731"/>
                <rdf:li rdf:resource="http://www.randombyte.net/wiki/falbum/reverse_order_thumnails_display_in_gallery?rev=1196866020"/>
                <rdf:li rdf:resource="http://www.randombyte.net/wiki/falbum/sandbox?rev=1264135548"/>
                <rdf:li rdf:resource="http://www.randombyte.net/wiki/falbum/setup_problems?rev=1216678982"/>
                <rdf:li rdf:resource="http://www.randombyte.net/wiki/falbum/show_recent_filtered_by_tags?rev=1262451856"/>
                <rdf:li rdf:resource="http://www.randombyte.net/wiki/falbum/your_own_theme?rev=1193588577"/>
            </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/falbum/beautiful_day_2.0?rev=1207805162">
        <dc:format>text/html</dc:format>
        <dc:date>2008-04-09T22:26:02-07:00</dc:date>
        <title>falbum:beautiful_day_2.0</title>
        <link>http://www.randombyte.net/wiki/falbum/beautiful_day_2.0?rev=1207805162</link>
        <description>*  FAlbum 0.7.1
	*  Beautiful Day 2.0 - &lt;http://templates.arcsin.se/beautiful-day-wordpress-theme/&gt;

 Note: This guide is very rough, and not well tested. It's heavily based upon plaintxtblog.


 Create the following file within the beautiful-day-2.0 theme directory:</description>
    </item>
    <item rdf:about="http://www.randombyte.net/wiki/falbum/connections?rev=1184199239">
        <dc:format>text/html</dc:format>
        <dc:date>2007-07-11T17:13:59-07:00</dc:date>
        <title>falbum:connections</title>
        <link>http://www.randombyte.net/wiki/falbum/connections?rev=1184199239</link>
        <description>Updated for: 

	*  FAlbum 0.6.4
	*  WordPress 2.0.2
	*  Connections 1.0

falbum.php

In the \wordpress\wp-content\themes\connections 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;
  …</description>
    </item>
    <item rdf:about="http://www.randombyte.net/wiki/falbum/disconnected?rev=1147199431">
        <dc:format>text/html</dc:format>
        <dc:date>2006-05-09T11:30:31-07:00</dc:date>
        <title>falbum:disconnected</title>
        <link>http://www.randombyte.net/wiki/falbum/disconnected?rev=1147199431</link>
        <description>Updated for: 

	*  FAlbum 0.6.4
	*  WordPress 2.0.2
	*  Disconnected 1.0.1 and above

falbum.php

In the \wordpress\wp-content\themes\disconnected 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_ho…</description>
    </item>
    <item rdf:about="http://www.randombyte.net/wiki/falbum/falbum?rev=1262451465">
        <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</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/falbum/functions_and_variables?rev=1172831835">
        <dc:format>text/html</dc:format>
        <dc:date>2007-03-02T02:37:15-07:00</dc:date>
        <title>falbum:functions_and_variables</title>
        <link>http://www.randombyte.net/wiki/falbum/functions_and_variables?rev=1172831835</link>
        <description>This page lists some of the functions that you can use in you FAlbum-enabled website.  The first two are particularly helpful in setting up sidebar photo groups, while another use is to place a group of tagged photos in a single post (using the help of a plugin like PHP Exec).</description>
    </item>
    <item rdf:about="http://www.randombyte.net/wiki/falbum/incorporating_falbum_into_your_own_theme?rev=1218759318">
        <dc:format>text/html</dc:format>
        <dc:date>2008-08-14T17:15:18-07:00</dc:date>
        <title>falbum:incorporating_falbum_into_your_own_theme</title>
        <link>http://www.randombyte.net/wiki/falbum/incorporating_falbum_into_your_own_theme?rev=1218759318</link>
        <description>This page brings together information found on the forum into one place. Note that the information changed over time, so that the initial post is incorrect.    Original Post



Basic Instructions

 The default page layout used by FAlbum will only work if your site uses the or a variation of the default WordPress 1.5 theme or uses a theme with a similar style of layout. In order to make FAlbum work with your own theme, do the following:</description>
    </item>
    <item rdf:about="http://www.randombyte.net/wiki/falbum/installation_instructions?rev=1222198844">
        <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</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>
    <item rdf:about="http://www.randombyte.net/wiki/falbum/k2?rev=1284099332">
        <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</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/plaintxtblog?rev=1172603731">
        <dc:format>text/html</dc:format>
        <dc:date>2007-02-27T11:15:31-07:00</dc:date>
        <title>falbum:plaintxtblog</title>
        <link>http://www.randombyte.net/wiki/falbum/plaintxtblog?rev=1172603731</link>
        <description>*  FAlbum 0.6.5
	*  plaintxtBlog 1.4 - &lt;http://www.plaintxt.org/themes/plaintxtblog/&gt;

 Create the following two files within the plaintxtBlog theme directory: 

	*  falbum.php
	*  falbum.css.php

falbum.php


&lt;?php
//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;
  $wp_query-&gt;is_page = true;
  $wp_query-&gt;queried_object-&gt;ID = $pa…</description>
    </item>
    <item rdf:about="http://www.randombyte.net/wiki/falbum/reverse_order_thumnails_display_in_gallery?rev=1196866020">
        <dc:format>text/html</dc:format>
        <dc:date>2007-12-05T06:47:00-07:00</dc:date>
        <title>falbum:reverse_order_thumnails_display_in_gallery</title>
        <link>http://www.randombyte.net/wiki/falbum/reverse_order_thumnails_display_in_gallery?rev=1196866020</link>
        <description>Reverse Order thumnails display in the Falbum gallery, allowing the newest to be first.</description>
    </item>
    <item rdf:about="http://www.randombyte.net/wiki/falbum/sandbox?rev=1264135548">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-21T20:45:48-07:00</dc:date>
        <title>falbum:sandbox</title>
        <link>http://www.randombyte.net/wiki/falbum/sandbox?rev=1264135548</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/setup_problems?rev=1216678982">
        <dc:format>text/html</dc:format>
        <dc:date>2008-07-21T15:23:02-07:00</dc:date>
        <title>falbum:setup_problems</title>
        <link>http://www.randombyte.net/wiki/falbum/setup_problems?rev=1216678982</link>
        <description>FROB / Flickr API Key Error

What can I do about the following error? 

	*  Error: Unable to get frob value (DESPITE successfully completing the two steps. at least it seems its successful, i get no acknowledgement from flickr that anything as ahppened at all, i only get a blan page on activiating for my flickr account.)</description>
    </item>
    <item rdf:about="http://www.randombyte.net/wiki/falbum/show_recent_filtered_by_tags?rev=1262451856">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-02T09:04:16-07:00</dc:date>
        <title>falbum:show_recent_filtered_by_tags</title>
        <link>http://www.randombyte.net/wiki/falbum/show_recent_filtered_by_tags?rev=1262451856</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/your_own_theme?rev=1193588577">
        <dc:format>text/html</dc:format>
        <dc:date>2007-10-28T09:22:57-07:00</dc:date>
        <title>falbum:your_own_theme</title>
        <link>http://www.randombyte.net/wiki/falbum/your_own_theme?rev=1193588577</link>
        <description>How do I get rid of the sidebar reference without breaking this plugin. If I remove the get sidebar call, it collapses in on itself, the wheels fall off.</description>
    </item>
</rdf:RDF>
