Not signed in (Sign In)

Categories

Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.

Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    •  
      CommentAuthorwogan
    • CommentTimeApr 4th 2009
     # 1
    That's basically my question. I need to be able to get at the feeds - to generate a completely seperate page for them, but I don't see an easily accessible or decodable list anywhere.

    ~ Wogan
    •  
      CommentAuthorRyan McCue
    • CommentTimeApr 4th 2009
     # 2
    They're located in a file called content/system/config/feeds.data. This is an array, which is serialised and then base64 encoded, so, you'll need something like:
    $feeds = unserialize(base64_decode(file_get_contents('./lilina/content/system/config/feeds.data')));

    There's a function called lilina_load_feeds() in file-functions.php that takes a filename as a parameter and returns an array this way, so you can use that. It also works independent of Lilina.
Add your comments
    Username Password
  • Format comments as