Forum Activity for @luis890

alt=
@luis890
01/03/14 07:52:10PM
60 posts

TinyMCE Embed Button not working


Jamroom Developers

Yes, that fixed the issue thanks. Now I can embed any kind of media only from from the profiles sites....
Is there a way to embed external videos, such as youtube videos in the blogs sections?

Every time I tried to embed a youtube video, using the html the video does show in the page, but after saving the the blog the embedded video gets deleted automatically. Is there any reason why is doing that? Or external embedding is not allowed in the blogs..
Thank You
alt=
@luis890
01/02/14 05:48:05PM
60 posts

TinyMCE Embed Button not working


Jamroom Developers

For some reason I can not embed any kind of media(videos, songs, etc) using the module. Every time I tried to embed, it allows me to select the video, song or you tube video. When saved, it only shows the code "
" in the pages, blogs, events or in the profile.

I tried on other every skin including media pro, same problem.

Any suggestions?
updated by @luis890: 12/20/14 09:26:54PM
alt=
@luis890
12/23/13 10:18:20PM
60 posts

Download options still showing for non-loggin users


Design and Skin Customization

Thank You @ba9801, this was fixed modifying the music_row.tpl adding this code..
{if jrUser_is_logged_in()}
Free{jrCore_icon icon="download" size="18"}
{else}
Gratis{jrCore_icon icon="download"}
{/if}

Case Closed
alt=
@luis890
12/23/13 10:16:16PM
60 posts

Unable to create dowloadable form from form designer


Jamroom Developers

Thanks Michal and @ba9801 for your help.. It is fixed modifying the Music_row.tpl
alt=
@luis890
12/21/13 05:26:58PM
60 posts

Unable to create dowloadable form from form designer


Jamroom Developers

Thank for the info @Ba9801,but I can not find the item_details.tpl file. The only file available under jrAudio/templates is the item_detail.tpl file.
If that is the where is the block of code suggested. Below is all the code from that page. Please tell me what do I;m doing wrong, but this is driving me cucu.


Code:

{jrCore_module_url module="jrAudio" assign="murl"}





{jrCore_item_detail_buttons module="jrAudio" field="audio_file" item=$item}


{$item.audio_title}

{$item.profile_name} » {jrCore_lang module="jrAudio" id="41" default="Audio"} » {$item.audio_title}










{* Make sure we're active *}
{if isset($item.audio_active) && $item.audio_active == 'off' && isset($item.quota_jrAudio_audio_conversions) && $item.quota_jrAudio_audio_conversions == 'on'}

{jrCore_lang module="jrAudio" id="40" default="This audio file is currently being processed and will appear here when complete."}

{elseif $item.audio_file_extension == 'mp3'}

{assign var="ap" value="`$_conf.jrCore_active_skin`_auto_play"}
{jrCore_media_player type="jrAudio_player_dark" module="jrAudio" field="audio_file" item=$item autoplay=$_conf.$ap}


{jrCore_lang module="jrAudio" id="31" default="album"}: {$item.audio_album}
{jrCore_lang module="jrAudio" id="12" default="genre"}: {$item.audio_genre}
{jrCore_lang module="jrAudio" id="51" default="streams"}: {$item.audio_file_stream_count|default:"0"|number_format}
{if !empty($item.audio_file_item_price)}
{jrCore_lang module="jrAudio" id="54" default="purchase"}: {$item.audio_file_original_extension}, {$item.audio_file_original_size|jrCore_format_size}, {$item.audio_file_length}
{/if}
{jrCore_module_function function="jrRating_form" type="star" module="jrAudio" index="1" item_id=$item._item_id current=$item.audio_rating_1_average_count|default:0 votes=$item.audio_rating_1_count|default:0}


{else}

{jrCore_icon icon="download"}

{jrCore_lang module="jrAudio" id="31" default="album"}: {$item.audio_album}
{jrCore_lang module="jrAudio" id="12" default="genre"}: {$item.audio_genre}
{jrCore_module_function function="jrRating_form" type="star" module="jrAudio" index="1" item_id=$item._item_id current=$item.audio_rating_1_average_count|default:0 votes=$item.audio_rating_1_count|default:0 }


{/if}



{jrCore_module_function function="jrImage_display" module="jrAudio" type="audio_image" item_id=$item._item_id size="large" class="iloutline img_shadow" alt=$item.audio_title width=false height=false}






{* bring in module features *}
{jrCore_item_detail_features module="jrAudio" item=$item}
updated by @luis890: 12/21/13 05:30:01PM
alt=
@luis890
12/20/13 10:04:31PM
60 posts

How to insert Adds in the artists and users profiles using Media Pro


Design and Skin Customization

Thank You very much..Actually, the profile_tooter.tpl was for the side menu.

The Profile_index.tpl allows to add the banner, but only in the Timeline menu. I'm still trying to figure out how to inset in the Audio,Blogs,events, etc. could you please let me know which .tpl file should I use to achieve this purpose. Thank You
updated by @luis890: 12/21/13 05:08:04PM
alt=
@luis890
12/20/13 08:59:42PM
60 posts

Download options still showing for non-loggin users


Design and Skin Customization

Which tpl file should I edit in order to prevent the downloading of audio for users that are none loggin. When they click in the download icon, I would like to redirect to login. All http://mysite/music and it charts have the download option enabled. Now anybody can download the audio
charts.png charts.png - 50KB

updated by @luis890: 12/20/14 09:27:13PM
alt=
@luis890
12/20/13 07:56:17PM
60 posts

Unable to create dowloadable form from form designer


Jamroom Developers

Could you please help me. I'm following this instructions, but I;m having two issues.
1) Since I can not find the two lines of code from step 1 in the below link .. where should I insert the code item_detail.tpl ... Im using the media pro skin
https://www.jamroom.net/the-jamroom-network/documentation/howto/1389/howto-allow-downloads-to-logged-in-users#

2) Every time I create the downloadable form I keep getting this message " audio_downloadable label *change this*" .. I modify again,change and save, but it goes back to same. .see image below.

Thank You
formerror.png formerror.png - 32KB

updated by @luis890: 02/01/14 12:44:12PM
alt=
@luis890
12/19/13 06:25:16PM
60 posts

How to insert Adds in the artists and users profiles using Media Pro


Design and Skin Customization

Yeah. I tried entering the adds coed on every single module call but the add only shows in the top of the profile.

What Really want is the add to appear in the bottom of the profile. See image add in read.
image.png image.png - 389KB

updated by @luis890: 12/19/13 06:25:39PM
alt=
@luis890
12/18/13 08:47:17PM
60 posts

How to insert Adds in the artists and users profiles using Media Pro


Design and Skin Customization

What I meant was int he artists and member pages.. http://www.mysite/artist_name in the Tab Pages or in the Right Colum.. Is it possible.. If it is which file and and where should I insert the add code.
Thanks.
  4