@julian said:
won't do anything if the array is empty
I guess the problem is that latest release of template.js does not allow another the loop inside a template, then I have to declare that loop in another template and include into my item.tpl
@julian said:
won't do anything if the array is empty
I guess the problem is that latest release of template.js does not allow another the loop inside a template, then I have to declare that loop in another template and include into my item.tpl
I've just downgrade template.js in nodebb to 0.2.8 then it works
@ffmad said:
CryptoFR, la communauté francophone du Bitcoin et des crypto-monnaies
CryptoFR est la communauté francophone sur le Bitcoin, la blockchain et les crypto-monnaies.
CryptoFR, la communauté francophone du Bitcoin et des crypto-monnaies (cryptofr.com)
I add the following code to item.tpl of persona
<!-- IF ../children.length -->
<!-- BEGIN ../children -->
<!-- END ../children -->
<!-- ENDIF ../children.length -->
but it produces this error error: RangeError: Maximum call stack size exceeded
please help me check
done, I can call a function when this hook is fired filter:categories.build
My purpose is displaying all Categories include the subcategories like what is in Admin>General>Categories. Can someone let me know how do I pass more data to Categories from a theme
thank in advance!
@pichalite thank u so much, nodebb auto reload when I update my language json already.
please help, I have to exec this command so frequently ./nodebb reload , waste of time.
thx so much