Jump to content

Assign json value to variable


GriefCode

Recommended Posts

Posted

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

Posted

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. 

Posted

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:

Unbenannt.thumb.PNG.af0b36e4b361df9c53a4

So what am i doing wrong?

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...