Does anyone know the cause of this? I thought at first it was age-restricted videos, but it appears to be all of them.
I'm now suspecting YouTube is defaulting to not allowing embedded videos?
I finally bought this today, installed, and at least the basics are working. Seems very well made and written in general.
I do seem to have a bug though, or perhaps it's a misunderstanding of how things are meant to work. When I try create a knowledge base entry containing our forum rules...
Thank you @Osman, the ability to sync reference material with our main CMS system is important - as that contains all the source information referenced across the forum.
For our circumstance, latency or instability should not be an issue - both platforms sit alongside one another on a top-end...
This looks fantastic, and I'm likely to purchase shortly.
Just a question if you can please @Osman, I have an external CMS (PHP/MySQL) storing all the data I want to reference for RAG - a mix of support pages, product and company listings.
Will there be a way to add reference material beyond...
Installed and working in minutes, thanks @Xon.
In the template mentioned above find {{ phrase('seperator_normal_threads') }} and {{ phrase('seperator_sticky_threads') }}, add before:
<xf:fa icon="fad fa-list" />
Change 'fad fa-list' as appropriate to another FontAwesome icon, I used 'fad...
If anyone else runs into the issue above, there seems to be a bug when using capitals within the "media site id" name. In the example above @PaulaG may have been fine with 'mysite' as opposed to 'MySite'.
Confirmed on v2.3.4.
Worth noting if you're wanting to target the icon for styling on hover, this can be achieved using CSS:
.your-class:before {
.m-faContent("@{fa-var-solid-user-md}");
color: pink;
}
.your-class:hover:before {
color: green;
}
Can I choose to omit a URL in the replacement, and instead just show the description on hover with custom CSS styling?
I want to use this add-on both for some automatic linking, as well as providing definitions for technical terms used across our forum if at all possible.
Similar position here.
Back with Xenforo v1 I used to use the word censor replacement to add these abbreviations, I've just tested now with Xenforo v2 and unfortunately it doesn't output replacement text as HTML.
I may end up resorting to Javascript/jQuery to achieve my goals dynamically - but...
I emailed support trying to find out, as I have a big new forum project to build. Unfortunately they couldn't give me any kind of ETA.
I'm weighing up just starting to build before launch on v2.3 and the default theme, ready to hopefully upgrade without issue.