Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • dottorbonfy Friend
    #174122

    I’m using the standard Joomla contacts component, and I enabled the feature that shows the articles created by each specific contact: so, when I browse my contacts, I can see their infos, their contact forms and the tab which shows the articles that they wrote.

    Anyway, I’ve noticed that the maximum articles’ number that can be shown is 10: if that contact created 11 or more articles, only 10 of then are listed.

    Someone knows why? And, most of all, does anybody know how to override this limit?

    if such a problem was already posted on this forum, I apologize right now. Thanks everybody.

    khoand Friend
    #439258

    Could you give me a link to your page? Because your website you provide is not correct.

    dottorbonfy Friend
    #439860

    Hi Khoand, and thanks for replying to me.
    The website I’m working on is http://www.antrodiulisse.eu.
    I can also give you a direct link to a contact’s page (http://antrodiulisse.eu/component/contact/contact/191-collaboratori-esterni/15-tommaso-trombetta), where you can browse the Article Tab (called ‘Articoli‘ in italian): there you’ll see 10 listed articles, but the number of articles writtend by that Contact are much more: unfortunately, the Joomla Contact Component shows just 10!

    If you can help me, I’m grateful.

    Thanks again.

    khoand Friend
    #439967

    You replace the code from /components/com_contact/models/contact.php


    $db->setQuery($query, 0, 10);

    with

    $db->setQuery($query, 0);

    dottorbonfy Friend
    #440824

    Thank you so much, Khoand… Your help was so precious…

    See ya.

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

This topic contains 5 replies, has 2 voices, and was last updated by  dottorbonfy 12 years, 9 months ago.

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