Simba
Forum Replies Created
-
Forum: Plugins
In reply to: [Theme My Login] registration issuesNot yet.. I am wary of losing all of my plugin settings. It was working before, so the theme should not be an issue, I built it myself from scratch and there shouldn’t be anything to conflict with your plugin’s behavior. When I first set the site up I tested user registration successfully.
Is there any way I could debug and determine what’s going on without disabling all the plugins? In particular I’m concerned about the Business Dir plugin I dont know if it preserves it’s settings and there’s a ton of them.
Forum: Plugins
In reply to: [Theme My Login] registration issuesI see the following pages published:
log in
log out
lost password
register
reset password
your profileThere are no unpublished pages either in draft form or trash.
Forum: Plugins
In reply to: [Theme My Login] registration issuesI am still having an issue with the activation link. It goes to /login/?action=activate which looks just like wp-login.php, and never records the user as activated.
Also, when submitting a registration it also goes to a page that looks just like wp-login.php.
I’ve tried deleting and reinstalling TML but that did not work. Please help.
Forum: Plugins
In reply to: [Calculated Fields Form] Customizing e-mailsAwesome! Thank you! ?? I read through the docs twice! but somehow I overlooked that.. I was probably lacking sleep ??
Forum: Plugins
In reply to: [Calculated Fields Form] Customizing e-mailsOkay, so with the changes on Line 479 and line 997 it is formating <%INFO> properly the way I wanted..
That is probably the best.. I’d like to be able to precisely format the letter using <%fieldname#%>, but I dont know if that’s possible.. If I change line 1332 it adds a
after each item in the value array, but not the last item (because it doesn’t have a separator?), so the label for the next field is right next to it.. If I add a
into the letter manually, then when a field isn’t shown because it’s empty it ends up displaying extra blank lines in the email.Forum: Plugins
In reply to: [Calculated Fields Form] Customizing e-mailsAlso, if you could tell me how to add a
<br>
or\n
to the end of the field label when using<%fieldname# if_not_empty%>
that would be excellent ??Forum: Plugins
In reply to: [Calculated Fields Form] Customizing e-mailsThat worked for emails, but it looks as tho summaries are handled elsewhere, can I change that also?
Forum: Plugins
In reply to: [Calculated Fields Form] Customizing e-mailsI see, is there a way to make the changes work for
<%INFO%>
? Actually what I’d like to do is make the change work for the ‘summary’ field in the form, I am guessing Summary uses the same function as<%INFO%>
..?I realized the summary field does what I wanted in another post, but it still displays checkbox fields as Value, Value, Value, when what I want is:
Value
Value
ValueSo I can copy and paste to e-mails. I would like to have each value on it’s own line in both summaries, and emails sent at submission.
Forum: Plugins
In reply to: [Calculated Fields Form] Customizing e-mailsI still get a bounce message in my email when I use your website’s ticket form.
The line I edited is 1332, and this is what I changed it to:
$value = ( !empty( $value ) || is_numeric( $value ) && $value == 0 ) ? ( ( is_array( $value ) ) ? implode( "<br>", $value ) : $value ) : '';
Forum: Plugins
In reply to: [Calculated Fields Form] Customizing e-mailsI’ve done as you recommend, but it does not seem to have had the desired effect.. I don’t have a caching plugin installed, and I’m uncertain why it’s not working..
Forum: Plugins
In reply to: [Calculated Fields Form] Email not sending to visitorThanks! I wasn’t selecting the e-mail field, since there was only one I didn’t realize it was multi-select. You should add a note to that box, I imagine you get this question a lot ??
Forum: Plugins
In reply to: [Calculated Fields Form] Moving fields seems unpredictable?Clearing the cache fixed it, thank you!
Forum: Plugins
In reply to: [Calculated Fields Form] Moving fields seems unpredictable?For example, I created a field early, fieldname3, and later on I made a fieldset, fieldname10, and I want to move fieldname3 into fieldname10, but when I ‘drop’ it, it winds up placed somewhere else completely, and not where it originally was. And then I can’t place it where it originally was either.
This happens in a lot of other ways too.. re-ordering things, putting things in containers, etc.. and each time the field being moved lands in some unexpected place, however it is usually the same place each time, not random.
I understand the way creating new fields works, but I’m working on a very complicated form and I will probably need to move things around before it’s finished.
Version 5.0.66
Forum: Plugins
In reply to: [Calculated Fields Form] Using if() with checkboxesThanks!
Forum: Plugins
In reply to: [Calculated Fields Form] Stylesheet bugs with Box Form templateHere is a screenshot:
https://i.imgur.com/iLmrFGa.pngNotice the section breaks, for example where it says ‘Features’, the <span.uh> section extends beyond it’s container on both sides.