RSS Feed/News Stuck on this JS Button

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
27,112
Points
823

Reputation:

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:

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