• author indicates that this flaw is not worth a fix, this seriously lowers my expectations that this plugin will be maintained correctly.

    when giving attribution using “feed to post”, the text of the source link is wrong, it uses the category name of the post instead of the name or URL of the post.

    for example if I’m assigning category vintage to the feed, the generated code is:

    Source: Vintage

    instead of:

    Source: http://unclegil.blogspot.com/2013/03/stone-cold-mama.html

    or

    Source: Stone Cold Mama

    where “Stone Cold Mama” is the title of the feed item.

    If this gets fixed then I’ll updrade the rating to 5

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Allen

    (@amweiss98)

    do you have this box checked?

    http://www.screencast.com/t/rWRUxlS5

    Thread Starter rickmp3s

    (@rickmp3s)

    yes, I have “Show Feed or Author Name” check, also “Show Feed Source”

    Plugin Author Allen

    (@amweiss98)

    if you have show feed or author named checked then it will always look to see if that’s in the feed and will then show that (the author or feed name, if it is there) with each post. The source, if you say to add that, will also show the source, as noted in the name you gave to the feed (in the feed panel)

    Thread Starter rickmp3s

    (@rickmp3s)

    Then how I get the plugin to display the name of the post or the URL of the post where, at the bottom of the post, it generates:

    Source: Vintage

    it should be something like:

    Source: The Post Title
    or
    Source: http://rickshide.com/a_post.html

    “Vintage” is the category of the post and has nothing to do with the originating content.

    Plugin Author Allen

    (@amweiss98)

    go into import_posts.php and find these lines:

    if ($addSource==1){
    $thisContent .= ‘
    ‘.$sourceLable.’: ‘.$items[“myGroup”].’‘;
    }

    change the word mygroup to mylink, if you want the link, or mytitle if you want the post title. You’ll need to save this and save a copy since this will be overwritten with the next update (and since nobody else has ever asked for this, I won’t be including this as an option in the near future).

    Thread Starter rickmp3s

    (@rickmp3s)

    thanks, but I don’t understand why you don’t want to correct this, having the category as the name of the link back to the original post is clearly wrong, it should be the original post title or URL

    Plugin Author Allen

    (@amweiss98)

    because I have tons of other things I need to do and typically only add features when there is more than 1 person who wants it..and so far this requests comes from just 1 person.

    Plugin Author Allen

    (@amweiss98)

    This person was given a way to fix the problem, but decided to vent their frustrations instead. I would suggest reading the hundreds of positive reviews instead of this one.

    Plugin Author Allen

    (@amweiss98)

    I just added this feature in version 2.64. While the person who rated the plugin a 1 said that they way I had it before was “totally wrong”, having the name of feed source as the source of the feed item is simply giving respect where it deserves. What you are doing is letting people know what site you got the RSS feed from…thus giving credit where credit is due.

    Having said this, some people want to put something else as the source (e.g., the title (which is redundant) or the link (which is typically very long and if too long will blow out your theme), but now you can do this if you want.

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘source text is wrong’ is closed to new replies.