View Full Version : where to edit thankyou message?
cbtoday
04-09-2006, 07:45 AM
After one commented on the page, there is a message saying thankyou and ask the person to click to go back to the page. If I want to edit that message, where should I go to?
Thanks.
raminia
04-09-2006, 09:31 AM
open the language folder and if you (for example) using English language edit the edit the english language php file and change the thank you message to what you want.
cbtoday
09-09-2006, 06:37 PM
Is this still valid, I can't find that message in the langugage php file?
What if I want to personalised the thankyou page, like including picture and background color, what should I do?
Thank,s
Connie
09-09-2006, 07:14 PM
if you cannot find this, you maybe read the wrong language file;=)
I just checked english language file and found this:
$lang_comment_thank_you = "Thank you for visiting and taking the time to comment on a picture. You will be redirected now.";
I am quite sure this is in your language file as well ;=)
if you want to add some HTMTL-code to that message, you can try, convert the HTML tags to entities and do not use " there
check it out, for example: <image src='bild.jpc' /> instead of <image src='bild.jpc' />
you can check this very easily if you keep a backup of your language file
cbtoday
09-10-2006, 06:00 PM
I cannot get it right, for example if I want to have a jpg file, then a message under it, what the code should be?
$lang_comment_thank_you = <image src='bild.jpc' /> "thanks for your comments."
??
Please advice.
Connie
09-10-2006, 08:17 PM
well, as these language snippets are not made for containing HTML coding as well, maybe it won't work
but wait 5 minutes, please, I will check out and test it
I checked it and it works:
have a look: I had the idea to add the latest thumbnail of the website to the thankyou message, a very plain test
I tested at www.bildgier.de/pp which is a test install playground
I got this result:
http://www.bildgier.de/bilder/latestthumb.jpg
the code for that was in the language-file:
$lang_comment_thank_you = "danke<br>\n\n.<img src='index.php?showthumb=latest&thumbtag=image' width='100' height='75' style='border:5px outset blue;' alt='latest thumb' title='latest thumb' />";
$lang_comment_redirect = "Klicken Sie hier um zurückzukehren";
does this help you?
If not, send me the html which you want to include and I will try to translate it for you
vBulletin® v3.7.3, Copyright ©2000-2013, Jelsoft Enterprises Ltd.