Jamroom Logo Jamroom 5 Core
is now Open Source!
User Support Forum Archive (Read Only)
User Site Design, Integration and Customization:
Search by Genre on Charts Jamroom 5
b360



Joined: 02 Feb 2011
Posts: 264

Posted: 08/10/13 03:09 
Ive got a charts and search system working on my site now.

Now im trying to learn how to allow the users to search these charts by genre.

can someone share with me the function calls in an example.


Im also trying to display searches by quota as well.

Thanks

Back to top
Michael
Jamroom Team


Joined: 22 Apr 2008
Posts: 3423
Location: Tokyo

Posted: 08/10/13 03:16 
something like:

Code
{jrCore_list module="jrAudio" search1="audio_genre = `$_post.option`" template="something_row.tpl"}



_________________
Michael Ussher
Jamroom Network Team Member: http://www.jamroom.net
Priority Support: http://www.jamroom.net/Support_Center
Back to top
b360



Joined: 02 Feb 2011
Posts: 264

Posted: 08/10/13 03:32 
Thanks and is the quota system artist_quota or artist_id?
I need to create 4 more of these one for each quota on my system.


Code
{jrCore_list module="jrProfile" order_by="_created desc" search1="profile_active = 1" template="list_artists.tpl" limit="5" require_image="profile_image"}


Thats the code im looking at for the members:

Back to top
Michael
Jamroom Team


Joined: 22 Apr 2008
Posts: 3423
Location: Tokyo

Posted: 08/10/13 03:42 
everything in the jrProfile modules datastore is prefixed with 'profile_'

So you probably want 'profile_quota_id'

so search2="profile_quota_id = 2"

Code

{jrCore_list module="jrProfile" order_by="_created desc" search1="profile_active = 1" search2="profile_quota_id = 2" template="list_artists.tpl" limit="5" require_image="profile_image"}



_________________
Michael Ussher
Jamroom Network Team Member: http://www.jamroom.net
Priority Support: http://www.jamroom.net/Support_Center
Back to top
b360



Joined: 02 Feb 2011
Posts: 264

Posted: 08/10/13 03:59 
Your Awsome! Many Thanks!

Back to top
Display posts from previous:   
User Support Forum Archive (Read Only)
User Site Design, Integration and Customization

 
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.