Hello everyone,
I get the following error message when I insert tags into a post. can anyone help me? Thanks a lot
XF\Db\Exception: MySQL query error [1364]: Field 'pth_is_loner' doesn't have a default value in src/XF/Db/AbstractStatement.php at line 217
XF\Db\AbstractStatement->getException()...
I have migrated my forum from WBB to XenForo. Everything has worked great.
But how can I make that the old urls are redirected to new ones with .htaccess?
Does anyone have an idea?
Thanks a lot
Hello and thank you for your answer.
unfortunately this does not work
I put that in the extra.less:
.p-navEl a[data-nav-id='windows']:before {.m-faContent("@{fab-var-windows}");}
but is not displayed.
am I doing something wrong?
here again my extra.less:
.p-navEl a:before {...
Hello,
i have added a forum icon to the navtab in my forum.
Everything works great except the one:
I use this code:
.p-navEl a[data-nav-id='windows']:before {.m-faContent("@{fa-var-windows}");}
and
.p-navEl a[data-nav-id='windows']:before {content:"\f17a";}
unfortunately you will not...