I installed this module on my testing site over here http://www.jezebeltempting.com/?q=chatrooms/chat/1 no matter what I try I can not get this thing working :( There are no errors I can find anywhere and when you hit send to write your text it just does nothing... I have tried asking for help on IRC and searching the site with no luck... If anyone has a clue please let me know over here or email me brannfenix@gmail.com
Ever gotten sick of clicking on your special Rich-Text input filter for TinyMCE when you use the editor? Ever forgotten to? Ever had a user nuke all the whitespace in a node by editing it in TinyMCE with the "filtered HTML" input format on? Well... I have! And now I've made a solution.
I'm interested in implementing some ajax functionality in a module I'm trying to code. Anyone have any experience or know of a tutorial to use dojo with drupal?
Thanks
I've got a module that I'm developing that uses a javascript import.
Everything works fine except that the drupal_add_js does not work unless I specifically print drupal_get_js.
The code that I'm using looks like this:
drupal_add_js('misc/collapse.js');
This doesn't appear to work (no script output in html) unless I do the following:
Now the weird thing: this works perfectly as long as i'm logged in as admin, but when i logout, the $url variable gets me to the base path (thus can not get the path from the node anymore). So anonymous users (about all visitors of the site) can't see this link!