Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Guestbooks] No message when adding a guestbook comment #34

Open
vendethiel opened this issue Dec 30, 2014 · 2 comments
Open

[Guestbooks] No message when adding a guestbook comment #34

vendethiel opened this issue Dec 30, 2014 · 2 comments

Comments

@vendethiel
Copy link
Collaborator

When you add a guestbook comment, there's an empty line which, supposedly, should contain a "it worked" message, but nothing appears except for the two "go back" links.

@MWE001
Copy link
Contributor

MWE001 commented Aug 30, 2016

I fixed this.

OPEN plugins/guestbook/guestbook.php

FIND

$message .= '<br /><br />' . sprintf($lang['CLICK_RETURN_POST'],

BEFORE ADD

$message .= '<br /><br />' . sprintf($lang['MESSAGE_SUCCESS']);

OPEN plugins/guestbook/lang_plugin.php

FIND

'CLICK_RETURN_GUESTBOOKS' => 'Click %sHere%s to return to Guestbooks',

BEFORE ADD

'MESSAGE_SUCCESS' => '<b>Message Sent Successfully</b>',

Save and close files.

@MightyGorgon
Copy link
Owner

Thanks for the suggestion, I'll fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants