Skip to content

rcurlette/Publish-Queue-Shortcut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tridion 2011 Publish Queue Shortcut GUI Extension

  • Adds a shortcut key 'q' to open the Publish Queue Window
  • Uses Tridion 2011 SP1
  • Create a new Folder on the CMS server in C:\Program Files\Tridion\web\WebUI\Editors\Shortcuts
  • Copy all files there
  • Register GUI Extension in the System.config file with this code:
<editor name="TridionShortcuts" xmlns="http://www.sdltridion.com/2009/GUI/Configuration">
      <installpath xmlns="http://www.sdltridion.com/2009/GUI/Configuration">C:\Program Files\Tridion\web\WebUI\Editors\Shortcuts</installpath>
      <configuration xmlns="http://www.sdltridion.com/2009/GUI/Configuration">Shortcuts.config</configuration>
      <vdir xmlns="http://www.sdltridion.com/2009/GUI/Configuration">Shortcuts</vdir>
</editor>
  • Flush browser cache. Test using the q key in any window. Note, it does not work if your focus is in a text box or control.

About

Publish Queue Shortcut

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published