solved Question About jrPhotoPro skin

derrickhand300
@derrickhand300
10 years ago
1,353 posts
I'm using the jrPhotopro skin and trying to get a list of newest members to display using the index_list_profiles.tpl template

{if isset($_items)}
    {foreach from=$_items item="row"}
        <a href="{$jamroom_url}/{$row.profile_url}">{jrCore_module_function function="jrImage_display" module="jrProfile" type="profile_image" item_id=$row._profile_id size="icon96" crop="square" class="ilfpoutline" alt=$row.profile_name title=$row.profile_name}</a>
    {/foreach}
{/if}

When I add the code nothing is displayed...wondering if I am doing something wrong?
Thanks
updated by @derrickhand300: 02/24/16 11:02:36PM
douglas
@douglas
10 years ago
2,802 posts
What jrCore_list function are you using and where are you putting it?


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
derrickhand300
@derrickhand300
10 years ago
1,353 posts
Hello Douglas
{jrCore_include template="index_list_profiles.tpl"}
in a Site Builder widget in the TEMPLATE code area of the editor
paul
@paul
10 years ago
4,335 posts
Use the Item List widget and select Profiles as the item to list, then use the above template code there.


--
Paul Asher - JR Developer and System Import Specialist
derrickhand300
@derrickhand300
10 years ago
1,353 posts
Hello paul
Not sure I am understanding correctly-If I use Item-List and select PROFILE I get this code
{jrCore_list module="jrProfile" limit="5"}
I cannot edit or replace the code in the item list editor?
Are you saying abondon my code and use the code that the item list is producing?

I REALLY like the code the Photopro uses- it displays the best and does that funky js shake thing when you mouse over it- so i prefer to keep it if possible

Thanks
derrickhand300
@derrickhand300
10 years ago
1,353 posts
is what I am after something like
{jrCore_list module="jrProfile" limit="5" template="index_list_profiles.tpl"}
derrickhand300
@derrickhand300
10 years ago
1,353 posts
Thanks Guys- that seems to be working :)
derrickhand300
@derrickhand300
10 years ago
1,353 posts
One last question- somewhere in the skin settings I ran across a checkbox that if checked it would only show profiles that had profile pics uploaded to them...do you guys know off the top of your head where that's located?
Having trouble finding it now

( ps-I first saw that funky js "shake" thing on the profile display on your site Paul- then was really happy to find its included in this skin):)
updated by @derrickhand300: 11/17/15 11:18:27AM
paul
@paul
10 years ago
4,335 posts
Yeah - Select a custom template and you'll get an editor to put the above template code in.


--
Paul Asher - JR Developer and System Import Specialist

Tags