Copied to clipboard

Flag this post as spam?

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


  • Peter Hjortlund 5 posts 25 karma points
    Dec 02, 2013 @ 16:08
    Peter Hjortlund
    0

    Need help in umbraco to create absolut links in the website

    Hi AllI need help in umbraco to make it possible with absolut links in the website running on Umbraco. I dont know if I can do it my self or I will pay the right person to help me.AS IS:<td><a href="/pegi.aspx" title="PEGI mærkning"><img src="/media/21430/pegi-front.png" width="128" height="49" alt="Pegi-label"/></a>TO BE:<td><a href="http://www.spillemaskinen.dk/pegi.aspx" title="PEGI mærkning"><img src="http://www.spillemaskinen.dk/media/21430/pegi-front.png" width="128" height="49" alt="Pegi-label"/></a>Best regardsPeter

  • Alex Skrypnyk 6133 posts 23952 karma points MVP 7x admin c-trib
    Dec 02, 2013 @ 16:15
    Alex Skrypnyk
    1

    Hi Peter,

    It's very simple with Umbraco.

    Just set 'useDomainPrefixes'=true in UmbracoSettings.config, NiceUrl returns the url including the domain.

    Look http://our.umbraco.org/wiki/reference/umbracolibrary/niceurl for more information.

    Thanks,

    Alex

  • Peter Hjortlund 5 posts 25 karma points
    Dec 02, 2013 @ 18:25
    Peter Hjortlund
    0

    Hi Alex

     

    Thank you for information, I changed as below in the umbracosettings file

    from :

     <useDomainPrefixes>false</useDomainPrefixes>

    To :

     <useDomainPrefixes>true</useDomainPrefixes>

     

    But I don't think it is working - there is no change in the url - have I forgot something ?

    Thank  br Peter

     

     

  • Alex Skrypnyk 6133 posts 23952 karma points MVP 7x admin c-trib
    Dec 02, 2013 @ 18:27
    Alex Skrypnyk
    0

    how do you create links ? 

    could you show me code ? 

    Thanks,

    Alex

  • Peter Hjortlund 5 posts 25 karma points
    Dec 02, 2013 @ 22:10
    Peter Hjortlund
    0

    Hi Alex

    I am creating the links in the umbraco admin modul - is that what you mean ?

    I just made this link from the Umbraco admin-modul : <p><a href="/nyhedsbrev.aspx" title="nyhedsbrev"><img src="/media/440050/logobox_thumb_small61.jpg" width="33" height="61" alt="logobox_thumb_small61" style="float: left;"/></a></p>

    Alex - thanks for helping me

    br Peter

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Dec 03, 2013 @ 07:27
    Richard Soeteman
    0

    Hi Peter,

    Do you have access to the templates at all? Are you using Razor or XSLT for your macro's?

    Cheers,

    Richard

  • Peter Hjortlund 5 posts 25 karma points
    Dec 03, 2013 @ 11:41
    Peter Hjortlund
    0

    Hi

     

    First of all - I am not a skilled developer :-)

     

    Is it from inside the umbraco admin modul you are talking about, yes I have access to all the templates ... see the pictures I have put in here.

    br Peter

     

  • Peter Hjortlund 5 posts 25 karma points
    Dec 07, 2013 @ 19:21
    Peter Hjortlund
    0

    Hi All

     

    Is there no solution in my umbraco to make ABSOLUTE URL ?

    Thanks in advance

    br Peter

  • jaygreasley 416 posts 403 karma points
    Dec 10, 2013 @ 14:45
    jaygreasley
    0

    Hi Peter,

    If you look in those xslt templates you will see the code that outputs the links.

    You may need to change the code to use niceUrl ( http://our.umbraco.org/wiki/reference/umbracolibrary/niceurl ) which will then output the full link.

    If you need a hand then email me [email protected] and I can take a look for you.

    Jay

  • Ciaran McCusker 54 posts 93 karma points
    Oct 15, 2014 @ 13:00
    Ciaran McCusker
    0

    Hi,

    You prob have got sorted with this but just in case you needed any other freelance work or assistance, I am a certified developer based in Ireland and can provide references from other clients I do work for.

    Thanks,
    Ciaran
    www.codeforcreatives.co.uk 

Please Sign in or register to post replies

Write your reply to:

Draft