Help
Ask questions about how to do or fix things in Arrowchat
User avatar
sbucciami
Customer
 
Posts: 18
Joined: 11 Aug 2012, 08:02

 

by sbucciami 19 Dec 2012, 06:30

Hi,

this is the normal way to load jquery fro arrowchat:

<script type="text/javascript" src="/arrowchat/includes/js/jquery.js"></script>
<script type="text/javascript" src="/arrowchat/includes/js/jquery-ui.js"></script>


I wanna load jquery from google:

<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js"></script>

But if I use these lines the chat bar is small and positioned on the right low corner of the screen...

Why ?

Please gimme an answer or a solution ti fix this issue.

Thanks
User avatar
sbucciami
Customer
 
Posts: 18
Joined: 11 Aug 2012, 08:02

 

by sbucciami 19 Dec 2012, 09:21

Exc use me, I mean chat bar is small and positioned on the left low corner of the screen...
User avatar
Kerby
Customer
 
Posts: 27
Joined: 08 Dec 2012, 08:16

 

by Kerby 05 Jan 2013, 16:32

I would also know, how can I change jquery source to google apis in xenforo software. cause in xenforo the jquery-min.js is anyway loaded, so loading twice (jquery.js from arrowchat and jquery-min.js) is a little bit senseless in regarding to performance. but when I remove jquery.js script tag entry, clicking on a chatter in buddylist of arrowchat, nothing happens and opening buddy list starts the xenforo loading animation on the top right corner.
User avatar
Jason
Customer
 
Posts: 2356
Joined: 12 Dec 2009, 16:06

 

by Jason 05 Jan 2013, 17:12

It may just be an issue with the updated versions. If you look at our source, we are actually using Google:

Code: Select all
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> 
   <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js"></script>


Works fine.
User avatar
Staff Bot
ArrowChat Team
 
Posts: 8996
Joined: 07 Nov 2012, 13:41

 

by Staff Bot 16 Dec 2014, 00:26

[b]This thread has been locked because the last post is greater than six months old. There is a good chance that the information in this thread is outdated. Please open a new topic if you wish to discuss this further.[/b]