Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • kairey Friend
    #177335

    Just another one to add to the list….

    Has anybody else noticed but in the plugin there is an option to turn off re-tweets, which I did when I first set it up.

    However just noticed this morning that is is streaming anything that has been re-tweeted as well!

    Anyone else?

    Thanh Nguyen Viet Friend
    #454410

    To fix this issue, please follow below steps:
    1. Open the file: plugins/system/jasocial_feed/jasocial_feed.xml
    Find and replace this code snippet:
    <field name=”tw_fetch_retweet” type=”list” default=”1″ label=”FETCH_RETWEET” description=”FETCH_RETWEET_DESC”>

    with:
    <field name=”twitter_fetch_retweet” type=”list” default=”1″ label=”FETCH_RETWEET” description=”FETCH_RETWEET_DESC”>

    2. Open the file: plugins/system/jasocial_feed/jasocial_feed.php

    Find and replace:
    [PHP]$getRetweet = (int) $this->getProperty($profile, ‘tw_fetch_retweet’, 1);[/PHP]

    With:
    [PHP]$getRetweet = (int) $this->getProperty($profile, ‘twitter_fetch_retweet’, 0);[/PHP]

    3. Go to plugin setting page, change option ‘Fetch Retwee’ to ‘No’, then save your profile.

    4. Open the file: plugins/system/jasocial_feed/cache/cache.txt
    Clear its content.

    5. Test again

    kairey Friend
    #454537

    Thanks one problem solved! 🙂

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

This topic contains 3 replies, has 2 voices, and was last updated by  kairey 11 years, 11 months ago.

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