muchemik
Forum Replies Created
-
Thanks Roland,
Is there a special way to combine these two?
<?php pdb_field_group_tabs( $this ) ?><?php echo do_shortcode( '[pdb_single record_id=' . $this->participant_id . ']' ); ?>My shortcode is:
[pdb_record template=kenview tabs=true]This does produce the single view I wanted but no field group tabs, I get just a regular HTML list of the field group tabs at the top of the page.
I’m probably just not setting up the two PHP codes right.
Thank you for all the help!!!!
KennethRoland,
Thank you so much for your reply, and yes that works!!!
Since I need my custom template to show field group tabs, I checked your directions here: https://xnau.com/using-field-group-tabs-with-a-custom-template/?swcfpc=1 but strangely the code that does it is missing on that page… just below the first paragraph of the subheading “At the Top of the Template”.
Would you provide this, or is there another link that has it?
Cheers!
Kenneth MForum: Plugins
In reply to: [Participants Database] Member Profile Editing Autofills Admin EmailThanks, Roland.
Forum: Plugins
In reply to: [Participants Database] Member Alphabetical ListingIt worked!
Thank you so much!
Hi Roland,
We implemented the script but “Payment Past Due” members are still not “Unappproved”.
——————————————
When we run a test script it however works.
function unapprove_test(){
global $PDb_Member_Payments;
// now set the record to not approved (2nd argument)
$PDb_Member_Payments->approve_record( 16814, false );
}
unapprove_test();
——————————————Here are some records that have recently gone “Payment Past Due” but were not “unapproved”:
https://www.hitagroup.org/single-record/?pdb=16661
https://www.hitagroup.org/single-record/?pdb=16773
https://www.hitagroup.org/single-record/?pdb=16774How can I fix this?
Regards,
KenThanks for the snippet!
Forum: Plugins
In reply to: [Participants Database] Add/update Payment Logs: Last & Next Due DatesDeactivating, then reactivating the Member Payments add-on worked.
Thanks, Roland.
Forum: Plugins
In reply to: [Participants Database] Add/update Payment Logs: Last & Next Due DatesWhere can I find the Payment Log?
Forum: Plugins
In reply to: [Participants Database] Add/update Payment Logs: Last & Next Due DatesRoland,
Since the system will need to read the manually entered dates, is there a specific date format to use in the text fields?
Forum: Plugins
In reply to: [Participants Database] Add/update Payment Logs: Last & Next Due Dates“Payment Log Edit Lock” setting is unchecked
I’m using text fields for Last and Next Payment fields and dropdown (default) for Status.
I’m able to save Last Payment Date but “Next Payment Due Date” is defaulting to the date I initially imported the participants. The system just resets to this date after I save edits.
Forum: Plugins
In reply to: [Participants Database] Checkboxes showing as radio buttons on combo searchCool, I think you updated it!
Thanks, Roland,
I understand the signup part, however for clarity when the payment period lapses without payment it will automatically change approved to “no”, correct?
Regards!
KenForum: Plugins
In reply to: [Participants Database] Paid membership?Hi Roland,
Any update on this?
Thanks!
Can I use multiple templates? Say, I’m already using [pdb_list template=”custom”]
Forum: Plugins
In reply to: [Participants Database] Paid membership?I can’t wait to move payments to pdb only! This is going to be very useful.
Thank you!