I installed the chatroom module in 'modules/contrib' instead of 'modules' and I have errors as the path is hard coded in your code.
I installed the chatroom module in 'modules/contrib' instead of 'modules' and I have errors as the path is hard coded in your code.
Comments
Comment #1
pvasener commentedAnother directory problem:
The url of my test site is http://www.example.com/test
at line 660 of chatroom.module, you wrote:
drupal_add_link(array("rel" => "stylesheet", "type" => "text/css",
"href" => ($clean_urls ? '/' : '') . 'modules/chatroom/chatroom.css'));
such that the css is lookup there:
http://www.example.com/modules/chatroom/chatroom.css
instead of there:
http://www.example.com/test/modules/chatroom/chatroom.css
Comment #2
Anonymous (not verified) commentedComment #3
Anonymous (not verified) commentedthanks again for the bug report.
i've applied some changes to cvs - could you test that it works ok for you now in a subdirectory?
Comment #4
pvasener commentedIt works perfectly. Thanks again !
Comment #5
Anonymous (not verified) commented