1 ilsott Apr 28, 2007 12:44
3 ilsott Apr 30, 2007 14:29
personman wrote:
I'll start with your last question. Have you enabled Extra Path Info in App Settings?
Sweet! Nix that last question, it works.
4 edb Apr 30, 2007 15:32
Okay how about syndication feeds and blog #1? Since all posts in all blogs are part of blog #1 (because blog #1 is an aggregator blog) it sort of makes sense that all posts show up in blog #1. Doesn't it, given that?
5 ilsott Apr 30, 2007 17:30
EdB wrote:
Okay how about syndication feeds and blog #1? Since all posts in all blogs are part of blog #1 (because blog #1 is an aggregator blog) it sort of makes sense that all posts show up in blog #1. Doesn't it, given that?
Yes, that would make perfect sense. But I once was able to get the [link/blogurl]+[link/title] going in the Blog All. I was wondering if the same thing would be possible with the RSS feed.
I did some digging, and I came up with the OldOld code that I once used, I forget which version, but I believe 1.7.x. This was in the generate posts section of main.php.
<?php
$theTitle=$DB->get_row("SELECT blog_name FROM T_blogs WHERE (blog_ID='$Item->blog_ID')");
//$_SERVER['PHP_SELF']
echo "<a href=";
echo($Blog->disp( 'blogurl', 'raw' ));
echo"?blog=$Item->blog_ID class='maintitles' title=''>$theTitle->blog_name</a>";
?>
I'll start with your last question. Have you enabled Extra Path Info in App Settings?