Jamroom Logo Jamroom 5 Core
is now Open Source!
User Support Forum Archive (Read Only)
Jamroom Announcements:
paRate Module Version 1.0.4 Released
iLoveHouseMusic



Joined: 21 Apr 2009
Posts: 1482
Location: San Francisco CA

Posted: 07/14/11 12:49 
Not sure if this sounds like "useful" feature request but I think it would be cool:

IF Song Rating, then a toggle option so that the value for SONG_GENRE will be the 1st rating category.

Example:

SONG_GENRE = SOUL

RaRating might look something like:
Soul *****
Production ******
Dance appeal *****
Hip Shaker *****
Floor Filler *****

So essentially - it would allow the viewer to rate how much that song represents that sound/genre.

Hope that makes sense....

Back to top
Paul
Jamroom Team


Joined: 20 Aug 2003
Posts: 5341
Location: Nottingham, UK

Posted: 07/14/11 15:27 

iLoveHouseMusic:
Not sure if this sounds like "useful" feature request but I think it would be cool:

IF Song Rating, then a toggle option so that the value for SONG_GENRE will be the 1st rating category.

Example:

SONG_GENRE = SOUL

RaRating might look something like:
Soul *****
Production ******
Dance appeal *****
Hip Shaker *****
Floor Filler *****

So essentially - it would allow the viewer to rate how much that song represents that sound/genre.

Hope that makes sense....

It might be best to do this within the templates.
Set the first Song Rating legend to 'Genre', say, then in the song_row template, something like -

{paRate_get item_type="song" item_id=$SONG_ID quota=$BAND_QUOTA assign="_r"}
{if $_r.PARATE_LEGEND_1 != ''}
{if $_r.PARATE_LEGEND_1 == 'Genre'}
{assign var="song_legend_1" value=$SONG_GENRE}
{else}
{assign var="song_legend_1" value=$_r.PARATE_LEGEND_1}
{/if}
{$song_legend_1}
<i>Avg {$_r.PARATE_1_RATING_AVERAGE|default:"0"}/5</i>
<br>
{if $_r.PARATE_1_RATING_AVERAGE > 4.5}
{assign var="img1" value="rating_5.png"}
{elseif $_r.PARATE_1_RATING_AVERAGE > 3.5}
{assign var="img1" value="rating_4.png"}
{elseif $_r.PARATE_1_RATING_AVERAGE > 2.5}
{assign var="img1" value="rating_3.png"}
{elseif $_r.PARATE_1_RATING_AVERAGE > 1.5}
{assign var="img1" value="rating_2.png"}
{elseif $_r.PARATE_1_RATING_AVERAGE > 0}
{assign var="img1" value="rating_1.png"}
{elseif $_r.PARATE_1_RATING_AVERAGE == 0}
<i>No Rating</i>
{/if}
{if isset($img1)}
<img src="{$SKIN_URL}/images/{$img1}">
{/if}
<br>
{/if}

hth
Pa


_________________
Paul Asher
Jamroom Network Team Member: http://www.jamroom.net
Priority Support: http://www.jamroom.net/Support_Center
Back to top
iLoveHouseMusic



Joined: 21 Apr 2009
Posts: 1482
Location: San Francisco CA

Posted: 07/17/11 22:52 
^ I'll give that a shot, thank you!

Back to top
iLoveHouseMusic



Joined: 21 Apr 2009
Posts: 1482
Location: San Francisco CA

Posted: 07/19/11 15:46 
Is there a way to show " Recently PaRated Songs"?

Back to top
Paul
Jamroom Team


Joined: 20 Aug 2003
Posts: 5341
Location: Nottingham, UK

Posted: 07/19/11 16:56 

iLoveHouseMusic:
Is there a way to show " Recently PaRated Songs"?

I was just going to say "yes - use the paRate ranking with order = ..." but then I looked for the order number and realised there wasn't an 'order by rating time'.
But no worries, I've put it in now and uprevved the module to 1.0.4

So, uprevved the module your end, then use -

{jr_ranking mode="paRate" item_type="song" order="8" row_template="whatever.tpl"}

Ranking orders are 1 => by overall_rating_average DESC, 2 => by overall_rating_average ASC, 3 => by overall_rating_number DESC, 4 => by overall_rating_number ASC, 5 => by rating_type ASC, 6 => by rating_type DESC, ASC, 7 => by rating_time ASC, 8 => by rating_time DESC

hth
Pa


_________________
Paul Asher
Jamroom Network Team Member: http://www.jamroom.net
Priority Support: http://www.jamroom.net/Support_Center
Back to top
iLoveHouseMusic



Joined: 21 Apr 2009
Posts: 1482
Location: San Francisco CA

Posted: 07/19/11 16:59 
Awesome thank you!! will give it a shot tonight!

Back to top
dim



Joined: 31 May 2009
Posts: 76

Posted: 08/11/13 11:40 
Hi Paul,
The demo site is down.
Can you fix it? I want to buy paRate. And I want to see a demo.
Thank you!

Back to top
Paul
Jamroom Team


Joined: 20 Aug 2003
Posts: 5341
Location: Nottingham, UK

Posted: 08/11/13 11:47 
Sorry- I'm away ATM. Give me a couple of days and I'll fix something up.


_________________
Paul Asher
Jamroom Network Team Member: http://www.jamroom.net
Priority Support: http://www.jamroom.net/Support_Center
Back to top
dim



Joined: 31 May 2009
Posts: 76

Posted: 08/11/13 12:02 
Paul, ОК! I'll be waiting.

Back to top
dim



Joined: 31 May 2009
Posts: 76

Posted: 09/24/13 19:12 

Paul:
Sorry- I'm away ATM. Give me a couple of days and I'll fix something up.

Hi Paul,
Do you remember me? I want to buy your modules (paCombiRank, paAcclaim Module, paRate, paCritique) for JR4. But I still can not see their demo...

Back to top
Display posts from previous:   
User Support Forum Archive (Read Only)
Jamroom Announcements

< Previous12
 
Solutions
• Social Media Platform
• Social Networking Software
• Musician Website Manager
• Community Builder
Products
• Jamroom Core
• Jamroom Addons
• Jamroom Modules
• Jamroom Marketplace
Support
• Support Forum
• Documentation
• Support Center
• Contact Support
Community
• Community Forum
• Member Sites
• Developers
Company
• About Us
• Contact Us
• Privacy Policy
©2003 - 2010 Talldude Networks, LLC.