Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • reders Friend
    #126408

    Please can somebody help?
    Everything is working fine on this template apart from:

    If a new user wants to register, the registration form appears below the News Content, How do I make the Registration form appear above the News Content?

    Regards,
    Reders

    Menalto Friend
    #241561

    Give us your site url?

    reders Friend
    #241742
    Menalto Friend
    #241744

    Find this in the index.php file:
    <?php
    global $mainframe, $option;
    $m_menu = $mainframe->get( 'menu' );
    $m_params = new mosParameters( $m_menu->params );

    $m_intro = $m_params->def( 'intro', 4 );
    $m_leading = $m_params->def( 'leading', 1 );
    if ( $option != 'com_frontpage' || $m_intro || $m_leading) {
    ?>
    <?php mosMainBody(); ?>
    <?php } ?>

    Cut, and then find this:
    <div id="ja-content">
    Paste it below so it will look like this:
    <div id="ja-content">
    <?php
    global $mainframe, $option;
    $m_menu = $mainframe->get( 'menu' );
    $m_params = new mosParameters( $m_menu->params );

    $m_intro = $m_params->def( 'intro', 4 );
    $m_leading = $m_params->def( 'leading', 1 );
    if ( $option != 'com_frontpage' || $m_intro || $m_leading) {
    ?>
    <?php mosMainBody(); ?>
    <?php } ?>
    <?php if ( mosCountModules('vm-fp') ) { ?>
    <!-- BEGIN: FEATURE PRODUCTS -->
    <div id="ja-feature">
    <div id="ja-feature-products">
    <?php mosLoadModules('vm-fp', -1); ?>
    </div>
    </div>
    <!-- END: FEATURE PRODUCTS -->
    <?php } ?>

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

This topic contains 4 replies, has 2 voices, and was last updated by  Menalto 16 years, 8 months ago.

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