By peteremcc on
Hi all,
I'm using views to set up multiple blogs with custom URLs.
I just created one view called blog and used the argument "User: Username is Author" to create the individual views for each user, ie: domain.com/blog/username
Then I added the argument "RSS: RSS Feed Selector" which creates an RSS feed for each user's blog.
However I have two issue...
1) it doesn't create an RSS feed for domain.com/blog (which i use as a view for ALL users combined)
2) I can't set titles for the RSS feeds because anything I add into the title field applies to ALL the rss feeds. is there some way to put a variable into that title field (like $username's Blog or something).
Thanks!
Comments
anyone?
anyone?
progress
ok, i've realised that for the arguments you have to use %1 and have the argument you want also listed.
but even when i do this, i'm still not getting anything.
putting "Blog posts by %1" into the title, gives me a title of "Blog posts by ".
Any ideas?
Just another quick update. If
Just another quick update.
If i use the title: "Title %0 %1 %2 %3 %4"
I get the output: "Title %0 %3 %4"
works for me ...
actually the blogs post by %1 works ...
except i want the blog title and not the username...
... oh just figured out what's up.
%1 takes the last argument in the url i guess... and my blog setup is a little wonky ... some folks have titles ...and other just uid's ... so depending on which it is ... determines what rss feed the get.