Arrowchat 2.0 fresh installation on xenforo when I implement:
- Code: Select all
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
after the needed css line and before </head>, then in a thread the forumpost checkboxes can't be selected anymore - like forum moderators normally can select multiple forumposts in a thread for moderating (i.e. moving posts into other thread).
I didn't implement following line, because xf has already jquery 1.11.0 loaded before in <head>:
- Code: Select all
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
2 other issues:
- profile page looks little bit wrong, all profile pages tabs contents are shown all together on first page of a profile page.
- on forum homepage in the sidebar with newest profile messages, the "..." textlinkbutton doesn't work and when hovering on it the chatbar or browserwindow gets a horizontal scrollbar.
Arrowchat works on desktop even without jqueryui, but buggy on mobile. with jqueryui, all works fine on mobile. So I need the file for mobile, but I to remove the jqueryui.js due to xf complications.
Can you please help/fix?
Component:
Mobile Chat
ArrowChat Version:
2.0.x