Sommarzan
Forum Replies Created
-
What’s the status on this?
Feed still not working.My app is v2.12.
- This reply was modified 6 years, 4 months ago by Sommarzan.
Next problem:
when the form has been successfully submitted, the user still sees the “Go back”-link on the Thank you-page.
(No error alerts, though, so that is correct.)Any idea on how not to show this link if form has been successfully submitted?
EDIT: Found it myself ->
on row 1200 in “user-submitted-posts/user-submitted-posts.php” you should remove “. $link”.if ($url && $enable) {
if (isset($_GET[‘success’]) && $_GET[‘success’] == ‘1’) {
$message = ‘<p id=”usp-success-message”>‘. $usp_options[‘success-message’] .’</p>’
. $link;} else {
$message = usp_error_message() . $link;
}
}
OK, you will refer to using <?php echo usp_redirect_message(); ?> and tell me to add that to my template, but there must be a better and easier way, I hope.
Anyway, I would like to change the text of the error message -> where can I do that?
(I want it to say “If you see this error message, please ignore the success-message below… etc)EDIT: found it, it’s in the “user-submitted-posts/user-submitted-posts.php”.
- This reply was modified 7 years, 3 months ago by Sommarzan.
Hello again!
I now noticed that there is indeed this email validation, but it is the same problem as I previously reported: if I have chosen a Redirect URL I never see the required-email-error-alert, but go the success-page.
The only indication that something has gone wrong is in the url:https://www.company.com/submit-post/confirmation/?usp-error=required-email
Can this be fixed?
And suggestion: red-mark the required-email-error-alert and place it next to the email input field.
Thanks!
Noticed this has been reported before. https://www.ads-software.com/support/topic/error-message-for-uploaded-images?replies=19
(It is set to “resolved”, but the problem is still there.)Forum: Plugins
In reply to: [GigPress] [Plugin: GigPress] Can't add new artistThanks! It did the trick! (as we say in Sweden)
Found it! Thanks! (It’s called “Panelinst?llningar” in Swedish, in case someone else is looking for it.)
Unfortunately it didn’t help.
This is my problem: I’m using the theme Shuttershot and the widget mlanguage.
Take a look at https://fredrikmalmberg.se/?page_id=12 – this is the Contact-page.This menu is in Swedish and the H1 is also in Swedish. But I want the meny and H1 to be in English or German when the user clicks those flags.
I have on this Contact-page entered the custom field as suggested, but as you can see the menu is still in Swedish, and the H1 is all fucked up.
What am I doing wrong?