Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

[ALPHA TESTING] Podcast Infusion

Asked Modified Viewed 2,809 times
N
NetriX
N
NetriX 10
Need help? Having trouble?
» View our Documentation for guides, functions and more - including the Getting Started section!
» Attach Log Files and Screenshots when reporting issues
» My support days are usually Mon-Thurs. Send me a PM if urgent.
  • Senior Member, joined since
  • Contributed 566 posts on the community forums.
  • Started 93 threads in the forums
  • Started this discussions
asked
Senior Member

About:: A podcast is a digital medium consisting of an episodic series of audio, digital radio, PDF, or ePub files subscribed to and downloaded through web syndication. This infusion will allow you to upload and manage such files in a CMS based environment.

Live Demo: Here

Currently, this infusion is for private testing only. Features will gradually be updated as I reach the first public v1.0 release.

What I need from the public now is to offer up suggestions and feedback along with reporting any bugs found to ensure a smooth release.

Features to Do:
+ RSS Feed (Latest Audio)
+ Side Panel / Center Panel
+ Edit/Delete Podcast
+ Admin Settings
+ Image Upload
+ Member Upload/Management


Happy Podcasting!

-NetriX
NetriX attached the following file:
podcast_infusion.zip [No information available / 366 Downloads]
0 replies

3 posts

R
Rimelek
R
  • Senior Member, joined since
  • Contributed 301 posts on the community forums.
  • Started 23 threads in the forums
answered
Senior Member

I just looked into podcast/index.php without test and I saw this on line 37:
redirect("../../index.php") . die();

die() does not return anything to concatenate and the redirect() halt the script itself. die() is not needed and does not affect anything.

The same case in the add.php on line 44.

$locale_podcast['go_back'] is "< Go Back". Replace it with "&lt; Go Back" or use htmlspecialchars() when you display it in index.php.

In the add.php you have an SQL INSERT and assigned an empty string to id on line 57. We were talking about this before :) It is not recommended and not needed in your case at all. You can remove the line safely.
0 replies
N
NetriX
N
NetriX 10
Need help? Having trouble?
» View our Documentation for guides, functions and more - including the Getting Started section!
» Attach Log Files and Screenshots when reporting issues
» My support days are usually Mon-Thurs. Send me a PM if urgent.
  • Senior Member, joined since
  • Contributed 566 posts on the community forums.
  • Started 93 threads in the forums
  • Started this discussions
answered
Senior Member

Thank you for the input.

I'm not sure if it's a bug or not, but when exporting my table structure using InnoDB and MariaDB, it doesn't export correctly. AUTO_INCREMENT is left out for one.

As I copy past my export to the infusion.php file, it didn't include AUTO_INCREMENT so all id's when posting are equal to 0.

Strange, but to anyone using this setup. Keep your eyes peeled.

Will update the file to next alpha version shortly with edit/delete functionality.
Edited by NetriX on 05-01-2015 21:06,
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

Very, very good!
0 replies

Category Forum

Addons Open Testing

Labels

None yet

Statistics

  • Views 0 views
  • Posts 3 posts
  • Votes 0 votes
  • Topic users 3 members

3 participants

C
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
N
N
NetriX 10
Need help? Having trouble?
» View our Documentation for guides, functions and more - including the Getting Started section!
» Attach Log Files and Screenshots when reporting issues
» My support days are usually Mon-Thurs. Send me a PM if urgent.
  • Senior Member, joined since
  • Contributed 566 posts on the community forums.
  • Started 93 threads in the forums
  • Started this discussions
R
R
  • Senior Member, joined since
  • Contributed 301 posts on the community forums.
  • Started 23 threads in the forums

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet