Certain signup questions not showing in profile sidebar
Using Jamroom
My second jr site #2, which I created first as a CLONE (not an actual ning import though) of the first site, supposedly had all the same settings, but on the profile page sidebars, only the location shows, not the signup questions that show on site #1. I checked and those signup questions ARE set to be visible to 'normal members' in the form designer. Everything seems the same, yet those other signup questions won't show. https://pennywhistleclub.com/chifmunk ---See screenshot.
The code in my custom skins profle sidebar templates seem to be the SAME in both sites for that area, they are this, with only the skin name different:
{if jrUser_is_logged_in() && $_conf.pwPWskin_March4_2018_profile_questions == 'on'}
{jrNingImport_signup_questions user_id=$_user_id assign="ning_questions"}
{if isset($ning_questions)}
<div class="block">
<div class="block_content mt10">
{$ning_questions}
</div>
</div>
{/if}
{/if}
updated by @strumelia: 09/12/18 10:32:40AM