Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
en:extensions:webdav [2014/02/01 16:39]
swarnat Page moved from en:vtiger_6.0:extensions:webdav to en:extensions:webdav
en:extensions:webdav [2014/03/25 11:50] (current)
swarnat [Setup]
Line 11: Line 11:
 ===== Setup ===== ===== Setup =====
  
-Extract all files of the module archiv and upload them to a directory /webdav in your vtigerCRM Root directory (The directory which contains the vtigerversion.php). +  * Extract all files of the module archiv and upload them to a directory /webdav in your vtigerCRM Root directory (The directory which contains the vtigerversion.php). 
-Copy **config.inc.sample.php** to **config.inc.php** and configure like you want. (LicenseKey will be generated in the next step)  +  ​* ​Copy **config.inc.sample.php** to **config.inc.php** and configure like you want. (LicenseKey will be generated in the next step)  
-Open this directory in your browser (URL in this way: http:/ /<​yourvtigercrmdomain>/​webdav and you will see a license error. Copy the siteURL, which is shown on this page. +  ​* ​Open this directory in your browser (URL in this way: http:/ /<​yourvtigercrmdomain>/​webdav and you will see a license error. Copy the siteURL, which is shown on this page. 
-Login into my CustomerPortal and generate the License Code with exactly this siteURL. +  ​* ​Login into my CustomerPortal and generate the License Code with exactly this siteURL. 
-Insert this LicenseKey into your config.inc.php File in the variable $licenseKey +  ​* ​Insert this LicenseKey into your config.inc.php File in the variable $licenseKey 
-Refresh the Browsertab with the webdav directory. You now should see a file structure+  ​* ​Refresh the Browsertab with the webdav directory. You now should see a file structure
  
 <WRAP center round important 100%> <WRAP center round important 100%>
Line 127: Line 127:
 ==== $deactivateCompleteIDListing ​ ==== ==== $deactivateCompleteIDListing ​ ====
  
-If you use the [[en:​vtiger_6.0:​extensions:​webdav#​ID|ID Handler]] you could configure if you want to see a list of all ID's available in a module, which could be take a long time to generate and transfer.+If you use the [[webdav#​ID|ID Handler]] you could configure if you want to see a list of all ID's available in a module, which could be take a long time to generate and transfer.
 Because this handler is implemented to be used automatically from software, you probably could set this to **false**. Because this handler is implemented to be used automatically from software, you probably could set this to **false**.
 This don't prevent you from access the Records! You only need the full URL to the record. (/​Modules/​Accounts/​123/​) This don't prevent you from access the Records! You only need the full URL to the record. (/​Modules/​Accounts/​123/​)