Forum Activity for @luis789

alt=
@luis789
06/28/16 08:10:50AM
94 posts

Polls is only displaying while logged in


Design and Skin Customization

Thanks Paul.. it is fixed now.. I had the profile ID excluded, that is why it was causing the issue.
Could yo help with issue 2)
The template title is not showing. It is hidden behind the Menu see 2nd image
alt=
@luis789
06/28/16 07:57:50AM
94 posts

How to add Artist Name and Rated items on Site Builder Widget List Grid 3


Design and Skin Customization

Thanks Paul!
where is the "widget_list_grid_3.tpl" located to perform the modifications?
alt=
@luis789
06/28/16 06:59:37AM
94 posts

Polls is only displaying while logged in


Design and Skin Customization

Hello I’m having some issues with the Polls page
1) The Polls are only showing while logged in. If the user is not logged in I’m getting no Items found errors. See image. I tried with a different skins and the problem is the same.
The Required Login is unchecked.

2) The polls page title is showing behind the menu while using the Beat Slinger. See images.
I found some other minor bugs, but I’ll be creating different treads, or if you prefer I can send you an email with my findings.

pol.jpg pol.jpg - 48KB

updated by @luis789: 10/24/16 03:20:40AM
alt=
@luis789
06/28/16 06:57:08AM
94 posts

How to add Artist Name and Rated items on Site Builder Widget List Grid 3


Design and Skin Customization

I would like to congratulate all the Jamroom Team and Nate for building great products.
The Beat Slinger Skin works great and integrates very nice with the site builder.
The site builder is an awesome tool for customizing the skins without much of the coding needed. To tell you the truth, I was a little worried when I started using since I had some bad experience when it was released the first time.
Now I can see that after all the modifications and updates done by your team that this is a great tool for people that do not have a lot time or have limited coding skills.
I have a question and I hope that you can help me
Is there a way to modify the "Widget List Grid 3" and maybe create another one.
I’m using the Widget List Grid 3 to display the artist name, but I need to be able to display the Artist Name and Rating Item (please see image). Is it possible?
If not could you please provide the code for the Widget List Grid 3 so that I can copy and modify the output as I prefer.
Thank You

perfile.jpg perfile.jpg - 82KB

updated by @luis789: 10/01/16 11:15:28AM
alt=
@luis789
08/11/15 10:57:18AM
94 posts

Automatic Default spanish language not working


Jamroom Hosting

Thank for your feedbak Douglas..
Done that. Also, run integrity check, reset catches.. tried from different browsers, different pcs, devices.
Same issue..
alt=
@luis789
08/11/15 06:53:43AM
94 posts

Automatic Default spanish language not working


Jamroom Hosting

Could you please help with is issue. My site is 90% for the spanish population and a lot of times with the Spanish audience see an English site, they exit.
I tried changing the default language to Spanish, in the users account but the es-ES option is not showing(see image). I uploaded the es-ES.php file to coreLang and still it will not show.
In the jrNova Skin, when I switch to Spanish language it will not work either.
I even applied the fix from this tread
https://www.jamroom.net/the-jamroom-network/forum/new_posts/9311/language-changes-when-i-login-or-logout/search_string=language
Still no luck.

I tried adding the this code in the header.tpl {jr_lang_prepare skin="jrNova" default="es-ES"}
same issue.

The flags works fine, but the point is that I want to change the default language to Spanish when people go to the site they can see the site on Spanish with out the need to select a different language from the flags.

I seen a few treads regarding this issue, but so far no fix.
Than You
languageissue.png languageissue.png - 37KB

updated by @luis789: 07/05/16 09:21:14PM
alt=
@luis789
08/11/15 06:38:10AM
94 posts

Song and videos plays numbers and image not showing


Design and Skin Customization

Hello Could you please help. After the site was migrated to Jr5 the songs charts page page is not working properly.

The number of song plays or videos plays does not shows. I'm using Nova skin.

In addition to that the images next to the number position shows ans x marked. I checked the image and it is in the server.

In the songs page it everything works fine.
See image
CHARTSERROR.png CHARTSERROR.png - 112KB

updated by @luis789: 07/05/16 09:21:36PM
alt=
@luis789
05/18/15 08:38:24PM
94 posts

Template Cache directory issues


Jamroom Developers

echo '# Jamroom 5 Apache .htaccess file
DirectoryIndex index.html index.php sitemap.xml modules/jrCore/router.php

Options +FollowSymLinks
Options -MultiViews -Indexes

# Use ETags
<IfModule mod_headers.c>
Header unset ETag
FileETag None
# Expires for CSS, JS and Images
<FilesMatch ".(ico|jpg|jpeg|png|gif|js|css|swf)$">
Header set Expires "Thu, 15 Apr 2018 20:00:00 GMT"
</FilesMatch>
</IfModule>

# Compress everything we can
<IfModule mod_filter.c>
AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css text/javascript text/javascript-x application/javascript
</IfModule>

# All requests through the router
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^(.*)$ modules/jrCore/router.php?_uri=$1 [NC,L]
</IfModule> ';
alt=
@luis789
05/18/15 08:16:56PM
94 posts

Template Cache directory issues


Jamroom Developers

I checked the .htaccess and the file is in home directory. When I checked the log file I saw this errors.
[Mon May 18 22:07:57 2015] [error] [client xx.x.xxx.xx] Symbolic link not allowed or link target not accessible: /home/musicmas/public_html/modules/jrCore
Mon May 18 21:22:33 2015] [error] [client xxx.xxx.xx.xx] File does not exist: /home/musicmas/public_html/modules/jrCore/router.php

I checked the router.php file and it is there.



I'm not sure if the .thaccess is causing the issue, but when I delete that File, I can see the structure. If I copy I get the forbidden error.

This is the context in the .htaccess file






updated by @luis789: 05/18/15 08:32:58PM
alt=
@luis789
05/18/15 06:36:20AM
94 posts

Template Cache directory issues


Jamroom Developers

So for the problem has has almost being resolved: However I'm still having some challenging on one site
When I go to the site I get this error

"Forbidden
You don't have permission to access / on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.29 (Unix) mod_ssl/2.2.29 OpenSSL/1.0.1e-fips DAV/2 mod_bwlimited/1.4 Server at www.musicmas.com Port 80"

I had replaced the router.php and repaired the database tables with no luck.

Question? Would integrity check may had changed something?

The reason I asked is that I was running integrity check and suddenly it kind of froze at about 45 minutes. So I closed the browser. After that I tried to access the site again and the error started to show.
Any ideas.

THank You
  7