1 daniel Oct 10, 2007 15:12
3 daniel Oct 12, 2007 19:33
Hmmm, the idea is not bad... I think, I will give it a try... and when I´m not successful in creating it alone... I will come back and ask for help ;-)
4 yabba Oct 12, 2007 19:51
Don't quote me, cos it's late and I haven't checked any of this, but :
Daniel wrote:
The most preferable way (for me) would be one additional field in the make-new-postings-window (expert) - analog to "title", "URL" and so on... there I would like to add several tags (separated with commas), which then wouldn´t be shown in the posting itself, but would be added the the two or three "normal" categories in the new dedicated newsfeed...
This would probably be easier to achieve in 2.0.x as it has tag support, so you have a *url* style box below your post area, on the write screen, to add tags ( comma separated ), and I'm fairly sure you could add the tags to an rss feed ( if it doesn't already do that, I haven't checked ) in the way you want. Unfortunately there's no separation of post tags and rss tags, so it's a smidge of an "all or nothing" solution, but it's better than what's currently available huh? ;)
In the meantime you'd need to code in the tag functionality ( I'm sure I have a plugin somewhere that does some of this, if I find it I'll link it ).
¥
Yes, they are skins.
Maybe easier would be to create a renderer pluging, which is activated only when displaying XML and not when displaying HTML.
Let's say you input something like this:
and your pluging interprets this, and puts the desired tags into your XML feed.
Creating plugins for b2evo is not difficult. Even a complete neophite like me can do it.