What's new
Install the app
How to install the app on iOS

Follow along with the video below to see how to install our site as a web app on your home screen.

Note: This feature may not be available in some browsers.

Welcome to My Sharing Site

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

xF2 Add-on
< Previous | Next >
audio player which plays attached .mp3 audio files.
Automatically inserts an audio player for each .mp3 attachment.

[iHaxForum.com] - e0bb582803af4dadceb1bc6ae562cf21._.jpg


Installation:
  1. Download Andy-AudioPlus-1.1.zip and unzip it.
  2. Copy the src/addons/Andy/AudioPlus directory to your server.
  3. From the Admin Control Panel Install the add-on.
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.
Setup step 1:
  1. Create a /misc/ folder in your web root.
  2. Upload the following file Andy/AudioPlus/audioplus.php to your /misc/ folder.
Setup step 2:
  1. In order to do the next step you need to put the forum into debug mode. Add $config['debug'] = true; to your config.php file.
  2. In the Admin control panel Admin control panel -> Content -> Custom BB codes update the Custom BB Code. The HTML replacement needs to reflect your domain and location of the /misc/ folder.

c4cfd499e5650965f5826b863c90a313._.jpg



  1. Remove the $config['debug'] = true; from your config.php file.

Setup step 3:
  1. 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.
  2. In the Admin control panel, update "Allowed attachment file extensions" to include mp3 files.
Setup step 4:

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

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 Conversation posts?
A: No.
  • Like
Reactions: Anonymos
Similar resources Most view View more
Top