Page 1 of 1

Arrowchat 1.5

PostPosted: 24 Mar 2012, 08:17
by skyrie
Does this work for Arrowchat 1.5? It doesn't say that it has been updated. Thanks.

PostPosted: 24 Mar 2012, 08:43
by Voice4Vision
No it does not. Jason is gradually updating all necessary extensions. Of the extensions that have been updated, the extension page has not either. So it is a risk and discovery you will need to take on your own, or simply wait.

I do know that the HD Theme pack and the Sleek MP3 Player do not work yet. The others I have yet to try.

Voice4Vision

PostPosted: 24 Mar 2012, 21:25
by Jason
Voice4Vision is correct.

We're in the process of updating this pack. It's about half way done.

PostPosted: 28 Mar 2012, 07:32
by Jason
Update for v1.5 is done and is now downloadable.

PostPosted: 28 Mar 2012, 07:50
by Artax
Thanks for updating it.

Any chance to bringing back status change and theme change options etc?
Feels like there's loads of options missing in this pack compared to the default/stock theme.

Edit: wait a sec... maybe it's not the theme pack... there simply arn't any options for users to change themes and set away status etc at all since the 1.5 update. XD

PostPosted: 28 Mar 2012, 08:56
by Jason
Artax wrote:Thanks for updating it.

Any chance to bringing back status change and theme change options etc?
Feels like there's loads of options missing in this pack compared to the default/stock theme.

Edit: wait a sec... maybe it's not the theme pack... there simply arn't any options for users to change themes and set away status etc at all since the 1.5 update. XD

Users can still change themes; it is a setting in the admin panel. The option for busy and invisible status were removed in v1.5.

PostPosted: 28 Mar 2012, 10:41
by horse
Will the options for busy and invisible been come back?

PostPosted: 29 Mar 2012, 08:08
by horse
Problem! I have a dark web design and declared with css the color white as default text color! The field to enter the text message is in the HD-Styles invisible!

Had the same problem with the facebook style on 1.0.7 now the problem is gone with 1.5 and is now with the HD-Styles :(

PostPosted: 31 Mar 2012, 17:09
by onimaro
http://www.xxxxxxx/arrowchat/admin/

I get white page.... ???

PostPosted: 01 Apr 2012, 02:22
by Jason
horse wrote:Problem! I have a dark web design and declared with css the color white as default text color! The field to enter the text message is in the HD-Styles invisible!

Had the same problem with the facebook style on 1.0.7 now the problem is gone with 1.5 and is now with the HD-Styles :(

Something with textarea on your site is overriding it. I'd need to see to know what exactly it is.

PostPosted: 02 Apr 2012, 06:13
by MMaciel
message sync between browser tabs using push service works ?

PostPosted: 15 Apr 2012, 20:13
by Shillos
Hi there!

I found a bug in this theme while I changed to the Dark theme. I'm getting this message:

GET http://www.superclub-radio.org/arrowcha ... sub_bg.png 404 (Not Found) jquery.js:6
f.each.f.fn.(anonymous function) jquery.js:6
e.extend.each jquery.js:4
e.fn.e.each jquery.js:4
f.each.f.fn.(anonymous function) jquery.js:6
a.arrowchat.a.ajax.success
e.extend.each jquery.js:4
a.arrowchat.a.ajax.success
f.Callbacks.n jquery.js:4
f.Callbacks.o.fireWith jquery.js:4
w jquery.js:6
f.support.ajax.f.ajaxTransport.send.d

Using latest version of arrowchat 1.5.11 on buddypress 1.5.5

Any solution please?

PostPosted: 15 Apr 2012, 22:20
by Shillos
ok finally i got to debug it my self... found this in the theme of dark_hd/css on style.css in line 216

.arrowchat_chatroom_message_area{padding:3px 5px 3px 5px;border:0px;background:url(themes/hd/images/sub_bg.png) repeat-x top left;outline:none;text-align:left}

replaced the word hd with <?php echo $theme; ?> where finally it would look like this:

.arrowchat_chatroom_message_area{padding:3px 5px 3px 5px;border:0px;background:url(themes/<?php echo $theme; ?>/images/sub_bg.png) repeat-x top left;outline:none;text-align:left}

Just in case anyone comes across this bug...

It works fine now! :-)

PostPosted: 15 Apr 2012, 22:21
by Shillos
I better check the other HD themes too..

PostPosted: 16 Apr 2012, 00:51
by Jason
Thanks Shillos -- I've updated the package.

Topic Closed

PostPosted: 07 Nov 2012, 12:40
by Staff Bot
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.