Register   Login
     
  Latest Posts  
RE: Ligtbox effect does not working in DNN 5
by smcculloch on 1/09/2009 9:49 AM
RE: Embed the coolest google local search map control
by aviavia on 1/09/2009 8:06 AM
RE: Embed the coolest google local search map control
by odove on 1/09/2009 6:43 AM
RE: Ligtbox effect does not working in DNN 5
by David Eccles on 1/09/2009 6:11 AM
Changing The Home Directory.
by rtnovak on 1/09/2009 1:03 AM
RE: Updating Simple Gallery
by rtnovak on 1/09/2009 12:54 AM
RE: Select Image Button does not work.
by rtnovak on 1/09/2009 12:53 AM
Updating Simple Gallery
by rtnovak on 1/08/2009 9:59 PM
Has pay-per-ad. been added yet?
by wpmilk on 1/08/2009 7:13 PM
Has pay-per-ad. been added yet?
by wpmilk on 1/08/2009 7:13 PM
  Forums  
Subject: Friendly Urls and DNN453 - problem with custom Register
Prev Next
You are not authorized to post a reply.

Author Messages
Karol KossutUser is Offline
Gold Membership
Nuke Active Member
Nuke Active Member
Posts:48

7/22/2007 6:12 AM  
Hello,

I run DNN453 with latest friendly urls module. You can see an example on www.lowicz.vcity.pl. If you choose "register" option from skinobject placed on the right-top - you will see an empty page without registration form. If you choose http://www.lowicz.vcity.pl/Profil/Ustawieniakonta.aspx from the menu - you will see my custom registration page (standard DNN registration module plus some informations for visitors). The page is defined in site settings as the "account settings" page of this portal.
I don't know what to do in this situation, because I wont remove human friendly urls and go back to the standard url rewriting system :(
Please help me :(

Best regards!
Karol Kossut
Karol KossutUser is Offline
Gold Membership
Nuke Active Member
Nuke Active Member
Posts:48

7/22/2007 6:23 AM  
I have one more important information:

normally, when I have clicked "Register" i see this url:

http://www.lowicz.vcity.pl/Profil/Ustawieniakonta/tabid/23613/ctl/returnurl/Default.aspx

... and I don't see anything on the page.

But if I manually remove ctl/returnurl/ element - everything works fine!
So, is it fault of the new returnurl DNN command?

Maybe someone have an idea how to disable it?


Regards!

Karol Kossut
Scott McCullochUser is Offline
Administrators
Nuke Master
Nuke Master
Posts:12820


7/23/2007 4:31 AM  
Can you turn friendly urls off, I think the URL is malformed with parameters. The ctl and returnurl should be parameters in their own right.

e.g. ctl=something and returnurl=someurl

Scott McCulloch
Site Administrator
Karol KossutUser is Offline
Gold Membership
Nuke Active Member
Nuke Active Member
Posts:48

7/23/2007 4:49 AM  
I know, I can turn off firendly urls, but I don't want to. :( Do you think that the problem is uncommon, and appears only in my environment ?
Scott McCullochUser is Offline
Administrators
Nuke Master
Nuke Master
Posts:12820


7/23/2007 5:15 AM  
The reason I ask for the URL is so I can see how it is formed, the friendly url provider takes that url and converts it.

Scott McCulloch
Site Administrator
Karol KossutUser is Offline
Gold Membership
Nuke Active Member
Nuke Active Member
Posts:48

7/23/2007 3:10 PM  
Ah yes - now I understand. I will do it and show you the same urls as in first post untransformed by friendly urls.
WBUser is Offline
Registered Users
Nuke Newbie
Nuke Newbie
Posts:3

7/29/2007 8:31 PM  
If it's any consolation - I've been with DNN since version 1 and I'm having the same problems. There's definitely something wrong with the DNN USer skin object.
WBUser is Offline
Registered Users
Nuke Newbie
Nuke Newbie
Posts:3

7/29/2007 8:47 PM  
Here's my temporary workaround. I'm embedding a little server side code in the skin (I hope this works with the message board):

<% If Me.Page.User.Identity.IsAuthenticated then %>

<% else %>
Register
<% End If %>
WBUser is Offline
Registered Users
Nuke Newbie
Nuke Newbie
Posts:3

7/29/2007 8:49 PM  
I'll try that again (adding some "--") to make the post work

<% If Me.Page.User.Identity.IsAuthenticated then %>
< -- dnn:USER runat="server" id="dnnUSER"  CssClass="HeaderText" -- >
<% else %>
< -- a href="/Home/UserAccount/tabid/59/Default.aspx">Register < -- / a>
<% End If %>
Karol KossutUser is Offline
Gold Membership
Nuke Active Member
Nuke Active Member
Posts:48

7/30/2007 1:55 AM  
I was thinking about something like that, but for me the second statement shall be < -- a href="/register.aspx">Register < -- / a>, because I run over 1000 portals in my DNN instance:) BTW, the problem is only when register page is defined as custom. Default register works normaly.
Thanks! K.Kossut
You are not authorized to post a reply.
Forums > Projects > Friendly Urls > Friendly Urls and DNN453 - problem with custom Register



ActiveForums 3.7