The Joomla! Forum ™



Forum rules


Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.



Post new topic Reply to topic  [ 6 posts ] 
Author Message
PostPosted: Fri Aug 10, 2012 11:57 am 
Joomla! Intern
Joomla! Intern

Joined: Wed Oct 05, 2011 8:12 am
Posts: 52
Hello,

I am not getting a confirmation of application received and my research has show that I need to have <jdoc:include type="message" /> in my template.

I have checked my template and am not sure in what file and where in the file this must go.

Please could you help

Regards Kim :)


Top
 Profile  
 
PostPosted: Fri Aug 10, 2012 12:12 pm 
Joomla! Enthusiast
Joomla! Enthusiast

Joined: Mon Mar 14, 2011 10:15 am
Posts: 102
Location: UK
This will go somewhere in the index.php of your template files, which will be located at joomla_root/templates/template_name/index.php

_________________

Faldinio of -
Localorie IT Services | http://www.localorie.co.uk


Top
 Profile  
 
PostPosted: Fri Aug 10, 2012 12:24 pm 
Joomla! Intern
Joomla! Intern

Joined: Wed Oct 05, 2011 8:12 am
Posts: 52
Thanks I have found the file, where in the file can I put this code? can I just paste it at the bottom?


Top
 Profile  
 
PostPosted: Fri Aug 10, 2012 12:32 pm 
Joomla! Intern
Joomla! Intern

Joined: Wed Oct 05, 2011 8:12 am
Posts: 52
I managed to find the position thanks.

Just one more thing, the message appears at the bottom of the page, how can I have it show at the top of the page?


Top
 Profile  
 
PostPosted: Fri Aug 10, 2012 12:49 pm 
Joomla! Enthusiast
Joomla! Enthusiast

Joined: Mon Mar 14, 2011 10:15 am
Posts: 102
Location: UK
Just move the line of code to where you want it to appear on the page. Usually it's above or near the component module position - look for <jdoc:include type="component" />

If you want it right at the top of the page, move it to the top of the page. Most likely you will have a container or wrapper div at the start of the body, so put it first within that.
For example:

</head>
<body>
<div id="container">
<jdoc:include type="message" />
...rest of html...

_________________

Faldinio of -
Localorie IT Services | http://www.localorie.co.uk


Top
 Profile  
 
PostPosted: Fri Aug 10, 2012 2:54 pm 
Joomla! Intern
Joomla! Intern

Joined: Wed Oct 05, 2011 8:12 am
Posts: 52
wonderful many thanks, worked perfectly, have a great evening
regards Kim


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 



Who is online

Users browsing this forum: No registered users and 12 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group