Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • aboutantigua Friend
    #126516

    I have a strange problem where the ‘frontpage’ appears at the bottom of ‘articles’, this seems to happen randomly too!

    Please look at the image link below

    pic

    Thanks in advance

    Menalto Friend
    #241960

    Which version of Joomla do you use?

    aboutantigua Friend
    #241961

    Im using J! 1.5

    cgandola Friend
    #242484

    I have the same problem. Can you solve it please?

    aboutantigua Friend
    #242524

    Hi Cgandola,
    This is caused by deleting one of the buttons from the ‘main menu’ list. A button that defines the layout.
    So you may have deleted the button ‘layout’ or ‘samples’ which I did. Unfortuantley I had to start from scratch and redo the project. So be careful what you delete

    I asked in another thread how layout for articles is chosen or created.

    noelh Friend
    #243110

    Same problem here. Can’t seems to find any answer

    bigrk Friend
    #243112
    webtregy Friend
    #243165

    <em>@bigrk 45702 wrote:</em><blockquote>Have you read this thread?

    http://www.joomlart.com/forums/topic/fix-for-ja-news-showing-on-every-page/</blockquote>

    this hack works also in joomla 1.5?
    i try this in 1.5 but the code seems different.

    webtregy Friend
    #243340

    technical support have no idea?

    noelh Friend
    #243434

    This is the code in 1.5, The fix does not work

    <?php if ( $this->countModules(“ja-news”) ) { ?>

    Menalto Friend
    #243437

    Can you try this:
    Find this in the index.php file:

    <?php if ( $this->countModules("ja-news") ) { ?>
    <div id="ja-newswrap">
    <jdoc:include type="modules" name="ja-news" style="raw" />
    </div>
    <?php } ?>

    Replace it so it looks like this:

    <?php if( JRequest::getVar( 'view' ) == 'frontpage' ) { ?>
    <div id="ja-newswrap">
    <jdoc:include type="modules" name="ja-news" style="raw" />
    </div>
    <?php } ?>

    I tested this here local where i put the ja-news to be visible on all pages, i tried to click on each menu item, each article/link in the ja-news module and ja-news shows only on frontpage

    webtregy Friend
    #243468

    ok, works fine! many many thanks!

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

This topic contains 12 replies, has 6 voices, and was last updated by  webtregy 16 years, 7 months ago.

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