Hour problem

Anything shuushuu related that doesn't fit into the other forums :)
Post Reply
User avatar
Yukino_Asakura
Posts: 188
Joined: Tue Jun 12, 2007 3:08 pm
Location: In strange country called Venezuela xD

Hour problem

Post by Yukino_Asakura »

Well i'll try say it i nthe best form i can, sorry if you don't understand well for my really bad english.

The point of this message is a little problem that i had with the hour of the side. you know we can put our timezone for see when was posted the pics and the messages,well since the next sunday here (Venezuela) we will change our timezone to GMT - 4.5hours and the page don't had this new timezone,maybe in the future Anony-san you can make anything with it?

Thanks a lot and sorry for the trouble nwñU
Image
User avatar
A.Dantes
Posts: 172
Joined: Wed Nov 14, 2007 11:13 pm

Post by A.Dantes »

For phpBB2, the file that needs to be modified is /language/ {lang_english for english} /lang_main.php . These changes should be made for each language.

After the line

Code: Select all

$lang['-5'] = 'GMT - 5 Hours';
add the line

Code: Select all

$lang['-4.5'] = 'GMT - 4.5 Hours';
After the line

Code: Select all

$lang['tz']['-5'] = 'GMT - 5 Hours';
add the line

Code: Select all

$lang['tz']['-4.5'] = 'GMT - 4.5 Hours';
User avatar
Yukino_Asakura
Posts: 188
Joined: Tue Jun 12, 2007 3:08 pm
Location: In strange country called Venezuela xD

Post by Yukino_Asakura »

I don't understand what Dante-san was say D:U
Image
User avatar
A.Dantes
Posts: 172
Joined: Wed Nov 14, 2007 11:13 pm

Post by A.Dantes »

That would be because correcting the problem requires modifying the files running phpBB on the server. What I posted is the method to do so, which does no good unless someone with access to the server chooses to use it.
User avatar
wrexness
Posts: 1144
Joined: Thu Sep 20, 2007 11:09 pm
Location: Flyover Country

Post by wrexness »

Yukino_Asakura wrote:I don't understand what Dante-san was say D:U
In essence, he's telling Anony what he would need to do to fix the issue. :3
User avatar
anonymous_object
Site Admin
Posts: 1584
Joined: Tue Jan 24, 2006 2:04 pm
Location: Good old US of A
Contact:

Post by anonymous_object »

Sigh... fine, I made the changes to the English and Spanish template. I try to avoid making changes to the phpBB code for a variety of reasons, but this will do for now.
e-shuushuu!
Image
User avatar
Yukino_Asakura
Posts: 188
Joined: Tue Jun 12, 2007 3:08 pm
Location: In strange country called Venezuela xD

Post by Yukino_Asakura »

Thanks Dante-san, Wrexness-san and Anony-san for your anwers and help n-n
Image
Post Reply