My idea was to reference the text field using render tags. So you have the standard field data on every page.
The references on your existing atxt_... elements can now be deleted. Then you use a render tag if-query (or just ASP (or just a conditional block mark)) to find out if the txt field has content. If this is true it shows the txt field otherwise it shows the referenced render tag text field as "fallback" The RQL approach is another way. Depends on you which way you prefer to go. On 2 Sep., 23:44, Stefan Buchali <[email protected]> wrote: > Hi, > references are structure, and structure in RedDot is always language > independent. > copying instead is content, and content is language dependent. > > So you will need to have some RQL scripting to perform this: > > 1) Read the element "atxt_content"... via RQL and save its guid. > 2) There is an attribute named "referencedelement" containing the guid > of the element where "Interesting referenced text here,...." is saved. > Save this guid, too > 3) Unreference the element > 4) Run through all language variants, read from elt guid 2 and save to > elt guid 1 > > All RQL commands you need for this are documented in the RQL > documentation which is available from RedDot / Open Text KC. > > Regards, > Stefan > > On 2 Sep., 09:08, Rafael Biermann <[email protected]> wrote: > > > > > Hey,, > > > I don't see the assignment to my problem!? Sry... > > > Greetz! > > > On 2 Sep., 03:30, markus giesen <[email protected]> wrote: > > > > Could this approach with render tags help you > > > here?http://www.reddotcmsblog.com/using-render-tags-to-translate-a-site-ea... > > > > I know this involves changing your setup, but might save you time on > > > long term? > > > > On 2 Sep., 00:14, Rafael Biermann <[email protected]> wrote: > > > > > Hey @ll, > > > > > within my project, I have a lot elements, which are referencing to a > > > > specific one in about 10 different languages. > > > > In SmartTree it looks like > > > > "atxt_content >>> Interesting referenced text here,...." > > > > > Now I want to copy the referenced content (in this case "Interesting > > > > referenced text here,....") into the element (in this case > > > > "atxt_content"), and this in all variants/languages. > > > > > If I just "Delete reference", all languages are affected, so I have to > > > > copy/paste the content manually into the element, which will take a > > > > LONG time. > > > > > So, is there a possibility to copy the content directly? I imagine a > > > > menu item like "Copy referrenced content and delete reference". > > > > > Any help would be nice! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/reddot-cms-users?hl=en -~----------~----~----~----~------~----~------~--~---
