Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: One Click Registration

One Click Registration 14 years 2 months ago #9037

  • dakruhm
  • dakruhm's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 1
  • Thank you received: 0
Hi DTHADMIN,

I wish a One Click Registration (enhanced integration with Joomla core users).

Let's say I have a private website accessible by USER/PASS only. It's seems silly to:
-require login to the site
-require details to register for event

I'd be nice if the DT REGISTER would automatically copy the details of the logged in Joomla core user.

Basically, I disagree with the reasoning here:
http://www.dthdevelopment.com/index.php ... tion#p6667

I suppose in my head it goes something like:
// Get the user.
$user =& JFactory::getUser();

// Must be a registered user.
if ($user->guest) {
    echo "<p>You must login to register.</p>";
} else {

list($name_first,$name_last) = explode(' ', $user->name);
$fname = $name_first;
$lname = $name_last;
$email = {$user->email};
}             

But what would I know.

Thanks & take care,

Please Log in or Create an account to join the conversation.

One Click Registration 14 years 1 month ago #9121

  • soccerbum
  • soccerbum's Avatar
  • Offline
  • Expert Boarder
  • Expert Boarder
  • Posts: 112
  • Thank you received: 0
I would like to second that request. I've been successfully using DT Register for over a year now and that's the most common complaint I get -- they have to re-type in basic information.

In my situation, people are registering for two (or more) events a week, but each event means they type in the info (over and over). If it's a one-off or once a month thing, not too big of a deal, but if they're registering for events twice a week or more, you can imagine how cumbersome it'd be.

As my site also incorporates CC info, I couldn't make it all one-click, but just having fields pre-populated would be a big win.

Cheers,

-soccerbum

Please Log in or Create an account to join the conversation.

One Click Registration 14 years 1 month ago #9129

  • dthadmin
  • dthadmin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 5470
  • Thank you received: 3
soccerbum - if you are integrating with Community Builder or JomSocial, all of the basic info of the registration form will auto-populate from the profile fields.

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Time to create page: 0.112 seconds