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

alt=
@luis789
8 years ago
88 posts
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
paul
@paul
8 years ago
4,326 posts
Use this smarty call to add the rating form -

{jrCore_module_function function="jrRating_form" type="star" module="jrProfile" index="1" item_id=$item._profile_id current=$item.profile_rating_1_average_count|default:0 votes=$item.profile_rating_1_count|default:0}

hth


--
Paul Asher - JR Developer and System Import Specialist
alt=
@luis789
8 years ago
88 posts
Thanks Paul!
where is the "widget_list_grid_3.tpl" located to perform the modifications?
paul
@paul
8 years ago
4,326 posts
Its in the Profile templates section. What I would do in this case is copy the template code and select a custom template for the widget, paste the code there, then do the mods within the widget.
hth


--
Paul Asher - JR Developer and System Import Specialist
alt=
@luis789
8 years ago
88 posts
Thank You for your quick response and help Paul.
That work.
michael
@michael
8 years ago
7,715 posts
Check out this doc for alteration methods, there are several places you could do it.

Docs: "Altering a Modules Template"
https://www.jamroom.net/the-jamroom-network/documentation/development/1051/altering-a-modules-template

The template in question is:
/modules/jrGallery/templates/widget_list_grid_3.tpl

Tags