Sorry for making stupid assumptions about how XF works. This is WAY easier than I had made it out to be! THANK YOU!
Probably just another stupid question, but how do I get the tooltip for each specific element to change to "Copied" after they are clicked? Updating the title like so...
Thanks for the response. So I had assumed that popper.js required bootstrap, but now its obvious thats not the case. I removed BS and added in popper.min.js by itself. Now I have what looks like unstyled and mispositioned popups. Looks like crap but at least there are no CSS conflicts and the XF...
I have almost gotten my site 100% sorted but running into an issue with tooltips. So, obviously Xenforo is using bootstrap components like tooltips natively. I am trying to use my own custom tooltips and there appears to be a conflict:
When I include the standard tooltips css like so:
<link...
Yeah, still doesnt work for me either:
Inspecting the element shows the following html:
<img src="/styles/default/xenforo/How2piLOGO.png" alt="How2Pi - SBC How Tos Made Easy" srcset="/var(--xf-publicLogoUrl2x) 2x">
Highlighted what I think the problem is. The src attribute is correct, but...
If I select text that includes line breaks and format it as inline code:
First line of text
Second line of text
Third line of text
For some reason the <code> tag doesnt span beyond any line breaks. Is there a way to force this?
It separates each line like so:
Preferred:
<code...
Thank for the response. After some more thought, I think what Im looking for is to be able to tag text like so:
sudo apt update
Is there a way to create a custom BB code like that so I can apply the appropriate css? Sorry for the noob questions...
How would I go about creating a custom text formatting option that will mimic the following behavior?
See it in action here: how2pi.com
Im working on moving my half baked "How to" instructional website to Xenforo and Id really like to carry over this functionality. If I can make it into a...