Help
User avatar
Customer
27 Posts

Tickets by User

Ticket By Kerby 30 Dec 2016, 20:46

Description:
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
User avatar
Customer
27 Posts

Ticket By Kerby 02 Jan 2017, 18:53

I've got the same issue on xenforo default style, so it seems not style related.
User avatar
Customer
27 Posts

Ticket By Kerby 02 Jan 2017, 21:21

Sorry, the issue is third party style related. It works on xenforo default style with jqueryui activated, but it doesn't work nicely on third party style UI.X (Link).

Can you please help?
User avatar
Customer
27 Posts

Ticket By Kerby 03 Jan 2017, 07:36

I've got it fixed. The issue was probably that I linked the jquery file from google library with same filename with Xenforo Default Jquery file, so it interfers. Now it works, when i link to the standard jquery file packed in arrowchat/includes path, because it has different filenames.

You can close ticket.

Status Change

Changed ticket status from "New" to "Support request"
Action performed by Jason ยป 09 Jan 2017, 15:36