Forum Activity for @andrusito

alt=
@andrusito
04/17/14 05:31:07AM
302 posts

Redirect old urls to the new JR5


Installation and Configuration

@brian, I tried that code but it redirects me to

http://www.devocionmusical.com/songs?t=browse_song

(well, there's a "?" between 'songs' and 't')

I'd be great if it only takes me to http://www.devocionmusical.com/songs

Thanks!
updated by @andrusito: 04/17/14 05:34:24AM
alt=
@andrusito
04/16/14 07:38:45AM
302 posts

Can't access to any directory where is located JR5


Installation and Configuration

Hey I solved the problem.. very strange thing :l

1. I uploaded an index.php file and it worked! So I had two index files (htm and php)

2. I rename the index.htm to index.html and it worked!

I chose to keep the second solution but I did not know that a file with extension ".html" was mandatory.

Thanks @michael for that clue and @brian for your support.
alt=
@andrusito
04/16/14 07:24:22AM
302 posts

Can't access to any directory where is located JR5


Installation and Configuration

michael:
Check your filenames are correct.

http://devocionmusical.com/cdvirtual/index.htm

shows a page.

You were right @michael. The file name was wrong.. anyway I still can not access my directory /cdvirtual.

Do u know what could be wrong?

Thanks
alt=
@andrusito
04/15/14 08:58:04AM
302 posts

Can't access to any directory where is located JR5


Installation and Configuration

Yes, cdvirtual is a folder which also contains files. One of them is called "index.html"

But if I go to http://devocionmusical.com/cdvirtual/index.html you will see the error page again.

I have this at the very top of my .htacess file:

# All requests through the router

RewriteEngine On
RewriteRule ^(.*)favicon\.ico$ modules/jrCore/img/favicon.ico [L]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^(.*)$ modules/jrCore/router.php?_uri=$1 [NC,L]
alt=
@andrusito
04/15/14 07:20:23AM
302 posts

Bulk upload files


Using Jamroom

Updated and working now.

Thank you Brian!
alt=
@andrusito
04/15/14 07:03:21AM
302 posts

Can't access to any directory where is located JR5


Installation and Configuration

I've JR5 installed on the root folder of my server. The problem is that I can't access the other folders located on the same level.

This is where JR is installed: http://devocionmusical.com
This is folder which contains another project: /cdvirtual

When I type http://devocionmusical.com/cdvirtual I get the "Not founded" JR5 page.

That didn't happen on JR4. Do u know why is that?

Thanks.
updated by @andrusito: 05/21/14 01:30:53PM
alt=
@andrusito
04/14/14 07:47:30AM
302 posts

Bulk upload files


Using Jamroom

@brian

I'm on the "modify item list button" page modifying the download button.
I want it to be visible for everyone (users and not users), so I select "no group restrictions" but it does not save the change.
updated by @andrusito: 04/14/14 07:47:56AM
alt=
@andrusito
04/14/14 04:51:49AM
302 posts

Bulk upload files


Using Jamroom

brian:
andrusito:
You mean the artists can NOT control if their songs are available to download?

What if the artist do NOT want a particular song to be downloaded? what if he/she only wants the song to be heard?

You can do this, it's just not how JR is setup by default. Go into the form designer for the "modify" audio file and create a custom checkbox control called "audio_allow_download".

Then, modify the "item_list.tpl" file in your template editor and add something like:

{if $item.audio_allow_download == 'on'}
   ... show download button ...
{/if}

Hope this helps!

Ok, I could understand that. Now, will that work on the "Create Album" page? so next time I create an album and include 5 songs, then those songs could be download..
alt=
@andrusito
04/11/14 04:41:51AM
302 posts

Bulk upload files


Using Jamroom

I'll try it. What I don't understand is why you removed this option for us using JR as a music site. This was possible on JR4 without much trouble.
alt=
@andrusito
04/10/14 09:22:18AM
302 posts

Bulk upload files


Using Jamroom

You mean the artists can NOT control if their songs are available to download?

What if the artist do NOT want a particular song to be downloaded? what if he/she only wants the song to be heard?
  23