1 lexagon Jun 09, 2006 18:08
3 lexagon Jun 13, 2006 01:49
yeah :) got it to work. see it in action at http://www.alexandermaiwald.de/pri/index.php/all (alpha), the summary currently load to the outer right side bar, below recent comments :) Will have to do some more tuning, but by and large, it walks. (okay, so I am a little pleased with myself ;); that'll not last for long, once I announce the skin I'm working on fit for review. Mr.B is gonna have me all over the place, heh.)
In case anybody else is interested in this; I'll be glad to put the code up here - it's mostly taken over from the original summary.php anyways.
Speaking of which: ist there a way to exclude the recent posts for the currently displayed blog number from this? Like,
if( $blog == [...current blog number?...] ) continue;
That'd be nice. But one could propably live without as well :-)
g'nite! 'lex
Sounds like a bit of a mix between multiblogs.php and summary.php to me. Check out multiblogs and you'll see it uses 3 blogs, 2 of which are in the sidebar. So strip out the third and put something like summary in place of the second. Not EXACTLY summary but the guts that make summary do what summary does.