[RSS Feed/News] Entity with multiple bbcode columns (<xf:editor>) + each editor to support each own attachments

Status
Not open for further replies.

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:

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 . . .
 
Status
Not open for further replies.
Back
Top Bottom