Forum Discussion

mstagi's avatar
mstagi
Guide
13 years ago

How to access default components

We want to break up the top of our TKB component "Knowledge Base Meta Header" and use part of this for a new component.  But in the components section we only have access to the components we have created.  How can we view the Lithium components so we can use part of it for a new custom component?

 

Thanks,
mark 

4 Replies

  • BilginM's avatar
    BilginM
    Khoros Alumni (Retired)
    13 years ago

    Unfortunately this is not something we can do. If you'd like some customization work done, we could pass you to Professional Services for scoping.

     

    If you provide more information on what you want we may be able to give you some additional guidance, but since that's all you've asked for the above is what applies.

  • mstagi's avatar
    mstagi
    Guide
    13 years ago

    Thanks for the reply.  Basically one thing we are trying to do is take the kudo component (which includes kudos plus the started and modified section all on one line)  we want to break this apart and add only the kudo to a new custom component so we can place this in a specific place.

     

    All we really need is the code for the kudo section of the component so we can make our own Kudo compnent.  

     

    Thanks<
    Mark 

  • KrisS's avatar
    KrisS
    Khoros Alumni (Retired)
    13 years ago

    Hi Mark,

     

    The code for kudos is <component id="kudos"/>

     

    -Kris

  • nathan's avatar
    nathan
    Executive
    13 years ago

    I assume a custom component could be written using JavaScript and the REST API to extract the necessary data, but that would probably be a lot of effort.

     

    Is the kudos data accessible via FreeMarker?