Edited by Gast234, 07 January 2008 - 11:33 PM.
Problem With Preview
Started by Gast234, Feb 21 2006 02:44 PM
4 replies to this topic
#1
Posted 21 February 2006 - 02:44 PM
delete
#2
Posted 21 February 2006 - 03:38 PM
At this point Etomite doesn't have the ability to disable the preview for published documents, but I do have a work-around to make it happen...
First, edit your manager/actions/static/document_data_static.action.php file by finding the line <?php if($content['published']==1) { ?>, around line 145, and changing it to <?php if($content['published']==1 && $show_doc_data_preview==1) { ?> and save...
Next, using phpMyAdmin, or another MySQL client, add the entry $show_doc_data_preview and give it a value of 0 and save... This config setting will allow the feature to be enabled or disabled...
No documents should be displayed in the preview pane with a setting of zero...
I will look into adding this config option into RTMb before its delayed release...
First, edit your manager/actions/static/document_data_static.action.php file by finding the line <?php if($content['published']==1) { ?>, around line 145, and changing it to <?php if($content['published']==1 && $show_doc_data_preview==1) { ?> and save...
Next, using phpMyAdmin, or another MySQL client, add the entry $show_doc_data_preview and give it a value of 0 and save... This config setting will allow the feature to be enabled or disabled...
No documents should be displayed in the preview pane with a setting of zero...
I will look into adding this config option into RTMb before its delayed release...
#3
Posted 21 February 2006 - 03:57 PM
delete
Edited by Gast234, 07 January 2008 - 11:33 PM.
#4
Posted 21 February 2006 - 04:27 PM
This option has been successfully added into Etomite 0.6.1-RTMb... There is now an option on the Etomite configuration > Interface and Editor settings tab panel named Enable Preview... Language file entries have also been created...
#5
Posted 06 March 2006 - 02:09 PM
delete
Edited by Gast234, 07 January 2008 - 11:33 PM.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users










