Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Use Vanilla for external profiles
Hi!
I want to show the users of one group on an external page in a different way - as an book :-)
That means two profiles per page and a navigation to move forewards and backwards. How can I create a template for that and how can I call this template on an external page?
Thanks for any advice!
0
This discussion has been closed.
Comments
But I cant't figure out how to solve this. I think for an experienced programmer this is no problem at all, but for me....
Thanks for your help!
$data = unserialize($row_Recordset1['PredefinedAttributes']); unserialize($data);
returns
Array ( [0] => Array ( [Label] => Phone-Nr. [Value] => 030 ) [1] => Array ( [Label] => T-Shirt-Size [Value] => M ) )
there seems to be an array inside the array :-(
I'll publish the result when I'm done!