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,672
- Points
- 823
Reputation:
I'm trying to set up a bbcode embed but I can't get it to work.
I have my template being included:
Code:
Then I have in the advanced options:
Code:
I have this set in my class:
Code:
My actionIndex method is what returns the file_id that I need (for my file_view template), so...
Read more
Continue reading...
I have my template being included:
Code:
<xf:include template="file_view" />
Then I have in the advanced options:
Code:
URL match callback: path\to\fileview and matchCallback as the method
I have this set in my class:
Code:
Code:
public static function matchCallback($url, $matchedId, \XF\Entity\BbCodeMediaSite $site, $siteId) {
}
My actionIndex method is what returns the file_id that I need (for my file_view template), so...
Read more
Continue reading...