Search

You searched for the word(s): userid:387441

Matching Posts

  • Re: How to replace css class for a token in a skin

    In your skin.xml file this should be added in: <objects> <Object> <Token>[USER]</Token> <Settings> <Setting> <Name>CssClass</Name> <Value>user</Value> </Setting> </Settings> </Object> </Objects
    Posted to DotNetNuke (Forum) by tcurtis45 on 6/9/2004
  • Re: HTML/Text Module Shows Up At The Bottom?

    There probably is a vAlign="top" missing from the <td> tag surrounding your Content Pane.
    Posted to DotNetNuke (Forum) by tcurtis45 on 6/5/2004
  • Re: Site Settings unavailable

    The only thing I know to tell you is to clear out cached setting under the host settings menu, and if that does not work I would remove cookies related to your site, and allow the site to rebuild them.
    Posted to DotNetNuke (Forum) by tcurtis45 on 6/4/2004
  • Re: How to: Anchor my footer on a new Skin.

    I have to assume a few things in order to answer this question. I assume you are using tables and nested tables to accomplish your layout. I assume that you have three main sections, banner, content, footer. Based on that assumption your HTML should look similiar to the following: <table height="100%" width="100%" cellpadding="0" cellspacing="0"> <tr> <td id="Banner" height="xxx" vAlign="top">Banner information
    Posted to DotNetNuke (Forum) by tcurtis45 on 6/4/2004
  • Re: Horizontal Scroll Bar

    It is due to the width of the left column. For whatever reason when you cram too much in the LeftPane it does not resize the columns correctly. I would recommend first trying to remove the containers and see if that helps. If that does not correct the problem I would suggest making a smaller logo file and changing the links to shorter names.
    Posted to DotNetNuke (Forum) by tcurtis45 on 6/4/2004
  • Re: problem with dnn 2.0..

    Clear out host cache by choosing Host Settings from host menu and about 3/4 of the way down you will see a clear link. Also you may try removing cookies associated with your website.
    Posted to DotNetNuke (Forum) by tcurtis45 on 6/3/2004
  • SkinWidgets - Advanced Nukemenu

    Has anyone successfully been able to use the advanced function of nukemenu, part of Speerio's Skinwidgets. I have had absolute success in working with the standard controls, but I am a little confused on the advanced controls. Does it require programming from the skinwidget to get everything to work, or can I associate a codebehind file to use those advanced features on my skin? Thanks in advance. Tony
    Posted to DotNetNuke (Forum) by tcurtis45 on 6/3/2004
  • Re: Add table in Text/HTML module

    I am not having this problem using your code with DNN 2.04. There is a little space between the horizontal rule and the start of the table, but the horizontal rule creates that space. If you need it closer to your heading I would suggest putting the heading in the HTML module, and disable the module title.
    Posted to DotNetNuke (Forum) by tcurtis45 on 6/2/2004
  • Re: css for links module

    I would recommend using SkinWidgets from Speerio (his nukemenu is a customized version of ASPNETMENU for DNN) which allows you to have ChildMenus defined on your page. They also allow for granular control of CSS styles and for the $39.99 it is a steal. You could also try the LeftHand Navi, which was modeled after microsofts left hand menu. I would personally recommend SkinWidgets over Navi though. Also I belive in this next release you will have a better level of control over the solpartmenu.
    Posted to DotNetNuke (Forum) by tcurtis45 on 6/2/2004
  • Re: Error after adding Iframe

    If you cannot load your page up because of this error I would suggest going into the SQL database, and selecting the Modules Settings table and show all records. You should find the address somewhere here that you are referring too. Since you didn't give us the address you are trying to access I would guess that based on the error message there may be too many variables in the address. I would try simplifying the address to see if it worked. If you continue to have problems with the address and would
    Posted to DotNetNuke (Forum) by tcurtis45 on 6/2/2004
Page 1 of 10 (93 items) 1 2 3 4 5 Next > ... Last »