Recent Topics

1 Nov 08, 2007 12:24    

My b2evolution Version: 1.10.2

how to set time zone for admin interface ?

2 Nov 08, 2007 13:23

Go to the App Settings tab and then the Regional tab...

jj.

3 Nov 08, 2007 13:51

I did and still getting

Time: 05:45:30 am ยท GMT: 12:45:30 pm

to bads its 7:45 a.m eastern now

4 Nov 08, 2007 14:19

What does it say next to

"Current server time is:" ?

Calculate the difference between that time and your current timezone time, and enter the number (i.e. '2' for 2 hours) in the form box for "Time Difference:" and save the changes...

jj.

5 Nov 08, 2007 14:26

Current server time is: 06:21:06 am

6 Nov 08, 2007 14:27

ok I got it

Sorry I had a blonde moment

7 Nov 08, 2007 14:38

1 more question I have these set

W - ISO-8601 week number of year, weeks starting on Monday; i.e. "42"

z - day of the year; i.e. "0" to "365"

is there any way I could have it display as/like

ie "Day 311 Week 42 Thursday November,08 2007"

http://intheholler.net/blog/Blogintheholler.php

8 Nov 08, 2007 14:47

If you post the code you're using to generate the day/date header, someone here will be able to help you, maybe even me...

jj.

9 Nov 08, 2007 14:53

Sorry,
I'm new to this and I'm using one of the skins that came with b2Evo called custom. I'm not sure what to look for.

10 Nov 08, 2007 14:56

would this be it

<div class="bSmallHead">
<?php
$Item->permanent_link( '#icon#', '#', '' );
echo ' ';
$Item->issue_time( '' );
echo ', '.T_('by').' ';
$Item->author( '<strong>', '</strong>' );
$Item->msgform_link( $Blog->get('msgformurl'), ' ', ' ', '#', '#', '' );
echo ', ';
$Item->wordcount();
echo ' '.T_('words');
echo ', ';
$Item->views( '#', '#', '#' );
echo ' &nbsp; ';
locale_flag( $Item->locale, 'h10px', 'flag', '' );
echo '<br /> ', T_('Categories'), ': ';
$Item->categories( '#', '<strong>', '</strong>', '', '', '<em>', '</em>', ', ' );
?>
</div>

11 Jan 23, 2008 03:58

jibberjab wrote:

What does it say next to

"Current server time is:" ?

Calculate the difference between that time and your current timezone time, and enter the number (i.e. '2' for 2 hours) in the form box for "Time Difference:" and save the changes...

jj.

Hey there, new to the blogging community, had it few years ago, but a basic one, didnt care much for it..moved...now interested..

I live is MST which is -2 hours difference.. I tried putting -2, the time I had..and still it didnt change the the difference in time.. it kept saying 9pm when it is 7pm.

Cheers

12 Jan 23, 2008 04:03

Did you hit the [Save] button, which is all the way down the page?

13 Jan 23, 2008 04:12

Yes I did after several attempts even, but the numbers dont change. I tried it on both Firefox and IE broswers and it would do nothing.
Is it -2 (from the server time?) If so thats what Im doing.

14 Jan 23, 2008 05:03

Probably it is something stupid like hairball suggests, but I don't know the trick :-/

16 May 05, 2008 06:21

Hi,
when I installed my blog I (by mistake) calculated the time difference to my locale and my server to +14 hrs. It should be +13 hours and I've tried to change it through the regional tab (and yes I hit the save button at the page end). However, it refuses to change - if I refresh the page it still says 14 hours time diff.

Quite annoying as my site stats now breaks at 11pm instead of midnight.

Anyone has a solution?

There is a restore defaults - says (delete database table) that I haven't tried as I don't know what database table that would get deleted :'( (I don't want to loose my stats table)

Help!
/Lars


Form is loading...