Recently Viewed...
DNN Modules
SnowCovered Top Sellers

Edit documents directly on your server. The premier document management solution for DotNetNuke (DNN). Index contents of documents. Share documents across your portal and avoid duplicates. Revised and flexible UI. Extensible architecture.

'Relationship Building' and 'Communication' are two essential nuts and bolts for a business to prosper. This module allows you to bridge both of these and easily generate continuous awareness of your web site, products and services. Your prospects and customers will greatly appreciate this featur

Live Content uses Web 2.0 approach to provide a Rich User Interface and streamlines content presentation by overlaying content on current page. Overlay images, videos, audio, text/html content, flash, dotnetnuke modules, and external content. Experience the demo...

The Catalyst skins are professionally designed, coded and packaged by a team of DotNetNuke experts. The skins are available in 12 great colours. This skin is easily customisable with our unique DrNuke EasyMod technology. Try our demo!

In this day and age, knowing as much detailed information as possible about your customer, prospect or web site user is essential. Thankfully, the new 'Dynamics Forms' module from Data Springs, makes it easier than ever to segment your data collection efforts.

Ultra Video Gallery is a brother product of Ultra Media Gallery, UVG allows you to add videos in various format and automatically convert them to flv format, you also can add videos from embed code and play them in our integrated flash video player.

Ultra Media Gallery is the most popular photo gallery and media gallery solution for DotNetNuke, UMG offers 10 different flash player to browse your gallery with completely different user interface experience.

Capture your users attention, enrich your site with multimedia flash, and create and opt in distribution list for your DNN site. These are just a few of the many features the Data Springs Module Collection can provide you.

Version 5 of the perennial best-selling tool for creating data-based solutions in DNN without custom programming. This version focuses on greater flexibility, expandability, and ease-of-use.

ALL NEW ! - Minimalist includes skin packs in 12 great colors. Each color has Flat, Gradient and Glass versions. Feature rich XML Flash header, perfect for just about any purpose. 9 Different menu options in each skin pack; 3 horizontal menus, 3 vertical menus and 3 all-new Twin level menus . . .

    |   Register   |   Sunday, November 23, 2008   
Data Springs Product Forums...
Subject: Not re-directing
Prev Next
You are not authorized to post a reply.

Author Messages
Richard
Posts:9


07/20/2008 5:13 PM  

I just installed DR 3.2 on DNN 4.7

I created a simple forms with the required core fields. However, when I input information and click on register it stays on the same registration page and it does not login new user. It actually creates the user. Any suggestions?

I also tried re-directing to another page but no success.

Richard

 

 

 

Chad
Posts:2227
river guide
river guide

07/21/2008 11:49 AM  
Richard,

Hi. We have been researching this on your site (from the help desk ticket). This is a very unique error as its also not adding the user to the Registered Users security role. After we continued to research this we also tried to register with just the standard DNN Core registration (turned Dynamic Registration off) and it also has the same problem. It just sits there and doesn't redirect the user. We also receive no errors in the event log. When checking the user after signing in as an admin we see that they were not added to the Registered users security role.

I would for sure upgrade from 4.7.0 as there were several issues the core team addressed (however this seems seperate from those).

A few other questions...

1. Have you had customizations to the core at all?
2. Did you delete any manage profile fields (under Admin, User Accounts, Manage PRofile Fields). I have seen deleting some of these cause problems in the past if they were the default ones there.

Thats it for now... One registration works properly in the CORE it should then work properly in Dynamic Registration (as the module uses the same CORE function calls)

-Chad
Richard
Posts:9


07/28/2008 3:16 PM  
Chad, I could not figure out why it was not working. I upgraded to 4.8 and still did not work. So, what I had to do was restore my backup files to the last time it was working. So, now the core registration works. I have to test it again to see what happens.

I am trying to setup a registration that allows users to register as a New member or just re-register as an existing member.

How can I do this? Especially existing memebers that are already in the system. All they would need to do is update any information.

Richard

Chad
Posts:2227
river guide
river guide

07/31/2008 2:55 PM  
Well in that face you would need to force them to first check the Login and see if they are registered on the site first, if they are you can allow them to login and seperate a seperate reregistration page for them.

-Chad
Richard
Posts:9


08/14/2008 3:13 PM  

O.K. - I was able to creat my Registration page. I added two seperate modules. One to allow users to first pay using paypal. Only unsubscribed users can see.

The other module will be used when payment is processed. Here is where I am stuck.

I am able to go website, click on Register, enter login name, first/last name. email and select which fee amount to pay. I setup a group checkbox, with each price. The calc works fine.

When I hit register it sends user to paypal; was able to process payment but did not re-direct as the new user to the registration page on the website.

I know I am missing something, maybe on event completion. Can I create a ticket and give you access so you can take a look. I need to get this working ASAP.

Richard

 

 

 

Candace
Posts:94
river guide
river guide

08/14/2008 10:50 PM  

Hi Richard,

"but did not re-direct as the new user to the registration page on the website."


Do you mean that the user isn't redirected to the right page? Or do you mean the user is not getting assigned the registered role?


If the problem is the redirection, then you need to create a new page redirect completion event. Set this to redirect back to the page you want and then tie this completion event to the IPN called 'redirect successfully' and that should do it.


If it's the registered role assignment, please go to Module Configuration, Payment Gateway.  Among the Form Completion Events, select the Create User/Update User and tie it to either completed standard or to completed (subscription payment).

Hope this helps,
Candace

Richard
Posts:9


08/18/2008 8:00 AM  
Candance, the issue is with the re-direct. I can get it to process payment. This is what I want it to do.

1 User enters basic infomation, enters payment option and clicks Register.
2. User is sent to Paypal to make payment.
3. Once payment is complete re-direct user back to registration page login as new user to enter additional information on second module.

Step three is where I am having problems. I am able to get it to re-direct to Registration page but the new user is not login.

The user is created and added to Registered User role.

How can I get the new user re-directed and logged into the website?

Richard
Chad
Posts:2227
river guide
river guide

08/18/2008 10:20 AM  
Richard,


This is not currently possible with Dynamic Registration w/ PayPal integration. We are working to review methods that this 'might' be possible but during testing and some beta sites there were issues with always making that sure that PayPal IPN response (to add/create the user) was firing BEFORE the user hit redirect.


For example, lets just assume your implementation added them to four security roles after creating the user. These 'processes' that are running silently in the background (also email events, or any other events you have set to fire) might not be completed in time before the user clicks the 'Success URL'. Because of this maybe the user is either not a user yet, or maybe they don't have all of their roles, etc... There are additional concerns regarding security that we are reviewing (and passing those security credentials back and forth).


So... At the current time you cannot do this. You would need to redirect them to a 'Thank you, now you can log into the site using your username and password' Or... Your account information is now setup, we have just sent you an email with your username and password. We are really talking seconds here (before the process might finish) and not minutes, so they should be able to sign in right after they have been redirected.


-Chad



-Chad
Andrew
Posts:4
skipping stones
skipping stones

08/26/2008 9:26 AM  

Hi Chad,

I just want to confirm what I think you're saying here....

If I understand correctly, if we use PayPal as the payment gateway for Dynamic Registration, we cannot sign the user in automatically when they register.

Is that correct?

Thanks!

-Andrew

You are not authorized to post a reply.



ActiveForums 3.7

Copyright 2005 - 2008 by Data Springs, Inc.
Terms Of Use | Privacy Statement