|
|
stackoverflow.com
- 2012-06-19 15:24:27
- Similar
- Report/Block
In a DD4T View I am trying to pick the value of Path of the keyword inside the Category. foreach(var category in @Model.Categories) if (category.Title.Contains("Taxonomy")) { str = category.Keywords[0].Path; break; } but getting null in @Model.Categories. Error: Object reference not set to instance of the object. Although data exist...
|
|
|
stackoverflow.com
- 2012-04-14 00:14:22
- Similar
- Report/Block
I do have a quick question to be hammered out. Seems like simple but I been trying all the ways but couldn’t get through. In SDL Tridion, Dreamweaver template, I have to set a relative path to my image in Page Template. Tridion produces output as below when I do have code like this in DWT. Input. (I have removed open and close tag of imag...
|
|
|
stackoverflow.com
- 2012-03-09 22:06:46
- Similar
- Report/Block
I am a web designer and developer and I am doing some research into SDL Tridion. I am looking for some examples of sites that are built using Tridion, but I am having a hard time confirming any. Tridion posts case studies on their website for big names like Canon, ING, Mitsubishi, and KLM, but they never actually link to any sites. Also I...
|
|
|
|
stackoverflow.com
- 2012-04-30 12:56:10
- Similar
- Report/Block
I'm trying to use Tridion's ContentManagment API to retrieve taxonomy categories and keywords, but I'm running into an Access denied error. I have the following method: public Dictionary<string, string> GetKeywords(string tcmUri) var result = new Dictionary<string, string>(); try { // _settings.ImpersonationUser = "MYDOMAI...
|
|
|
stackoverflow.com
- 2012-04-08 19:18:45
- Similar
- Report/Block
In my controller I have: Category x = new Category(1, "one", 0); Category y = new Category(2, "two", 1); Category z = new Category(3, "three", 1); List<Category> categories = new List<Category>(); categories.Add(x); categories.Add(y); categories.Add(z); ViewData["categories"] = categories; And in my view I have: <%...
|
|
|
stackoverflow.com
- 2013-02-26 10:50:06
- Similar
- Report/Block
I am working on an application that have some categories. The aim is to store the categories in a value. First, I choosed to store them in an int. Categories : 0, 1, 2, 3... Then I do a bitmask operation to find which category was selected. But the problem is that I can't store more that 31 categories is this int. Is there any way to make...
|
|
|
stackoverflow.com
- 2012-02-20 16:29:31
- Similar
- Report/Block
I've just configured my CME site with a new host header. The old header still works correctly, but when I use the new one I get an error "Unable to connect to the remote server". I can't see anything in the Event Viewer, any idea what this might be, or where to look for more info?...
|
|
|
|
stackoverflow.com
- 2012-04-05 14:21:06
- Similar
- Report/Block
I am customizing the ribbon toolbar and adding a button to it.Whenever I click on that button,it will open a aspx page allows authors to select some data, which gets appended to the existing RTF field content. But when popup is opened it is having the below error in the browser(Internet Explorer). Webpage error details User Agent: Mozilla...
|
|
|
stackoverflow.com
- 2011-04-08 07:04:11
- Similar
- Report/Block
Can anyone suggest links, videos, or code samples to get started with the SDL Tridion Web Content Management System?...
|
|
|
stackoverflow.com
- 2013-03-25 17:37:41
- Similar
- Report/Block
I'm trying to write some linq which searches for items where the value in the stored item matches any of the values in a list - I can do this easily if it's a list of strings & searching for a string, but when it's a list of enums (ints) I can't figure it out. List categories = new List(); categories.Add(MyEnum.Fred); categories.Add(MyEnu...
|
|
|
stackoverflow.com
- 2012-05-14 03:32:47
- Similar
- Report/Block
I have two arrays. One is $categories which contains all categories retrieved from my db and the other is $preSelectedCategories which contains the categories that needs to be pre-selected in my check box list when my form is loaded. I tried to do this: labelEx($model,'category_id'); ?> checkBoxList($model, 'category_id', $categories, $...
|
|
|
getk2.org
- 2012-10-12 11:02:08
- Similar
- Report/Block
Bonjour, je cherche a créer un listing directory avec K2. Tout d'abord afficher toutes les catégories et sous catégories via un lien du menu. Or quand je choisis toutes les catégories via le menu de joomla il ne m'affiche pas les catégories mais les elements la contenant. Comment procéder pour avoir comme sur le site demo de getk2, une li...
|
|
|
|
getk2.org
- 2012-08-09 01:07:02
- Similar
- Report/Block
Hello, i installed k2 extensions on joomla and installed successfully, i created the category and items for k2 and menu for k2 categories then published in website, if you click on the k2 categories menu its giving 403 error i don't know why is error showing now, two weeks before its working properly now only k2 contents are not working.
|
|
|
getk2.org
- 2013-06-10 13:14:00
- Similar
- Report/Block
Yes perfectly normal, trashed categories are the ones that can be selected and erased.
|
|
|
stackoverflow.com
- 2013-03-11 10:10:53
- Similar
- Report/Block
Is there any method in tridion core services which can give me a list of components published on a specific target. Using search filter data i can get the component which are published it will not give me result for a specifi target. Regards, Rajendra...
|
|
|
stackoverflow.com
- 2012-05-07 07:43:26
- Similar
- Report/Block
There are many multimedia types in Administration folder in tridion server. I want to write a method which returns the tcm id on the basis of mime type ex for gif mime type it should return "tcm:0-1-65544" Can anyone have an idea over this? Thanks in advance...
|
|
|
stackoverflow.com
- 2012-03-10 12:18:16
- Similar
- Report/Block
We are done migrating a website from old CMS to SDL Tridion. We have thousands of clients out of which <5 are migrated. Not lets say we need to automate migrating rest of the thousands clients obviously we can not use manual effort. Is there a way to develop automation solution against SDL using any APIs it may provide? If yes where ca...
|
|
|
stackoverflow.com
- 2012-03-02 09:44:17
- Similar
- Report/Block
I'm using the Tridion Core Service (Tridion 2011 SP1) to retrieve a list of keywords for given Category ID. CoreService2010Client client = new CoreService2010Client(); XElement xmlCategoryKeywords = client.GetListXml(category.Id, new KeywordsFilterData()); This returns what seems to be a...
|
|
|
|
stackoverflow.com
- 2012-07-18 18:51:21
- Similar
- Report/Block
I am passing a variable into a URL, which then calls an API filtered by the variable passed. However, I can't seem to get the JSON to load, and returns an Invalid Error in Console of Firebug in JS. Thoughts? $("a").click(function() { var apiurl = "http://api.example.com" + $(this).text() + "&limit=500" + "?callback=?"; $.ajax({ url...
|
|
|
stackoverflow.com
- 2012-03-29 14:18:59
- Similar
- Report/Block
I have a store where I need to echo the product categories individually and separately at different places on the page so other solutions don't work. I also want to list the most child categories. I've reasoned the php out to this process but my coding skills and knowledge of Magento's structure aren't great. 1) Get product id. (Achieved)...
|
|
|
stackoverflow.com
- 2013-03-04 14:54:38
- Similar
- Report/Block
i am trying to fetch record for core database but it is giving me given below error. Error on line NSArray *results = [moc executeFetchRequest:request error:&error]; Here is full code of fetch request. NSManagedObjectContext *moc = [delegate managedObjectContext]; NSPredicate *predicate =[NSPredicate predicateWithFormat:@"NOT (serverId IN...
|
|
|
|
stackoverflow.com
- 2012-07-21 14:01:37
- Similar
- Report/Block
I just started working with Highcharts and am trying to load categories from API data I have and I can't seem to call my options object that I set before the request var categories = []; $.ajax({ url: url, data: '', type: "GET", contentType: "application/json; charset=utf-8", dataType: "jsonp", success: function (result) { $.each...
|
|
|
stackoverflow.com
- 2012-08-25 16:10:42
- Similar
- Report/Block
This is an odd issue. All of our categories are showing up in the Magento admin category area but when we try and add new products we cannot assign them to specific categories because they don't show up. I have tried manually adding a simple product and a configurable product but the only category that I have available is the default cate...
|
|
|
getk2.org
- 2012-09-08 12:12:02
- Similar
- Report/Block
Hello, I am Mili and wish to know if you can add a module or component for K2 which will enable Users from various groups see only the categories to which they have the permission and not all the entire categories. That can be stressfull in case there are lots of categories. Thanks I am a student and working for a website for my village.
|
|
|
|
stackoverflow.com
- 2012-05-26 13:05:00
- Similar
- Report/Block
i have created different pages for all these categories. books, mobiles,comp. etc now i want to put this type of navigation menu(as shown in figure) in all pages and open page should highlight the corresponding menu link. should i create a schema which contains text and a link and make it multivalued. so then i create a component and fina...
|
|
|
stackoverflow.com
- 2013-05-04 16:12:15
- Similar
- Report/Block
If i have array List of words (String). I want to get lexical category of every word. Word Net has noun categories, verb categories and others. I want to get category of each word. How to get this in java using JAWS.
|
|
|
techguy.org
- 2012-07-22 06:56:36
- Similar
- Report/Block
dear friends, i am a newbie, in need of ur help in retrieving old chat msg in gmail which i deleted 3 days back and not finding it in trash too. But dont know where to post. Can anyone help me please ?...
|
|
|
|
stackoverflow.com
- 2012-03-23 21:04:59
- Similar
- Report/Block
I'm using the SDL Tridion event system to fire a method (OnEmergencyRelease) once a Workflow Activity has been completed. However my method isn't being entered during testing, where i'm stepping some components through the workflow process. I'm subscribing using the following code: EventSystem.Subscribe<Component, FinishProcessEventAr...
|
|
|
getk2.org
- 2013-04-11 21:16:34
- Similar
- Report/Block
HI; I've sucessfully been able to add an h3 title: Blog Categories to the custom Code settings, BUT When I try to add a class to the H3 tag and a div with a class: Blog Categories all I get as output is : Blog Categories Yet in the module params in the DB, I can see the code is there : "customCode":" Blog Categories<\/h3>\r\n <\/div>"...
|
|
|
getk2.org
- 2013-03-01 20:11:04
- Similar
- Report/Block
is an easy way to assign multiple categories to K2 items without hacking the K2 core. Fully Compatible with Joomla! 2.5 Joomla! 3.0 Where it excels: Multiple Categories for K2 Items Leaves core untouched Known issues: Displays only the main category next to “Published in” in the category and item view. Still trying to find a non-k2-core-i...
|
|
|
|
brobible.com
- 2013-03-13 11:42:49
- Similar
- Report/Block
The one about Toy Story, when you think about it, is extremely disturbing... Categories: {categories} Life Tags: links nostalgia...
|
|
|
stackoverflow.com
- 2012-04-21 22:21:06
- Similar
- Report/Block
I am using Ruby on Rails v3.2.2 and I would like to use plural names for nested resources. That is, in my config/routes.rb I have (note: "category" and "article" are sample resources): resources :categories do resources :articles do collection do get 'one' post 'two' put 'three' end member do get 'four' post 'five' put 'six' e...
|
|
|
stackoverflow.com
- 2013-05-01 15:24:39
- Similar
- Report/Block
I'm wondering if you can help me write a scope method for Rails that I'm having a little trouble completing. I have an app where users can ask questions. The questions are classified according to both categories and tags i.e. Question.rb has_many :categories Question.rb has_many :tags When I show a question, I want to have a feature that...
|
|
|
|
getk2.org
- 2013-02-21 23:01:21
- Similar
- Report/Block
This is the K2 Tools module With "Select module functionality" parameter set to "Categories List(Menu)"...
|
|
|
brobible.com
- 2013-02-27 17:13:52
- Similar
- Report/Block
When your Bro spots you at the gym, try not to make him deadlift the weight off your chest. Also, hope his spotting methods aren't as aloof as Dom Mazzetti's Categories: {categories} Sports Tags: bro science dom mazzetti video...
|
|
|
getk2.org
- 2013-04-18 01:36:43
- Similar
- Report/Block
Well, I had the same issue as well. Whenever I tried to create a new category after a fresh install of K2 (no matter it's new or old, 2.5+) it just gave me 500 error up. I actually moved my Joomla installation from Windows WAMP server to a Production Linux Web server. I had to update my joomla tmp/log directory configuration from Global S...
|
|
|
|
stackoverflow.com
- 2012-03-18 05:18:45
- Similar
- Report/Block
I am using https://github.com/mattn/gist-vim and installing it as a submodule with vim pathogen in my bundle directory. I have also set git config --global github.user calvinchengx git config --global github.token [mysecrettoken] I am able to get commands such as Gist -l working fine, with this command retrieving a list of gists belong...
|
|
|
stackoverflow.com
- 2012-03-19 05:16:32
- Similar
- Report/Block
I have a declared an Object something like below: var seriesOptions = { y: 99 In my code I keep creating adding new objects and add as a property to seriesOptions object : drilldown = { categories = { z: 20; values = { Then: seriesOptions['drilldown'] = drilldown seriesOptions.drilldown['categories'] = categories; seriesOptions.drilldown[...
|
|
|
bbfr.net
- 2013-04-21 03:01:55
- Similar
- Report/Block
Bonsoir ! Ayant adopté l'option des catégories par onglet (comme sur ce topic -> http://forum.forumactif.com/t301747-plus ieurs-categories-par-onglet), je cherche à atteindre les conteneurs de catégories précises. Donc en atteignant l'id généré par le code, qui se résume à un chiffre. (0, 1, 2, 3, 4, 5, 6) Seulement voilà, j'ai beau varier...
|
|
|
|
developpez.net
- 2013-04-26 01:54:54
- Similar
- Report/Block
Bonsoir, J'ai un fichier XML de ressemble à ca: Code: J'ai crée deux classe pour la structure xml que voici: Class Prestashop Code: import java.util.List; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlRootElement ; @XmlRootElement(name = "Prestashop") class Prestashop{ @XmlElement(required = true) priva...
|