About Soundcloud VideoProvider

More
11 years 9 months ago #12137 by nordmograph
well a patch installs via FTP

so upload:
- components/com_community/libraries/videos/soundcloud.php
- components/com_community/libraries/videos/mixcloud.php

then edit:
- components/com_community/helpers/videos.php
adding this
Code:
$pattern[] = '/http\:\/\/soundcloud.com\/+(.*?)/i'; $pattern[] = '/http\:\/\/mixcloud.com\/+(.*?)/i';
Anywhere in the pattern list

then edit
- components/com_community/templates/default/videos.add.php
and add
Code:
<span><img src="<?php echo JURI::root() . 'components/com_community/assets/videoicons/soundcloud.png' ?>" title="Soundcloud" alt="Soundcloud" /></span> <span><img src="<?php echo JURI::root() . 'components/com_community/assets/videoicons/mixcloud.png' ?>" title="Mixcloud" alt="Mixcloud" /></span>
in the image list

Finally upload
- components/com_community/assets/videoicons/soundcloud.png
- components/com_community/assets/videoicons/mixcloud.png
icons

Hope it helps

- Need help? Post the URL of the related page (eventualy as confidential info), it will help solve your issue faster.
- An error, notice or warning? report the exact message including the line number
- If you get a white page , enable error reporting and / or check your server error logs.

Please Log in or Create an account to join the conversation.

More
11 years 9 months ago #12153 by bloos.katt
Replied by bloos.katt on topic thanks a lot ....
i guess i did it aswell :) ,,,i tried to add a video and it showed me a BOX to add from different Social Networks ,,thanks for the instructions it was really helpful ,,i wish i found out about your extensions a long time ago ,,really amazing and it does help to increase the impression of my content ,,i wish you could add a Module for Soundcloud Player like Reverbnation player that'd be very helpful & so competitive :) thanks a lot for your patience & bearing with me trying to guide me through
much luv & respect
have a nice day

Please Log in or Create an account to join the conversation.

Time to create page: 0.336 seconds
Powered by Kunena Forum
Disclaimer: Nordmograph is not affiliated with or endorsed by The Joomla! Project™. Any products and services provided through this site are not supported or warrantied by The Joomla! Project or Open Source Matters, Inc. Use of the Joomla!® name, symbol, logo and related trademarks is permitted under a limited license granted by Open Source Matters, Inc.