Error Page & Registration Confrimtaion Page

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sat Oct 13, 2012 1:10 pm
Reply with quote
Report this post
Hi Guys,

Just looking at these couple of small issues,

1) The error page exists, but does not seem to always appear, I am having the issue where the error page will work / appear for registered users but will not appear for guests on the front end?

Also

2) The registration confirmation message appears in a small ajax 'pop-down' from the top which works, however ideally I wanted this to appear within the main-body section which currently appears blank when you register, can i allocate a module to this specific page & position or can i change the message already in place to appear within the main body instead?

These are the last couple of adjustments i need to make at this stage so any prompt assistance is greatly appreciated.

Any hints, tips or tricks appreciated.
User avatar
Fresh Boarder

GK User
Wed Oct 17, 2012 10:16 am
Reply with quote
Report this post
Hi,

1) Could you provide me an example when the 404 error custom page doesn't appear in your template?

2) You said about the standard message bar which appears at the top of the website? If yes, you can move this bar to all possible places by moving the proper code fragment:

Code: Select all
<?php if(count($app->getMessageQueue())) : ?>
<jdoc:include type="message" />
<?php endif; ?>


currently it is located in the layouts/default.php file.
User avatar
Administrator


cron