XenForo
Administrative
- Thread starter
- Admin
- #1
Hello guys!
Well I have a question: let's say we have an entity MyEntity with text column "description".
This column is populated via the:
HTML / template
HTML:
Read more
Read more about this Feed . . .
Well I have a question: let's say we have an entity MyEntity with text column "description".
This column is populated via the:
HTML / template
HTML:
Code:
<xf:editorrow name="description" [...]>
<xf:formrow>
<xf:if is="$attachmentData">
<xf:macro template="public:helper_attach_upload" name="upload_block"
arg-attachmentData="{$attachmentData}"
arg-forceHash="{$myentity.draft_entity.attachment_hash}" />
</xf:if>...
Read more
Read more about this Feed . . .