Giter VIP home page Giter VIP logo

admincheckin's Introduction

Steps to install:

  1. Copy folder AdminCheckIn and drop in "<Tridion Install>\web\WebUI\Editors" folder

  2. Go to your WebRoot\bin folder and copy the dll's within that folder and drop in the "<Tridion Install>\web\WebUI\Editors\AdminCheckIn\bin" folder.

  3. Under the Tridion 2011 Website in IIS -> Navigate to WebUI\Editors directory 3a. Right Click and select "Add new application". Name the Application "AdminCheckIn" and set the physical path to the path you've just dropped the folder in step 1.

  4. Navigate to "<Tridion Install>\web\WebUI\WebRoot\Configuration" and open System.config 4a. Under the <Editors> element, add the element for your new WebUI: <editor name="AdminCheckIn"> <installpath>C:\Tridion\web\WebUI\Editors\AdminCheckIn&lt;/installpath> <configuration>C:\Tridion\web\WebUI\Editors\AdminCheckIn\Config\admincheckincm.config</configuration> <vdir>AdminCheckIn</vdir><!-- Must match IIS Virtual Dir name --> </editor> 4b. Make sure you put the correct installPath and configuration path and save and close.

  5. Go to "<Tridion Install>\web\WebUI\Editors\AdminCheckIn\Config" and open admincheckincm.config

  6. In the element: <customconfiguration> <clientconfiguration> <checkin> <admin> <checkInAdminUsername>AdminUser</checkInAdminUsername> <checkInAdminPassword>AdminPassword</checkInAdminPassword> </admin> <users> <group>group1</group> <group>group2</group> </users> </checkin> </clientconfiguration> </customconfiguration>

    6a. Fill in the checkInAdminUsername with the username of the Administrator you wish to impersonate 6b. Fill in the checkInAdminPassword wiht the password of the Administrator you wish to impersonate 6c. Fill in the group for the User Group you wish to enable this feature on. (You may specify more than one group) 6d. Save and Close and restart IIS

  7. Log in to Tridion as the user whose group is in the list of user groups you specified in the admincheckincm.config in step 5. When you select a Component or Page, right click to pull up the Context Menu. There you will see "Admin CheckIn" feature added.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.