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
- 29,253
- Points
- 823
Reputation:
I use @Siropu Ads Manager plugin to create buttons fixed to the footer that stay on screen when scrolling.
The code I use is very simple, for example:
Code:
How can I add a link to the edit button? The problem I'm encountering is that it uses the post ID in the URL:
HTML:
I've tried the post_macros template code and it doesn't work. How can...
Read more
Continue reading...
The code I use is very simple, for example:
Code:
Code:
<a href="./post-thread" aria-label="Comment thread">
<i class="far fa-reply" data-xf-init="icon"></i></a>
How can I add a link to the edit button? The problem I'm encountering is that it uses the post ID in the URL:
HTML:
https://xxxx.com/posts/11472/edit
I've tried the post_macros template code and it doesn't work. How can...
Read more
Continue reading...