Hi.

I have added a sheetnode to the forum entity on my Drupal 7 installation.

I am not able to remove the display of the following "save as" links. They don't work and they are there even though the "sheetnode field/widget" is not used.

Here is a live example: http://heleplanter.dk/hvor-meget-vand-om-dagen

How can I remove these links on the forum entity?

Links: Save as XLS ; Save as XLSX ; Save as CSV ; Save as PDF

Thanks
GrN.dk

Comments

infojunkie’s picture

Try setting variable sheetnode_phpexcel_export_links to FALSE.

grn’s picture

Status: Active » Closed (fixed)

Great, thanks infojunkie!

I put this in my settings.php and cleared all caches (this will reload the settings.php variables too).

/**PHP Excel disable links**/
$conf['sheetnode_phpexcel_export_links'] = FALSE;

BR GrN.dk