Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Ashwin Iyer Friend
    #161614

    Facing problem of content duplication on front end of ja rasite joomla 1.6 template – slideshow, featured articles, user modules, sections everything showing duplication of all the articles. In backend only single article is there.

    Need solution as soon as possible.

    Phill Moderator
    #382043

    Can we have a link to your site to begin with? Does the same occur if you switch to a different template?

    Ashwin Iyer Friend
    #382467

    if even after changing template, the dupplication is happening, then fix the problem with this solution.

    follow the path, components/com_content/models/articles.php

    On line no.207,

    you can see this line

    $query->join(‘LEFT’,’#__contact_details AS contact on contact.user_id = a.created_by’);

    change it to

    $query->join(‘LEFT’,’#__contact_details AS contact on contact.id = a.created_by’);

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

This topic contains 3 replies, has 2 voices, and was last updated by  Ashwin Iyer 13 years, 8 months ago.

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