1 kiesow Jan 25, 2004 20:21
3 kiesow Jan 25, 2004 21:11
many many thanks. it works and it rocks :-)
but i understand, why it works. it seems you only moved the
<?php the_date() ?>
or am i missing something?
4 vegarg Jan 25, 2004 21:15
The function the_date() is written so that with several posts of the same date, the date will only be displayed once. the_time(), however, is always displayed. And setting the attribute for the the_time() function as "d.m.Y" makes it output the date after every single post, which is what you wanted to avoid. :)
-Vegar
5 kiesow Jan 25, 2004 21:20
i begin to understand how b2evolution and it's function is working. absolutly great.
many thanks for the quick help.
6 vegarg Jan 25, 2004 21:24
No problem. :D
-Vegar
7 personman Mar 09, 2005 04:02
I tried including that code in my sidebar and I got this:
Output format [html] not supported.
Any ideas?
8 graham Mar 09, 2005 09:28
Because that was written a year ago and for an old version. You will need to use the updated tags. Look at multiblogs.php
9 frank Mar 09, 2005 11:27
Anyone prepared to give up the updated code for a b2evo user too lazy to dig through updatelogs?
10 graham Mar 09, 2005 11:44
Like I said, look at multiblogs.php. It's pretty obvious which tags should be replaced with which.
11 personman Mar 09, 2005 15:01
Ok. I'll look over multiblogs.php and see what I can figure out. In the meantime, I'm using 2 linkblogs in my sidebar ([url=http://forums.b2evolution.net/viewtopic.php?p=16556#16556]see this thread[/url].
12 frank Mar 09, 2005 16:56
Graham wrote:
Like I said, look at multiblogs.php. It's pretty obvious which tags should be replaced with which.
Obvious to some perhaps...
Anyway, I figure the easiest way of doing this is to use multiblogs.php . How do I set multiblogs to be the default page on the site?
13 topanga Mar 09, 2005 17:13
make for all your blogs stubfiles.
Look that none of the blogs are like 'default weblog on index.php'
and that none are : 'other weblog trough index.php'
so : none of your blogs is using index.php
than
rename index.php to indexold.php (you will never know when you want it back)
rename multiblogs.php to index.php
14 frank Mar 09, 2005 17:58
Thanks Topanga. I did try and figure out how to create a date-ordered sidelog by nicking code from the multiblogs file in the end and what do you know: it worked. It doesn't look great yet, but at least I've got an alphabetical linkblog and a date-ordered sidelog on the right-hand side of the page now :D
Try this:
Does that work the way you want it to? :-/
-Vegar