Membership Pro
- Tuan Pham Ngoc
- Offline
- Administrator
-
Issue #1 seems to be a bug. Please submit a support ticket sending us super admin account of your site so that I can check to see what's wrong and get it corrected.
Issue #2, I can help you to edit the code to make it sort by organization. However, we could not make it configurable (we could not sort the list by any fields you want, only sorting by core fields is possible
Sometime, you might have to customize the extension abit to make it meets your need. It could not meet the requirement of all customers
Tuan
Please Log in or Create an account to join the conversation.
- Tony Cline
- Offline
- Senior Member
-
- Posts: 65
- Thank you received: 0
I have submitted the ticket as you have requested.
I really like both of your components Membership Pro and Events Booking! Thanks for your great support with them too!
Please Log in or Create an account to join the conversation.
- Brian
- Offline
- New Member
-
- Posts: 7
- Thank you received: 1
(All components are working very well, by the way! Great suite.)
Please Log in or Create an account to join the conversation.
- Tony Cline
- Offline
- Senior Member
-
- Posts: 65
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- Tony Cline
- Offline
- Senior Member
-
- Posts: 65
- Thank you received: 0
I have submitted a support ticket and responded to an initial question regarding the pagination but I see others have had the issue too. Is there an update or a way to turn pagination off?
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
Regards,
Tuan
- davewee
- Offline
- New Member
-
- Posts: 16
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- hjames
-
- Offline
- Senior Member
-
- Posts: 43
- Thank you received: 3
1. Download the attached sortable.js file and upload it to templates/your_template/js
2. Open your templates file which references the "head: of the template (Different frameworks do this differently)
- Check the template root "index.php
- Check the template root > layouts > blocks
5. Edit the following line 30:
from:
to:
Once all of these changes have been made and are in the correct places your entire table will be sortable.
Thanks,
James
Please Log in or Create an account to join the conversation.
- hjames
-
- Offline
- Senior Member
-
- Posts: 43
- Thank you received: 3
Follow these steps to hide the Subscription Date:
1. Open the file: default.php from the folder: components/com_osmembership/views/members/tmpl
2. Edit the following lines of code line44:
from:
from:
4. Open your templates, template.css file or alternatively if your template has a custom.css or override.css open it and add the following code at the end:
Now the subscription date should be hidden as well as its header.
Thanks,
James
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
hjames wrote: For those of you who want to make your membership table sortable you can follow this quick guide:
1. Download the attached sortable.js file and upload it to templates/your_template/js
2. Open your templates file which references the "head: of the template (Different frameworks do this differently)3. Find the references to other JS and add a new line as follows:
- Check the template root "index.php
- Check the template root > layouts > blocks
4. Open the file: default.php in the following folder: components/com_osmembership/views/members/tmplCode:$this->API->addJS($this->API->URLtemplate() . '/js/sortable.js');
5. Edit the following line 30:
from:Code:<table class="table table-striped table-bordered table-condensed">
to:6. Upload this new file to the following: your_template/html/com_osmembership/membersCode:<table class="table table-striped table-bordered table-condensed sortable">
Once all of these changes have been made and are in the correct places your entire table will be sortable.
Thanks,
James
Thanks James for sharing the solution. However, I think this will only works for your site template as I don't see the command below in Joomla core API:
Tuan
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.