Reg:skin title.
Last Post 04/14/2009 8:52 AM by Joseph Craig. 3 Replies.
Author Messages
nagachaitu.net
Nuke Active Member
Nuke Active Member
Posts:22


--
04/13/2009 6:49 AM
    Hi,

    In my site ,i used heading as

    Teaser tekst, linket...

    which you can see in the below site:

    http://www.scientific-concepts.net/...fault.aspx

    is there any option such that through admin interface i can change this header text,instead of changing it in the particular skin.htm file in the server,

    Thanks in advance.

    Joseph Craig
    DNN MVP
    Posts:11667


    --
    04/13/2009 7:45 AM
    If that text is in the skin file, you'll need to change it in the skin file.

    But here are some other possibilities.

    If the text is wrapped in a named HTML element, you can use jquery or javascript to change it dynamically.

    I would normally put text like this in a Text/HTML module. Then, you will be able to change it by editing the module's contents.

    Joe Craig, Patapsco Research Group
    Complete DNN Support
    nagachaitu.net
    Nuke Active Member
    Nuke Active Member
    Posts:22


    --
    04/14/2009 12:21 AM
    Hi Joe,

    Thanks for the reply,

    Can you send me thie link where i can get the information how to write the jquery or the javascript for changing the text wrap html elements dynamically.
    Joseph Craig
    DNN MVP
    Posts:11667


    --
    04/14/2009 8:52 AM
    There are a number of tutorials on using javascript and jquery, and some blogs that focus on using them with DotNetNuke. I'd suggest using Google for the javascript/jquery tutorials. Visit DotNetNukeBlogs.com for a directory of some of the better blogs related to DotNetNuke.

    Joe Craig, Patapsco Research Group
    Complete DNN Support


    ---