Solved by myself, this documentation could be a bit updated for easier implementation, for those who will the same problem, let me give necessary steps:
Install the plugin Rebuild then restart NodeBB Add some custom fields You can edit them by going to edit profile and "Change Extra" To display them in user profile, in case if you're using Person theme, go to nodebb-theme-person -> templates -> account -> profile.tpl Paste the code wherever you want it do be visible <!-- IF customFields.length --> <div class="custom-fields"> <!-- BEGIN customFields --> <div class="custom-field-item"> <span class="field-label">{customFields.name}</span> <span class="field-value">{customFields.value}</span> </div> <!-- END customFields --> </div> <!-- ENDIF customFields.length --> Rebuild then restart NodeBBImages in old posts not displayed
-
post:
 test canım
output:
<div class="content" component="post/content" itemprop="text"> <p></p> <p>test canım</p> </div>
repro: latest master
https://github.com/NodeBB/NodeBB/commit/f302c0d739472417c04aead83729b41d3b807fd8 -