tridion-2011

Is it possible to remove the “Upload MM Component” button from the SDL Tridion 2011 Ribbon

China☆狼群 提交于 2019-12-30 18:43:59
问题 This button causes a lot of problems for my client, as it always uses a predefined Schema. I can't find a way to remove this button with my Editor config. I have done this with other buttons, but these buttons are implemented in some sort of sub-group. On my personal sandbox machine, I tried removing the commented out control in the extract of the ../WebUI/Editors/CME/Controls/Toolbars/Tabs/CreateRibbonPage.ascx file shown below: <c:RibbonSplitButton runat="server" CommandName="NewComponent"

Creating anchor links in rich text fields with SDL Tridion 2011 SP1

ぃ、小莉子 提交于 2019-12-29 07:47:14
问题 I am trying to use the anchor button in a RTF field of a Component, and getting unexpected behavior. Using the Chrome Browser from the design view, I highlight/select the heading (i.e. <h2>My Heading</h2> ) I want to use as an anchor, and press the anchor button and enter the anchor name (i.e. my_place). This results in the following code being displayed in my source tab: <a name="my_place" id="myplace"/><h2>My Heading</h2> This causes render problems when displaying the HTML in a browser due

400 error (Bad Request) creating a Page with Experience Manager

故事扮演 提交于 2019-12-24 08:21:59
问题 I have an SDL Tridion 2011 SP1 HR1 image in which Experience Manager is installed. I can successfully browse my staging site, log in to ExM and change content and pages. However, when I try to create a new page I get a 400 (Bad Request) error. This is the logged error: Unable to update the changes using OData Service. The remote server returned an error: (400) Bad Request. Component: Tridion.SiteEdit.FastTrackPublishing Errorcode: 1003 User: NT AUTHORITY\NETWORK SERVICE StackTrace Information

Create Multimedia component with Metadata fields.using core service

孤人 提交于 2019-12-24 00:52:02
问题 I am creating Multimedia components using core service and everything is working fine. But when Metadata schema fields are defined on the Multimedia schema using which I am creating my Multimedia components then I am getting following error:- Unable to find http://www.tridion.com/ContentManager/5.0/DefaultMultimediaSchema:Metadata. This message is displayed when I have given Default Multimedia schema's TCM ID for Multimedia component. As metadata fields are saved in Tridion Database so I

Personalizing Content

邮差的信 提交于 2019-12-23 22:06:11
问题 i have a usecase where i want to personalize the content, that a visitor see based on his information saved in Audience Manager.(i have added a keyword "personalize" for one of the contact "x").For this I have created a a target group, defined its characteristics and tracking keys(defined personalize > 0). After this, i associated the Target group with a component presentation and Published the Page When i logged in with "x" credentials i was unable to see that component presentation on the

Dynamic drop downs in Tridion designing in schema in SDL Tridion 2011 SP1

旧城冷巷雨未停 提交于 2019-12-23 18:11:12
问题 I am working on a Schema creation in SDL Tridion 2011 SP1. I have struck at one thing. I have to display three drop downs to user. List: Country List:State List:Location If the user selects one country in the drop down, need to populate the states according to it. Depending the selected state I have to populate Locations. I thought of implementing through Categories. Created categories to countries Created States as Abstract Keywords under for each country. Created locations as Normal

Can we show a different tooltip when a Dashboard Button is disabled?

断了今生、忘了曾经 提交于 2019-12-23 16:23:07
问题 I'm working specifically with the PowerTools extensions for Tridion 2011, but this applies to any Anguilla extension with buttons in the dashboard. We can set <ext:title> to get a hover-over tooltip. User hovers over the GUI extension button to see this text. See example for the "count items" extension in the config. <ext:extension assignid="CountItems" name="Count Items" pageid="Power Tools" groupid="Tools"> <ext:command>PT_CountItems</ext:command> <ext:title>Count Items</ext:title> <ext

How to Extend “CheckOut” Command in SDL Tridion 2011 SP1?

早过忘川 提交于 2019-12-23 15:44:43
问题 I am trying to extend the "CheckOut" command of Tridion, and as of now I am trying to display my own message and am expecting the OOTB CheckOut action needs to be place when i click "CheckOut" option from the ribbon tool bar. I have created the config file and .js file as given below, i have made changes in the System.config as well and created the virtual directory also. However my .js not fired and not displaying my custom message. config.xml <?xml version="1.0"?> <Configuration xmlns="http

Tridion.AudienceManagement.API throws exception during initialization

二次信任 提交于 2019-12-23 15:20:58
问题 I have created a console application that performs simple actions on the Tridion.AudienceManagement.API API. When I start the application, the first thing it does is reference UserContext.Current , at which point I get the following exception. The type initializer for 'Tridion.AudienceManagement.DomainModel.Utilities.Configuration' threw an exception. at Tridion.AudienceManagement.DomainModel.Utilities.Configuration.get_LogFolder() at Tridion.AudienceManagement.DomainModel.Utilities.Logger

How to get the complete set of Embedded field values in a popup window in the Tridion Web GUI?

落爺英雄遲暮 提交于 2019-12-23 12:58:07
问题 I implemented a ribbon tool bar button for Tridion 2011 SP1, which opens an aspx page and populates a drop down list based on a look-up component. The look-up component comprises of different embedded schemas. To filter out the values based on embedded schema name I need to get the Embedded schema field values of component creation page on button click in button JavaScript. Because in my component creation page consists of multivalued Embedded schema field has the info, which helps look up