Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • dhartionline Friend
    #161547

    After a user registers, the text that says “Your account has been created and an activation link has been sent to the e-mail address you entered. Note that you must activate the account by clicking on the activation link when you get the e-mail before you can login.” displays below module position sl1-l.

    How do I move this to the top of the page right below the main menu?

    Here is a screenshot of where it currently displays:

    Saguaros Moderator
    #381849

    1) you copy this file: pluginssystemjat3base-themesdefaultpagedefault.php to the
    templates/ja_telineiv/page folder

    Then you open that file and remove the following code:
    [PHP]
    <?php echo $this->loadBlock (‘message’) ?>

    [/PHP]

    2) you access the template configuration, then click to the Layout Tabs, and edit the Default Layout. you find:

    <block name=”cpanel” type=”usertools/cpanel”></block>

    replace by;

    <block name=”cpanel” type=”usertools/cpanel”></block>
    <block name=”message” type=”message” style=”raw” no-wrap=”1″ no-main=”1″ ></block>

    3) add the following code into the template.css file:

    #system-message .message {
    width: 950px;
    margin: 0 auto;
    }

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Saguaros 13 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum