OK, I got zFeeder set up and I'm pulling in threads from my vbulletin forum onto a test page here -
http://www.shiola.co.uk/index.php
How can I change the date/time format? Currently this is pulling it in - {pubdate} - so a date looks like this: 2005-09-04T10:24:46-04:00, which is ugly. I just want 4th Sept or something similar.
Also, the forum RSS2 feed is here -
http://www.shiola.co.uk/forum/external.php?type=rss2 - and there is a tag for the author of the post - <dc:creator>postername</dc:creator> - how can I pull that into the test page? I tried using {creator} and {dc:creator} in the template but it didn't work.
Is there anyway to limit the length of text to a certain amount of characters? So the title is only ever 30 characters long and then there's three dots if it goes over, eg. longtitle that is more than thir...