viapodcast
09-15-2005, 04:16 PM
I'm using your latest release, and I mainly use the directory for podcast listings. So most of my links are to mp3 files.
I have a script, directory.php that will direct the user to the correctly formated page dependingon the file type, mp3, mov, or a web page.
The directory.php script is called by directory.php?url=http://site.com/file.mp3 or what ever the url is.
Now when I add links through rss to say the music directory the import shows the url is the mp3 file. But when I view the directory listings this link to the mp3 file is not shown. I believe the database shows this in the
PLD_LINK table URL
What I want is when any directory is viewed I want the to add an image that will link to the directory.php file and pass the url value with it like in
directory.php?url=http://asite.com/mymusic.mp3
How do I edit the directory listings to do this?
Thanks!
Dave
I have a script, directory.php that will direct the user to the correctly formated page dependingon the file type, mp3, mov, or a web page.
The directory.php script is called by directory.php?url=http://site.com/file.mp3 or what ever the url is.
Now when I add links through rss to say the music directory the import shows the url is the mp3 file. But when I view the directory listings this link to the mp3 file is not shown. I believe the database shows this in the
PLD_LINK table URL
What I want is when any directory is viewed I want the to add an image that will link to the directory.php file and pass the url value with it like in
directory.php?url=http://asite.com/mymusic.mp3
How do I edit the directory listings to do this?
Thanks!
Dave