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
Comment #1
infojunkieTry setting variable
sheetnode_phpexcel_export_linksto FALSE.Comment #2
grn commentedGreat, thanks infojunkie!
I put this in my settings.php and cleared all caches (this will reload the settings.php variables too).
BR GrN.dk