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
- 24,700
- Points
- 823
Reputation:
I need a button to the "Add New Item" page.
So far I created the route and the button.
Code:
Code:
But when I click on the button, it redirects to main page, no change.
How to correctly link to the "Add New Item" page?
Continue reading...
So far I created the route and the button.
Code:
Code:
Route type: Admin
Route prefix: my-route
Subname: new
Code:
<xf:button href="{{ link('my-route/new') }}" icon="add">Add New Item</xf:button>
But when I click on the button, it redirects to main page, no change.
How to correctly link to the "Add New Item" page?
Continue reading...