Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted September 2, 20159 yr Hey,im struggeling the issue to display a json field, taken from cm_credits:{{$credits=$comment->author()->cm_credits|@json_decode}} {$credits->GPH}Thats what i tried in various ways, but it seems like its not working.(GPH is a currency that i added, its virtual)How do i manage getting this working?Regards
September 2, 20159 yr Community Expert Are you able to output $credits ? If you're also decoding the output of the JSON stream it will be an array and you will need access your element appropriately.
September 2, 20159 yr Author No i am not able, due an error: Whoops \ Exception \ ErrorException (E_PARSE) syntax error, unexpected '$return' (T_VARIABLE) I'm getting more and more in a confused state with smarty and IPB. I tried researching everything around that, and each solution on stackoverflow is simply not working.Has IPB some kind of his own implemention of smarty? What is actually the smarty version? As example a solution which is posted on any available question is this: {assign var=credit value=$comment->author()->cm_credits|@json_decode} Does it work? No: So what am i doing wrong?
September 3, 20159 yr IPS is not actually using Smarty, to my knowledge. The theme syntax is just pretty much the exact same.
September 3, 20159 yr Author IPS is not actually using Smarty, to my knowledge. The theme syntax is just pretty much the exact same.Is there somewhere a documentation for that?
September 4, 20159 yr Author Hmm...no one? I don't like to bump topics like that but I want to complete my plugin
Archived
This topic is now archived and is closed to further replies.