Status items

  • Erik Lennartsson
  • Topic Author
  • Offline
  • New Member
  • New Member
More
2 months 12 hours ago #170525 by Erik Lennartsson
Status items was created by Erik Lennartsson
Hi.
Is it possible to filter the items under the Status bar when viewing Registrants? I would like to be able to choosing only only Paid and Waiting List, i.e. not Pending, Waiting List Cancelled or Cancelled?

Best wishes
Erik L

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

More
2 months 4 hours ago #170531 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Status items
Hi Erik

Could you please send me screenshot of the page you are talking about so that I can understand your request better before giving you the answer ?

Tuan

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

  • Erik Lennartsson
  • Topic Author
  • Offline
  • New Member
  • New Member
More
1 month 3 weeks ago #170548 by Erik Lennartsson
Replied by Erik Lennartsson on topic Status items
Hi.
Sorry! Should have done that.

Erik
Attachments:

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

More
1 month 3 weeks ago #170549 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Status items
Hi Erik

Code modification would be needed if you want to have that change. So unless it is really needed, I would suggest you to leave it as how it is for now

Regards,

Tuan

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

More
1 month 2 weeks ago #170767 by Patrick Jackson
Replied by Patrick Jackson on topic Status items
@Erik Lennartsson here's a way you can adjust this yourself:
  • Turning off the Configuration for the "Activate Waiting List Feature" shortens the list, but if you're using the waiting list feature, you still want the Waiting List option to show, so that's not going to work.
  • My suggestion is to use Regular Labs Rereplacer and set up an Admin Area rule.
  • View the page source for the admin page.
  • Find the filter_published selector in the code

<select id="filter_published" name="filter_published" class="input-medium form-select" onchange="submit()">
    <option value="-1" selected="selected">Registration Status</option>
    <option value="0">Pending</option>
    <option value="1">Registered</option>
    <option value="3">Waiting List</option>
    <option value="4">Waiting List Cancelled</option>
    <option value="2">Cancelled</option>
</select>

  • Create a ReReplacer rule to hide the options that you want to hide from the list. Obviously update the selection values with your language (which is what you'll be copying from the source code).
  • You can make it a comma separated list, and put each option line you want to replace as comma separated strings.
  • The replace field needs to then be empty with commas for the number of strings being replaced.
  • Set the "where to apply rule" to Admin area.
That's the basic settings - reach out if you need more assistance on what to put in there.


 

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

More
1 month 2 weeks ago #170773 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Status items
Hello

I updated the extension to show only status from registration records which is having in the system. So if you do not have any registrants with waiting list status, that status won't be displayed in status filter dropdown

You can access to My Downloads menu item, download latest package, upgrade it to your site. It should at least make status filter shorter and should address your concern

Regards,

Tuan

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

  • Erik Lennartsson
  • Topic Author
  • Offline
  • New Member
  • New Member
More
1 month 2 weeks ago #170774 by Erik Lennartsson
Replied by Erik Lennartsson on topic Status items
Hi Patrick!
That was an interesting extension! I'm sure it will be handy further on. It worked like a charm for hiding the un-wanted Status items. I had to create 3 rules as the code line differ after having selected one of the status line items.
Thanks a bunch!
Erik
 

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

  • Erik Lennartsson
  • Topic Author
  • Offline
  • New Member
  • New Member
More
1 month 2 weeks ago #170775 by Erik Lennartsson
Replied by Erik Lennartsson on topic Status items
Hi Tuan.
There's only the version August 21 2025 on My Downloads.
Patrick's method worked fine. I will remove the hack once I can download your new version.

Best regards
Erik
 

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

More
1 month 2 weeks ago #170777 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Status items
Hmm

21 August? Mean your subscription was expired? If you have active subject, just download latest package and update to your site to save you from having to use a third party extension

(I only updated download package on server few hours ago)

Regards,

Tuan

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

  • Erik Lennartsson
  • Topic Author
  • Offline
  • New Member
  • New Member
More
1 month 2 weeks ago #170778 by Erik Lennartsson
Replied by Erik Lennartsson on topic Status items
Hi.
I didn't look close enough on the column titles! Version 5.0.3 is there. I will download and install it when back at my pc.

Thanks
Erik

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

Moderators: Tuan Pham Ngoc