• I have managed to get two separate php calls into one page and it seems to work fine using the following code.

    <?php quotescollection_quote('tags=about-us-sa'); ?>
    
    <?php quotescollection_quote('tags=customer'); ?>

    The problem is when I use the auto_refresh function it refreshes both of the two quote boxes and not just the one I want it two which is the customer quotes collection. eg.

    <?php quotescollection_quote('tags=about-us-sa'); ?>
    
    <?php quotescollection_quote('auto_refresh=10&tags=customer'); ?>

    Any ideas on how to make them act as two seperate quote boxes as the first box will only have one quote always and doesn’t need to change.

    https://www.ads-software.com/extend/plugins/quotes-collection/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Quotes Collection] Add two quotes to a page in seperate PHP calls’ is closed to new replies.