2 vegarg Jan 25, 2004 20:31

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?
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
i begin to understand how b2evolution and it's function is working. absolutly great.
many thanks for the quick help.
No problem. :D
-Vegar
I tried including that code in my sidebar and I got this:
Output format [html] not supported.
Any ideas?
Because that was written a year ago and for an old version. You will need to use the updated tags. Look at multiblogs.php
Anyone prepared to give up the updated code for a b2evo user too lazy to dig through updatelogs?
Like I said, look at multiblogs.php. It's pretty obvious which tags should be replaced with which.
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].
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?
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
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