Forum Replies Created
-
AuthorPosts
-
echo
ParticipantI found a solution for my project, although this may not work for everyone…
I had to edit a plugin file, which means updates will likely overwrite my edits, so this is not ideal.
What I did was make an edit to class.swpm-auth.php
Look for lines 191 and 195, then change the $expire variable to a value of 0.Again, not ideal but for my project does the trick… Hopefully this will help others.
echo
ParticipantThat would be great!
I think what would be nice is the ability to override any of the templates that push out forms.
That way you can really customize the forms.
I look forward to the next release!echo
ParticipantIn the class.swpm-utils-template.php it says,
//Filter hook to allow overriding of the template file path
$template_files = apply_filters( ‘swpm_load_template_files’, $template_files, $template_name);How do we use this hook?
echo
ParticipantReally? Not even with the filter hook, swpm_load_template_files ?
echo
ParticipantIn addition, I’m able to override the login.php file this way, but not the edit.php file.
Is this template file not customizable in this way?
-
AuthorPosts