I
Itworx4me
Guest
I am watching the video series on how to build a note pad. I am stuck on building with Xenforo 2 part 11. It asks me to create this code:
Code:
When clicking the button it...
Read more
Continue reading...
Code:
Code:
<xf:button href="{{ link('notes/edit', $note) }}" fa="fa-edit"
data-xf-click="inserter"
data-replace="#padNote-{$note.note_id} .padNote-article with .js-controls"
class="button--link button--iconOnly button--small" title="Edit"></xf:button>
When clicking the button it...
Read more
Continue reading...