<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to mod-podcaster</title><link>https://sourceforge.net/p/phpwebsite-comm/mod-podcaster/</link><description>Recent changes to mod-podcaster</description><atom:link href="https://sourceforge.net/p/phpwebsite-comm/mod-podcaster/feed.rss" rel="self"/><language>en</language><lastBuildDate>Thu, 26 Oct 2006 19:46:58 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/phpwebsite-comm/mod-podcaster/feed.rss" rel="self" type="application/rss+xml"/><item><title>Can't "Add New Podcast"</title><link>https://sourceforge.net/p/phpwebsite-comm/mod-podcaster/12/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;After installing the podcaster module and adding a&lt;br /&gt;
channel successfully, I tried to "Add New Podcast" and&lt;br /&gt;
the browser window went blank. I thought I set the&lt;br /&gt;
permissions for the directories accurately.&lt;/p&gt;
&lt;p&gt;Here are the permissions I currently have:&lt;/p&gt;
&lt;p&gt;parent directory...&lt;br /&gt;
drwxr-xr-x   10 root     shared       4096 Jul 28  2005&lt;br /&gt;
podcaster&lt;/p&gt;
&lt;p&gt;subdirectories...&lt;br /&gt;
drwxr-xr-x    2 501      shared       4096 Jul 28  2005&lt;br /&gt;
boost&lt;br /&gt;
drwxr-xr-x    2 501      shared       4096 Jul 28  2005&lt;br /&gt;
class&lt;br /&gt;
drwxr-xr-x    2 501      shared       4096 Jul 28  2005&lt;br /&gt;
conf&lt;br /&gt;
drwxr-xr-x    2 501      shared       4096 Jul 28  2005&lt;br /&gt;
docs&lt;br /&gt;
drwxr-xr-x    2 501      shared       4096 Jul 28  2005 img&lt;br /&gt;
drwxr-xr-x    2 501      shared       4096 Jul 28  2005 inc&lt;br /&gt;
-rwxr-xr-x    1 501      shared       1410 Jul 18  2005&lt;br /&gt;
index.php&lt;br /&gt;
drwxr-xr-x    2 501      shared       4096 Jul 28  2005&lt;br /&gt;
lang&lt;br /&gt;
-rwxr-xr-x    1 501      shared       4204 Jul 28  2005&lt;br /&gt;
README&lt;br /&gt;
drwxr-xr-x    5 501      shared       4096 Jul 28  2005&lt;br /&gt;
templates&lt;/p&gt;
&lt;p&gt;What should I try next?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tim</dc:creator><pubDate>Thu, 26 Oct 2006 19:46:58 -0000</pubDate><guid>https://sourceforge.netc73c023508b727bc88d3afc5bb6be8418e7302f0</guid></item><item><title>requested change to runtime.php</title><link>https://sourceforge.net/p/phpwebsite-comm/mod-podcaster/11/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Within the file /inc/runtime.php reference is made to&lt;br /&gt;
index.php - a change should be made to how this file is&lt;br /&gt;
referenced. &lt;/p&gt;
&lt;p&gt;For example - &lt;br /&gt;
a href= "/index.php? etc assumes that index file is in&lt;br /&gt;
document root and not in a directory. &lt;/p&gt;
&lt;p&gt;So if phpwebsite is installed in /subdirectory &lt;br /&gt;
then /index.php is called instead of&lt;br /&gt;
/subdirectory/index.php&lt;/p&gt;
&lt;p&gt;removing the "/" character from in front of the call to&lt;br /&gt;
file should suffice. &lt;/p&gt;
&lt;p&gt;ie &lt;br /&gt;
a href= "index.php? etc&lt;br /&gt;
^^^/^^^  removed&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">cloudman71</dc:creator><pubDate>Wed, 16 Aug 2006 23:46:42 -0000</pubDate><guid>https://sourceforge.net6f99e25540790ab860032976f1f2d1b10c08b4df</guid></item><item><title>Make backend file Safari compatible</title><link>https://sourceforge.net/p/phpwebsite-comm/mod-podcaster/10/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Safari doesn't like redirecting to URLs with square brackets in them.&lt;/p&gt;
&lt;p&gt;In /class/Channel.php&lt;/p&gt;
&lt;p&gt;Just under the comment 'Write out backend file', remove the square &lt;br /&gt;
brackets in the URL so it says...&lt;/p&gt;
&lt;p&gt;PHPWS_MAN_ITEMS=&lt;/p&gt;
&lt;p&gt;If you've existing channeln.php files, edit those too.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shaun Murray</dc:creator><pubDate>Sat, 25 Mar 2006 02:15:33 -0000</pubDate><guid>https://sourceforge.netfef496a2c4f9dea6228c2677b52cf9c57aa30847</guid></item><item><title>Approving podcasts inserts the wrong date</title><link>https://sourceforge.net/p/phpwebsite-comm/mod-podcaster/9/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;in class/Podcast.php&lt;/p&gt;
&lt;p&gt;function approve($id)&lt;/p&gt;
&lt;p&gt;Just comment out the created and updated lines to prevent corrupt dates.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shaun Murray</dc:creator><pubDate>Sat, 25 Mar 2006 02:09:11 -0000</pubDate><guid>https://sourceforge.net0920276471c69ff87ac1f5dba19625d625ceea78</guid></item><item><title>Mime type test fails on branches</title><link>https://sourceforge.net/p/phpwebsite-comm/mod-podcaster/8/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;In class/Podcast.php&lt;/p&gt;
&lt;p&gt;In edit()&lt;/p&gt;
&lt;p&gt;Change the test to use the /images folder instead of the module/img/ &lt;br /&gt;
folder and it works...&lt;/p&gt;
&lt;p&gt;ie.&lt;/p&gt;
&lt;p&gt;/* test to see if mime_type check will work for imports */&lt;br /&gt;
$testfile = $GLOBALS['core']-&amp;gt;home_dir . 'images/podcaster/&lt;br /&gt;
podcaster.png';&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shaun Murray</dc:creator><pubDate>Sat, 25 Mar 2006 02:05:49 -0000</pubDate><guid>https://sourceforge.net75c0f90e222f9365e837b771cc5be96a460b6cc5</guid></item><item><title>Add support for Apple's podcasting tools</title><link>https://sourceforge.net/p/phpwebsite-comm/mod-podcaster/7/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Garageband 3 creates files in 'audio/x-m4a' mime format.&lt;/p&gt;
&lt;p&gt;To support these change conf/config.php and add the filetype...&lt;/p&gt;
&lt;p&gt;define("PODCASTER_FILE_TYPES", "audio/mpeg,audio/mp3,audio/x-&lt;br /&gt;
m4a");&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shaun Murray</dc:creator><pubDate>Sat, 25 Mar 2006 02:01:31 -0000</pubDate><guid>https://sourceforge.netc14081580c66c293606ec758e2985541e02ac10f</guid></item><item><title>Need one-click subscription</title><link>https://sourceforge.net/p/phpwebsite-comm/mod-podcaster/6/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It would be great if podcaster supported the one-&lt;br /&gt;
click subscription method.&lt;br /&gt;
See the information here:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://forums.feedburner.com/viewtopic.php?t=861" rel="nofollow"&gt;http://forums.feedburner.com/viewtopic.php?t=861&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Looks like it needs to serve up a .pcast file with &lt;br /&gt;
the correct mime-type which then hooks into your &lt;br /&gt;
podcatching software.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matthew Rowe</dc:creator><pubDate>Fri, 03 Mar 2006 15:10:25 -0000</pubDate><guid>https://sourceforge.netfafaefe9127fa2c988b8b65c38e5f7f0a2f9fd18</guid></item><item><title>Can't create channels on branch sites</title><link>https://sourceforge.net/p/phpwebsite-comm/mod-podcaster/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;In class/Channel.php&lt;/p&gt;
&lt;p&gt;_save()&lt;/p&gt;
&lt;p&gt;Under the comment...&lt;/p&gt;
&lt;p&gt;// Check if directory for backend channels is writeable&lt;/p&gt;
&lt;p&gt;change the next line to...&lt;/p&gt;
&lt;p&gt;$dir = $GLOBALS['core']-&amp;gt;home_dir .'files/podcaster/';&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shaun Murray</dc:creator><pubDate>Fri, 02 Dec 2005 05:13:44 -0000</pubDate><guid>https://sourceforge.net11265c741b085a17a2e413c81b999253ee912e0e</guid></item><item><title>Need user-defined path to MP3</title><link>https://sourceforge.net/p/phpwebsite-comm/mod-podcaster/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The default path to the MP3 uploads of&lt;br /&gt;
/files/podcaster/ needs to be user-definable.  For&lt;br /&gt;
example, I want to put my BIG MP3 files on another&lt;br /&gt;
server rather than my home server where the PHPWebsite&lt;br /&gt;
is located.  For example:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://familyrunners.org/index.php?module=podcaster&amp;amp;PODCASTS_MAN_OP=CreateRSS&amp;amp;PHPWS_MAN_ITEMS\" rel="nofollow"&gt;http://familyrunners.org/index.php?module=podcaster&amp;amp;PODCASTS_MAN_OP=CreateRSS&amp;amp;PHPWS_MAN_ITEMS\&lt;/a&gt;[]=1&lt;/p&gt;
&lt;p&gt;As a workaround, I've edited the RSS template, but this&lt;br /&gt;
is only a temporary fix and will only work as long as I&lt;br /&gt;
have one channel.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Sweeney</dc:creator><pubDate>Mon, 07 Nov 2005 04:29:34 -0000</pubDate><guid>https://sourceforge.net9095e7c4bd0ac3d6635f81b16592fcab4767db9d</guid></item><item><title>add/edit Podcast created/updated fields incorrect</title><link>https://sourceforge.net/p/phpwebsite-comm/mod-podcaster/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When adding or editing a new podcast to a channel, the&lt;br /&gt;
created and updated fields are populated with the year&lt;br /&gt;
(2005) rather than the date integer.  This creates a&lt;br /&gt;
Jan 1, 1970 created date in the RSS feed.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Sweeney</dc:creator><pubDate>Mon, 07 Nov 2005 04:25:37 -0000</pubDate><guid>https://sourceforge.netf482669ee1775c118240ffab492c73b56efa1828</guid></item></channel></rss>