Audio Plus

Audio Plus 1.8

No permission to download
Compatible XF 1.x versions
  1. 1.2
  2. 1.3
  3. 1.4
  4. 1.5
Description:

Audio player which plays attached .mp3 audio files.

(Example of Audio Plus player in a post)

pic001.webp


Features:
  • Automatically inserts an audio player for each .mp3 attachment.
Installation:
  1. Download audioplus_v1.8.zip and unzip it.
  2. Upload the Andy folder to your server. The correct location will be library/Andy.
  3. From your Admin Control Panel, go to the "Install Add-on" page.
  4. Upload the addon-AudioPlus_v1.8.xml file.
  5. Click the Install Add-on button.
How to use:
  1. Create a post.
  2. Upload a .mp3 audio file using the "Upload a File" button.
  3. Save Changes.
  4. Audio player is automatically inserted into message.
  5. Click play button to listen to audio.
Set up:
  1. Create a /misc/ folder in your web root.
    Code:
    http://www.example.com/misc/
  2. Upload the following file Andy/AudioPlus/audio_plus.php to your /misc/ folder:
  3. In the Admin Control Panel, update "Maximum Attachment File Size (KB)" to 3072, this will allow a maximum of 3MB audio files to be uploaded.
  4. In the Admin Control Panel, update "Allowed Attachment File Extensions" to include mp3 files.
  5. In the EXTRA.css template add the following code:
    Code:
    #audioplus {
        max-width: none;
        max-height: none;
    }
How it works:

This example shows what the BB Code looks like after the post is saved.
Code:
[AUDIOPLUS=https://www.southbayriders.com/forums/attachments/510008/][/AUDIOPLUS]
User Group Permissions:

This add-on requires the Unregistered / Unconfirmed user group to have "View attachments to posts" setting set to "Allow".

pic002.webp


Questions and Answers:

Q: I get the following error message after uploading a file, "There was a problem uploading your file".
A: This means your php.ini maximum upload setting needs to be increased.

Q: Will this add the audio player to any previous posts with .mp3 attachments?
A: No. To make older posts show the audio player, you will need to edit and save the post.

Q: Can you make this permission based?
A: No.

Q: My error.log show a problem with file_get_contents command.
A: Make sure allow_url_fopen is enabled in PHP.

Q: Will this work in Conversations?
A: The audio player will only embed in posts.​

Sending a donation:

If you like this add-on, please consider sending a small donation.

https://www.paypal.me/andybajka

Thank you.
Author
AndyB
Downloads
228
Views
2,153
First release
Last update

Ratings

5.00 star(s) 3 ratings

More resources from AndyB

Latest updates

  1. See description

    Audio Plus v1.8 changes: Updated PHP code.
  2. See description

    Audio Plus v1.7 changes: Improved PHP code.
  3. See description

    Audio Plus v1.6 changes: Minor change was made to the Custom BB Code.

Latest reviews

Very cool add-on! Love it! It works great, however I adjusted the EXTRA.css entry to make the player look better (at least on my forum). Here is what I used:

#audioplus {
width: 350px;
height: 70px;
}

Thanks!
Version: 1.4

Andy ROCKs! Another great add-on. You got this updated the moment it was requested. This add-on is awesome. Big hug from Recording.org. Thank you!
A great must-have plugin! Its working with the latest versions of Xenforo.

I was searching for this addon, and i hope you add more functions to this addon..
Top Bottom