- Posts: 6
- Thank you received: 0
What determines a users place in the reg list?
- jshucart
- Topic Author
- Offline
- New Member
-
Less
More
13 years 2 weeks ago #15315
by jshucart
What determines a users place in the reg list? was created by jshucart
I notice when looking at t0r4j_eb_registrants table that there are a lot of entries for users who did not complete their registrations as they do not show up on the registration tab. What field in the registrants table determines whether a user has completed registration successfully? It doesn't seem to be the published field or payment_date or payment_status field...
-Jacob
-Jacob
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
13 years 2 weeks ago #15328
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: What determines a users place in the reg list?
The extension used two fields :
- published
- payment_method
Basically, the extension only shows paid registrants or registrants who use offline payment method . Something like the code below in where clause :
WHERE (a.published=1 or a.payment_method="os_offline") .
Is it clear ?
Tuan
- published
- payment_method
Basically, the extension only shows paid registrants or registrants who use offline payment method . Something like the code below in where clause :
WHERE (a.published=1 or a.payment_method="os_offline") .
Is it clear ?
Tuan
Please Log in or Create an account to join the conversation.
- jshucart
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 6
- Thank you received: 0
13 years 2 weeks ago #15333
by jshucart
Replied by jshucart on topic Re: What determines a users place in the reg list?
That's exactly what I was wondering. Thank you!
Please Log in or Create an account to join the conversation.
Moderators: Tuan Pham Ngoc
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.