Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • dominik 711 posts 733 karma points
    Mar 30, 2011 @ 11:59
    dominik
    0

    Related Links with little description

    Hello,

    I need a way to add a new textfield to the related links datatype called "description" which shows a litte text under each link.

    how can i solve this?

    Thanks

  • Daniel Bardi 927 posts 2562 karma points
    Mar 30, 2011 @ 12:36
    Daniel Bardi
    0

    It's a compiled datatype.  You'd need to get the source to modify it and package your own assembly.

  • dominik 711 posts 733 karma points
    Mar 30, 2011 @ 13:09
    dominik
    0

    ok is there any other solution how i can add a "description" to a related link?

    I thought I could do it by using a special character and replace it with some html stuff but i can only put some <br> but no div because i have to close it at the end of the link

     

     

  • Daniel Bardi 927 posts 2562 karma points
    Mar 30, 2011 @ 13:12
    Daniel Bardi
    0

    You could try your hand at some jquery

    You'd need to create a new C# class and inherit from ApplicationBase.

    In the constructor, you'd need to attached to the umbracoPage load event and insert your jquery in the page.

    the jquery could add the values you wanted.

Please Sign in or register to post replies

Write your reply to:

Draft