Download & Extend

I can not send message

Project:QTChat
Version:6.x-1.0-beta2
Component:User interface
Category:support request
Priority:major
Assigned:Unassigned
Status:active

Issue Summary

Everything seems to work as needed, but as soon as I try to send it doesn't work.

I type in box --> click ENTER button or on icon --> does not respond, text just sits there in Firefox
I type in box --> click ENTER button or on icon --> disappears, text never shows up or is sent in Chrome

I tried all version available... and configured everything as mentioned, but no text is responding (no submit or ENTER button works).

ANY suggestions, pleasssssse?

Comments

#1

you should test on a different theme to see.
I have noticed that the application works with different behavior depending on the chosen theme.

#2

Ah, mine is a custom theme.

I'll just have to dig in ;)

Thanks for the response!

#3

Fixed :)

Basically, page.tpl.php was wrongfully configured...
I put

<?php
print $scripts
?>
at the bottom of the page too, when it should have only been put at the top of head, below $styles

<?php
print $head
?>

<?php
print $head_title
?>

<?php
print $styles
?>

<?php
print $scripts
?>

I deleted the one

<?php
print $scripts
?>
on the bottom of the page and now it WORKS :)

Thanks for the awesome module.

nobody click here