I put in [[spreadsheet?&width=600px&height=250px&id=5&math=true]] on an article and have the plugin installed and published/activated and all I get is a blank area on the page…nothing there but a blank space of where the spreadsheet should be.
Hi,
for some reasons spreadsheet sources url detected incorecctly.
Please, open file plugins/content/spreadsheet/spreadsheet_data.php, find method get_url and modify it like here:
Hi,
do you use any specific plugins to control users?
Please, open file plugins/content/spreadsheet/spreadsheet_data.php
Modify its code like here:
$conn = new GridCellConnector($res, $db_prefix);
echo "<pre>";
print_r($usergroups);
print_r($available_to);
echo "</pre>";
if (!dhx_can($available_to, $usergroups))
$conn->set_read_only(true);
$conn->render();
After that open in browser the follow link:
yoursite/plugins/content/spreadsheet/spreadsheet_data.php?sheet=5&dhx_math=true
Please, make sure that as minimal one user group from $usergroups array is included in $available_to array.