Search

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

Matching Posts

  • Re: Redirect to a specific page after user login

    Hi, I have already set when a login button clicked, it will go to a page with login required, but I meant once after the user login successfully, how can I redirect to another page? Thanks/Davis
    Posted to Getting Started (Forum) by ywkyee on 2/24/2006
  • Redirect to a specific page after user login

    Hi, I got an login page with user login dnn standard module, so once after user login successfully, how can I redirect to a specific page ? eg redirect to home page, Can I do it under dnn setting? or need some programming to do so? Thanks/Davis.
    Posted to Getting Started (Forum) by ywkyee on 2/21/2006
  • Re: DNN forum question

    thz lorraine & all other guys help out, now I fixed my problem. so what about if i click 'my setting', 'my post', 'search' button, the skin/container of this module & page will show in default dnn one, but i want to retain mine one. under page & module, i set skin/container to my own one already, wondering where else can set it, so that it will show mine when click those of this button. thanks/Davis.
    Posted to Custom Modules (Forum) by ywkyee on 2/5/2006
  • DNN forum question

    Hi, I just download & install dnn forum v03.20.01_install version to my DNN v3.2. by all default setting. but when I click in a 'forum', it supposed will show the 'new thread' button on the screen to let user to create new thread under this forum, but it didnt, only show 'Search' & 'Forum Home' button all the time in the top of the screen, so I am wondering is it something I need to setup & missed? I tried test this case in both login a registered user & no login case. Thanks for
    Posted to Custom Modules (Forum) by ywkyee on 2/5/2006
  • web.config issue when exist 2 dnn instance in domain & sub-domain ?

    Hi, I installed a dnn instance on my main domain and running well. Then I tried install 2nd instance in a sub-domain, so I am wondering for the content of both web.config, as it both using DotNetNuke string for a lot definition inside the file, so should I need to change DotNetNuke to something else on one of the web.config file? As I found when try to install 2nd instance ( sub-domain one ), it got some error ..like httpmodule are already loaded, cannot reload, 'DotNetNuke.HttpModules.Personalization
    Posted to Getting Started (Forum) by ywkyee on 1/4/2006
  • Re: Anyhow to speed-up a JS running inside a text/html module?

    Nik, The idea using xmlhttp sound very good for my case. but i found most xmlhttp example in google is going to read in an static html file & pass it the the web page. I am wondering any how to call my AdPixelGet() using xmlhttp and get the dynamic result set pass back to my webpage? That will be much appreicate if you got any example for it? Many thanks again/Davis.
    Posted to Custom Modules (Forum) by ywkyee on 12/27/2005
  • Re: Anyhow to speed-up a JS running inside a text/html module?

    Okay, put it simply..for the following js coding, any how to speed it up? if set the max_x, max_y var more large, it will sure slow at all and put my webpage display only once finish run it. function AdPixelGet() { var _ap = ""; var x,y; var max_x = 18; var max_y = 30; for (y = 0; y < max_y; y++) { for (x = 0; x < max_x; x++) { //*** assign html to _ap variable } } _ap += "</map>"; return _ap; } Thanks/Davis.
    Posted to Custom Modules (Forum) by ywkyee on 12/27/2005
  • Re: Anyhow to speed-up a JS running inside a text/html module?

    Hi Nik, Many thanks for your kindly help at all. My suitable is..one of my webpage got 2 html/text module, one module display shopping item info. & keep it scrolling up repeatly until mouseover, then will hold it, & mouseout will scroll again. it call AdColumn(), in order to make u read it simple, i omit most of the code inside , just include the main part there. function AdColumn() { Strhtml = ""; var p = AdColumnDATA.length/_TotalCol; for (i = 0; i < p; i++) { ////////***** construct
    Posted to Custom Modules (Forum) by ywkyee on 12/24/2005
  • Re: Anyhow to speed-up a JS running inside a text/html module?

    Hi Nik, Very thanks for your help. I got some confused about the coding, var oldEvt = window.onload; window.onload = function() { if (oldEvt) oldEvt(); doSomething();} can u explain some more how it work? what meant if (oldEvt), then call oldEvt()? actually i tried include this code in one of my js file and when run it, it popup a message error 'Stack overflow at line : xxx' and xxx line no. i suppose to be that line 'window.onload = function() {...}' sorry as I am not fully familiar with js. noticed
    Posted to Custom Modules (Forum) by ywkyee on 12/24/2005
  • Anyhow to speed-up a JS running inside a text/html module?

    Hi, I got a java script will run inside a text/html module and as this JS will take quite a long time running and caused my web page can't show up at all until it run finished. So in this case, I am wondering anyhow to speed up this JS? like can it be run in the background mode? ( it maybe a stupid question as i know JS is a client-side program ) and anyhow let my web page other info are show out 1st without wait until this js finish run as well? From my poor memory, it seem got some approach that
    Posted to Custom Modules (Forum) by ywkyee on 12/24/2005
Page 1 of 14 (139 items) 1 2 3 4 5 Next > ... Last »