Search

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

Matching Posts

  • Re: Ajax Admin Pages & Modules

    Sounds nice. Count me.
    Posted to Custom Modules (Forum) by locopon on 4/26/2006
  • Re: Session state in Multilingual multi-domainname portal

    I already answered you here: http://dnn.tiendaboliviana.com/web/Forums/tabid/72/mid/391/threadid/1162/scope/posts/Default.aspx It would be nice to get more comments on this.
    Posted to Custom Modules (Forum) by locopon on 4/26/2006
  • Re: Create my own menu module

    All tab information is already loaded and cached. So, if you want to prefer to make you module more compatible and faster you can use the cached data: You can use: For Each t As DotNetNuke.Entities.Tabs.TabInfo In PortalSettings.DesktopTabs ....... next and you don't need to access the database (again) Hope it helps
    Posted to Custom Modules (Forum) by locopon on 4/24/2006
  • Re: send login token to https:// secure login page

    There are two modules on my page (Both free) that may help you to do that. http://dnn.tiendaboliviana.com check for MMSecureLogin: Can switch https and http before login and after DSLocalizator: Can make any of your pages to switch always to https or http Hope it helps
    Posted to Core Framework (Forum) by locopon on 4/13/2006
  • Re: redirect page...

    It could be don by using a simple javascript: 1) Go to you page properties and the select URL for the link type 2) then.. insert the following as the URL javascript:void(window.open('http://www.google.com')) 3) Update your settings and try clicking the menu 4) Change to your desired URL
    Posted to DotNetNuke (Forum) by locopon on 4/13/2006
  • Re: DsTab Localizator

    Take a look here: http://dnn.tiendaboliviana.com/web/Forums/tabid/72/mid/391/threadid/1105/scope/posts/Default.aspx Regards
    Posted to Custom Modules (Forum) by locopon on 3/30/2006
  • Re: Looking for Refresh Module

    What about using the Refresh Interval property of each tab? (On the advanced settings inside your page settings) It is a functionality already included on DNN
    Posted to Custom Modules (Forum) by locopon on 3/13/2006
  • Re: SSL Login / Logout

    To use MMSecureLogin, 1) Drop the module on a page and configure it. 2) Go to your SITE Settings -> Advanced settings -> Page Management and set your LOGIN page to the one containing MMSecureLogin That's it. Then, use the normal LOGIN skin object.
    Posted to DotNetNuke (Forum) by locopon on 3/5/2006
  • Re: Preview Option in DNN

    I have a free module on my site called DSLocalizator. One of its features is to make the preview mode active by default Then, you have a skinobject that you can add to your own skin and it is only visible for people with edit access. It is not exactly what you want, but maybe it could help. After viewing it, you can suggest some features http://dnn.tiendaboliviana.com
    Posted to Custom Modules (Forum) by locopon on 3/1/2006
  • Re: International chars and content-disposition (Downloading files)

    Hi Scott, Thanks for answering. The real content for this response is the file itself, so those headers only affect file. I need to encode only a header field. I tried almost everything, I revisited RFCs many times for specifications, and the only one solution I found is server.urlpathencode Response.AppendHeader("Content-Disposition", "Attachment; FileName=""" & Server.UrlPathEncode("márquez.doc") & """" ) I need to make some more tests and then I will post the final "why" Still hope to
    Posted to DotNetNuke (Forum) by locopon on 2/14/2006
Page 1 of 31 (303 items) 1 2 3 4 5 Next > ... Last »