1 richgilberto Jun 19, 2009 00:37
3 richgilberto Jun 19, 2009 04:36
Thanks so much! One thing... I found the file, but it's not letting me open it - it says it doesn't exist on the system but I'm positive I'm entering the right address. I'm brand new with this stuff, thank you for being patient with me.
Cheers,
Rich
4 afwas Jun 19, 2009 06:18
Something is wrong with this file in two setups I tried. Multiblogs.php redirects to the home page. I don't know why.
I'll investigate and report back to this topic.
Good luck
5 richgilberto Jun 19, 2009 12:46
Perhaps this was written for the older version? Thanks for looking into this.
6 filthio Jun 20, 2009 02:47
7 kane Jun 22, 2009 01:55
Wouldn't you just post the "show" blog much the same way as the "link blog" is posted on the right to simulate a blogroll?
Add the "linkblog" widget and set it to the display whatever blog you want it to display. :)
8 edb Jun 22, 2009 12:13
kane wrote:
Wouldn't you just post the "show" blog much the same way as the "link blog" is posted on the right to simulate a blogroll?
Add the "linkblog" widget and set it to the display whatever blog you want it to display. :)
I think the problem there is you wouldn't get all the goodies you get in the actual post loop. Like any plugins rendering stuff and the comments link and things like that. The idea being two columns of posts. I think!
9 yabba Jun 22, 2009 12:22
[url=http://demo1.b2evolution.net/stable/summary.php]summary.php[/url] is probably a good starting point ;)
¥
10 lturner Jun 22, 2009 13:15
11 cosmictotem Feb 21, 2011 02:51
EdB wrote:
kane wrote:
Wouldn't you just post the "show" blog much the same way as the "link blog" is posted on the right to simulate a blogroll?
Add the "linkblog" widget and set it to the display whatever blog you want it to display. :)
I think the problem there is you wouldn't get all the goodies you get in the actual post loop. Like any plugins rendering stuff and the comments link and things like that. The idea being two columns of posts. I think!
This thread is also related directly to what I am also trying to do: Two columns of posts. Sorry for starting a separate thread. I am also most interested in seeing if Rich finds a solution to this.
12 cosmictotem Feb 21, 2011 02:59
lturner wrote:
Have you tried this plugin?
http://personman.com/sideblog_plugin_for_b2evolution
L
Iturner,
For step 3, is the "blog settings" or "global settings"? I don't see "Sideblog" in either. Do I have to have a certain template? Thanks.
Edit: Found it. Thanks.
I'm using the evocamp skin...do you know which file I add this code to?:
<?php
// MostComments plugin:
$Plugins->call_by_code( 'sideblog', array(
'limit' => 5,
'blog' => 3,
) );
// Add parameters in the array.
?>
13 cosmictotem Feb 21, 2011 13:04
Btw, can anyone share a link to a b2evolution example of a two post column blog? Thank you.
Hi richgilberto,
Look for the file /blogs/multiblogs.php. It is an example with three blogs on one page. Use it as a startingpoint for your project.
Good luck