Product: Quark Publishing Platform (QPP)
Requirement of Mirroring the collection hierarchy in QPP
This new feature of QPP would be very helpful if a user needs to checkout two assets at the same time, that are saved in two different Collections and have same file name,
By default, QPP clients mirror the collection hierarchy on their local drive when they check out or get an asset. However, you can change this option.
Turning off collection mirroring: macOS
- For QPP Client, open the file ~/Library/Preferences/Quark/QPP/[QPP Framework Version]/com.quark.qpp.client.Quark Publishing Platform Client.config.plist, locate the following text, and change <true/> to <false/>:
<key>MirrorCollectionHierarchy</key>
<true/>
- For QuarkXPress, open the file ~/Library/Preferences/Quark/QPP/[QPP Framewor Version]/com.quark.qpp.client.QuarkXPress.config.plist, locate the following text, and change <true/> to <false/>:
<key>MirrorCollectionHierarchy</key>
<true/>
- For QuarkCopyDesk, open the file ~/Library/Preferences/Quark/QPP/[QPP Framework Version]/com.quark.qpp.client.QuarkCopyDesk.plist, locate the following text, and change <true/> to <false/>:
<key>MirrorCollectionHierarchy</key>
<true/>
Turning off collection mirroring: Windows
- For QPP Client, open the 'QPP Client.exe.config' file, locate the following key, and set value to 0.
<add key='MirrorCollectionHierarchy' value='1'/>
- For QuarkXPress, open the 'Quark.QPP.Client.config' file, locate the following key, and set value to 0.
<add key='MirrorCollectionHierarchy' value='1'/>
- For QuarkCopyDesk, open the 'Quark.QPP.Client.config' file, locate the following key, and set value to 0.
<add key='MirrorCollectionHierarchy' value='1'/>
Priyanka Bhotika
Comments