Hi
Been reading the othe threads about installng the Joomla module, but i can’t get i to work??
I’m using Joomla 1.7 and I’m not getting any errors JS or PHP ??
Teddy
Hi
Been reading the othe threads about installng the Joomla module, but i can’t get i to work??
I’m using Joomla 1.7 and I’m not getting any errors JS or PHP ??
Teddy
Hi,
you should follow this instruction to get it to work:
docs.dhtmlx.com/doku.php?id=dhtm … ide_joomla
Could you describe more in details how it doesn’t work?
I have done like described in the instruction, installing, activating, and inserting marker in article but nothing happens??
Nothing is visible, the marker, spreadsheet or error message!!??
Regards Teddy
Hi,
could you provide link to your spreadsheet page?
Hi,
please, open file plugins/content/spreadsheet/spreadsheet.php and modify the method get_url like here:
protected function get_url() {
return "http://www.danskpelargonieselskab.dk//plugins/content/spreadsheet/";
}
It looks like you’re using some specific redirection or something else.
Strange?? haven’t changed anything and now i works??
Regards Teddy
Hi,
there are differencies between
danskpelargonieselskab.dk/index.php/test
danskpelargonieselskab.dk/index.php/test
Spreadsheet works for the second, but doesn’t work for the first.
For some reasons code which detects url doesn’t work correctly (it may be caused by using some unusual redirections or something else).
So you should modify method get_url for returning correct url.