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
Confirmation Approval Sent
- Jan
- Phoca Hero
- Posts: 48728
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Confirmation Approval Sent
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 5
- Joined: 16 Feb 2010, 04:12
Re: Confirmation Approval Sent
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.
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.
- Jan
- Phoca Hero
- Posts: 48728
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Confirmation Approval Sent
Hi, can I see the site where this occurs?
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 5
- Joined: 16 Feb 2010, 04:12
Re: Confirmation Approval Sent
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.
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.
- Jan
- Phoca Hero
- Posts: 48728
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Confirmation Approval Sent
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

Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 5
- Joined: 16 Feb 2010, 04:12
Re: Confirmation Approval Sent
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.
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.
- Jan
- Phoca Hero
- Posts: 48728
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Confirmation Approval Sent
Hi, no idea what can be wrong there, if the code is there: <jdoc:include type="message" /> then it should work
Jan


Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 5
- Joined: 16 Feb 2010, 04:12
Re: Confirmation Approval Sent
Hi Jan,
I looked at page source code and found the following:
It looks like there is no message for successful path.
Can be problem in this place?
Thanks,
Felix.
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;}
}
-->
Can be problem in this place?
Thanks,
Felix.
- Jan
- Phoca Hero
- Posts: 48728
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Confirmation Approval Sent
Hi, this is the javascript code for displaying error message while adding the values. But system message is coming after reloading the page.
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 5
- Joined: 16 Feb 2010, 04:12
Re: Confirmation Approval Sent
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.
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.