Skyrider
Active member
Not sure in which department I should be asking this, but a friend of mine is attempting to dump in the foreach loops, but he can't access the dump information.
His quote to me:
Simple terms. He wants to grab the info in the connected profiles table to view the raw info. Any idea why he can't access the dump information?
Regards,
Skyrider
His quote to me:
I don't really get it .. I did a dump in the foreach loops but I can't access the stuff of that dump.
<xf:foreach loop="$connectedProviders" value="$provider" if="{$provider.isAssociated($user)}">
<dl class="pairs pairs--columns pairs--fixedSmall">
<dt>{$provider.title}</dt>
<dd>{$provider.renderAssociated($user)|raw}</dd>
</dl>
{{ dump($provider) }}
<xf:else />
Effectively, I'm looking for the code that gets called via {$provider.renderAssociated($user)|raw}
Simple terms. He wants to grab the info in the connected profiles table to view the raw info. Any idea why he can't access the dump information?
Regards,
Skyrider
Last edited: