- Posts: 16
- Thank you received: 0
Status items
- Erik Lennartsson
- Topic Author
- Offline
- New Member
-
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.
- Tuan Pham Ngoc
- Offline
- Administrator
-
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
-
- Posts: 16
- Thank you received: 0
Sorry! Should have done that.
Erik
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
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.
- Patrick Jackson
- Offline
- New Member
-
- Posts: 18
- Thank you received: 2
- 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.
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
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
-
- Posts: 16
- Thank you received: 0
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
-
- Posts: 16
- Thank you received: 0
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.
- Tuan Pham Ngoc
- Offline
- Administrator
-
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
-
- Posts: 16
- Thank you received: 0
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.
Support
Documentation
Information
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.