Forums

Coding Wizards: Hoe do you refer to a nested variable? (1 post)

  1. NotaNinja
    Member
    Posted 4 years ago #

    I have an oddly formatted RSS feed that I want to display in the sidebar of my page. I think they use an odd tag to refer to the URL of the incoming post, because the RSS plug-in just displays a blank (my site address) for each link's URL.

    I am using the KB Advanced RSS plug-in which allows some control on what variable you can grab for the URL, but I can't figure out how to reference the right variable.

    This is the relevant RSS:

    [title] => Is the Tipping Point Toast? -- Duncan Watts -- Trendsetting
    [y] => Array
    (
    [rating] => 4
    [feedurl] => http://memo.yoono.com:80/rest/feed/154569?vsid=fs1
    [feedtitle] => Is the Tipping Point Wrong?
    [feedimageurl] => http://memo.yoono.com/memo/images/default_memo.png
    )

    I want to be able to reference [feedurl].. This is the format for referencing variables for the plug-in:

  2. ^title$
  3. Replacing link$ with feedurl$ doesn't work, although it seems like it should. What am I getting wrong?

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags