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.
I can see that "bdattachmentstore_engine" and "bdattachmentstore_options" are both there but all data seems to be set to NULL.
EDIT: Actually jumping ahead I can see real values for many rows.
@xfrocks I'm having some issues after updating to the latest version, we tested a migration to S3 (then did a U-Turn for other reasons) and reverted back to using the '/data/' directory on our own server. Seemed solid for a couple of days, then some attachments started going walkabouts, trying...
Just to feedback to the public forum and praise the level of support from @wmtech, excellent service - they provided an SQL query to update the counters on request.