Page 2 of 3
Re: Confirmation Approval Sent
Posted: 30 Oct 2008, 23:13
by Jan
First, try to test your site with rhuk milky way, if it is a template issue... in rhuk you should get the system messages...
Jan
Re: Confirmation Approval Sent
Posted: 16 Feb 2010, 11:15
by fdk21069
Hi Jan,
It looks like I got the same problem.
There is no confirmation message If a new entry submitted successfully.
I tried to swap my template with Joomla default one: rhuk milky way. But message didn't come up.
Can you suggest me some way to check where is a problem?
Any help is highly appreciated.
Thanks,
Felix.
Re: Confirmation Approval Sent
Posted: 17 Feb 2010, 18:51
by Jan
Hi, can I see the site where this occurs?
Re: Confirmation Approval Sent
Posted: 24 Feb 2010, 00:31
by fdk21069
Hi Jan,
First of all, I am sorry for delay in my replay.
The site address is
www.art-by-matt.com
This is site of my son's artworks. I got from some people message few times since they didn't see confirmation message for successful submitting.
I have protection from right mouse click enabled on site and if you need it to be disable just let me know by email on
fdk21069@yahoo.com
Thanks,
Felix.
Re: Confirmation Approval Sent
Posted: 26 Feb 2010, 15:35
by Jan
Hi, on your site the system messages are not working, try to check your template and other extensions

(checked with different methods - gallery, guestbook, ...)
Jan
Re: Confirmation Approval Sent
Posted: 04 Mar 2010, 00:35
by fdk21069
Hi Jan,
I checked if message is comes. Any error messages does shown properly, but successful submit message does not comes up at all.
index.php contains the statement <jdoc:include type="message" />.
I can give you any file you to look in, or tell me, please, where to look and what I have to search for.
Unfortunately, I am not that good in joomla and in web programming with CSS. I am just a beginner.
Thanks,
Felix.
Re: Confirmation Approval Sent
Posted: 07 Mar 2010, 00:09
by Jan
Hi, no idea what can be wrong there, if the code is there: <jdoc:include type="message" /> then it should work
Jan
Re: Confirmation Approval Sent
Posted: 08 Mar 2010, 02:20
by fdk21069
Hi Jan,
I looked at page source code and found the following:
Code: Select all
<!--
function submitbutton()
{
var novalues='';
var form = document.saveForm;
var text = tinyMCE.getContent();
if (novalues!=''){}
else if ( form.title.value == "" ) {alert("Please enter a title");return false;}
else if( form.pgusername.value == "" ) {alert("Please enter your name or username");return false;}
else if( text == "" ) {alert("Please enter content");return false;}
}
-->
It looks like there is no message for successful path.
Can be problem in this place?
Thanks,
Felix.
Re: Confirmation Approval Sent
Posted: 09 Mar 2010, 19:18
by Jan
Hi, this is the javascript code for displaying error message while adding the values. But system message is coming after reloading the page.
Jan
Re: Confirmation Approval Sent
Posted: 09 Mar 2010, 23:45
by fdk21069
Hi Jan,
I see your point. But if I submit the data with error after reloading page I can see errors which is in this part of code.
Can you tell me where or in what file I have to look to be able to trace system messages and try debug it?
Thanks,
Felix.