[solved] Upload Soundcloud for different profiles

More
8 years 5 months ago #30533 by nordmograph
Can you post a screenshot to describe your issue?
Is everything lse working as expected ?

- 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
8 years 5 months ago #30538 by carousel
Yes everything otherwise seems to be working except for the strange location of the icons.
Attachments:

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

More
8 years 5 months ago #30540 by nordmograph
Indeed ...
Can you post the content of the php file where you added the icons modifications?
Make sure you post the code in using the code tag button of this forum editor.

- 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
8 years 5 months ago #30545 by carousel
Hello, here you go.

<?php
/**
* @copyright (C) 2013 iJoomla, Inc. - All rights reserved.
* @license GNU General Public License, version 2 ( www.gnu.org/licenses/gpl-2.0.html )
* @author iJoomla.com <webmaster@ijoomla.com>
* @url www.jomsocial.com/license-agreement
* The PHP code portions are distributed under the GPL license. If not otherwise stated, all images, manuals, cascading style sheets, and included JavaScript *are NOT GPL, and are released under the IJOOMLA Proprietary Use License v1.0
* More info at www.jomsocial.com/license-agreement
*/
defined('_JEXEC') or die();
?>


<div class="joms-popup__content">
<?php if ( $enableVideoUpload ) { ?>
<div class="joms-tab__bar">
<a href="#joms-js__link-video" class="active"><?php echo JText::_('COM_COMMUNITY_VIDEOS_LINK'); ?></a>
<a href="#joms-js__upload-video"><?php echo JText::_('COM_COMMUNITY_VIDEOS_UPLOAD'); ?></a>
</div>
<div class="joms-tab__content" id="joms-js__link-video">
<?php } ?>

<?php echo $linkUploadHtml; ?>

<?php if ( $enableVideoUpload ) { ?>
</div>
<div class="joms-tab__content joms-popup__hide" id="joms-js__upload-video">
<?php echo $videoUploadHtml; ?>
</div>
<?php } ?>
</div>
<span><img src="<?php echo JURI::root(true) . '/components/com_community/assets/videoicons/soundcloud.png' ?>" title="Soundcloud" alt="Soundcloud" /></span>
<span><img src="<?php echo JURI::root(true) . '/components/com_community/assets/videoicons/mixcloud.png' ?>" title="Mixcloud" alt="Mixcloud" /></span>

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

More
8 years 5 months ago #30546 by nordmograph
It doesn't seem to be the correct file.
Make sure you adde the icons code to
components/com_community/templates/default/videos.link.php

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.
The following user(s) said Thank You: carousel

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

More
8 years 5 months ago #30547 by carousel
Yep, I was in the wrong file. All works perfectly now! Thanks so much

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

Time to create page: 0.341 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.