forums.eqdkp.com: Raidplan 3.0.0 - forums.eqdkp.com

Jump to content

  • (51 Pages) +
  • 1
  • 2
  • 3
  • 4
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

Raidplan 3.0.0 the official continued version

#16 User is offline   Grimfang

  • Member
  • Pip
  • Group: Members
  • Posts: 13
  • Joined: 15-June 06
  • Gender:Male

Posted 02 August 2006 - 05:57 PM

Looks cool, unfortunately it wiped my former raidplan data when i updated :(

Is there any way that I can type in the dates instead of using the calender ? And perhaps some way of setting standard times, so you basically only have to fill in the dates ?

Also the settings is a little buggy, the lines where I remove the check in the box 'loses it's line return' so the next option is placed on the same line, and not moved down to the next line.

I also seems to getting random 'page not found' errors, but haven't found any way to reproduce them consistently, a refresh sometimes solves the problem.

#17 User is offline   wallenium

  • Member
  • PipPipPip
  • Group: EQdkp Moderators - German
  • Posts: 3262
  • Joined: 24-December 05
  • Gender:Male
  • Location:Germany | Stuttgart

Posted 02 August 2006 - 10:14 PM

it is using your server time ;)

have a look at:
http://de.php.net/ma...n.setlocale.php

#18 User is offline   Genaa

  • Member
  • Pip
  • Group: Members
  • Posts: 67
  • Joined: 19-March 06

Posted 03 August 2006 - 12:55 AM

Hi Wallenium,

I have done a full clean install of the new version on my testdkp site and there is still a problem with setting times of raids. Using only the click calendar as you suggested, the date can be changed to correct date, but the time is still not working properly. It shows as correct within the initial add raid page but then when you add the raid and look at it from the list raids the date is correct but not the times.

Any advice?


Genaa

#19 User is offline   wallenium

  • Member
  • PipPipPip
  • Group: EQdkp Moderators - German
  • Posts: 3262
  • Joined: 24-December 05
  • Gender:Male
  • Location:Germany | Stuttgart

Posted 03 August 2006 - 12:56 AM

which browser?

#20 User is offline   Genaa

  • Member
  • Pip
  • Group: Members
  • Posts: 67
  • Joined: 19-March 06

Posted 03 August 2006 - 12:59 AM

View PostGenaa, on Aug 3 2006, 08:55 AM, said:

Hi Wallenium,

I have done a full clean install of the new version on my testdkp site and there is still a problem with setting times of raids. Using only the click calendar as you suggested, the date can be changed to correct date, but the time is still not working properly. It shows as correct within the initial add raid page but then when you add the raid and look at it from the list raids the date is correct but not the times.

Any advice?
Genaa


I see what is happening now - it is posting times as 5hours earlier than whatever I list them as. I have had a look at the post above on setting local times but can you tell me what code I have to put in which file to get the config to change to GMT+1 timezone please as that is what I require - also as my guild spans across several timezones does this mean that the displayed time for raid will show as different depending on which timezone the person viewing it is? If so - how can I override that and set a standard timezone of GMT+1 for times irrespective of where the person viewing the planner is?

Thanks,

Genaa

p.s. browser is Firefox for me although some of my guild mates use IE i believe.

#21 User is offline   wallenium

  • Member
  • PipPipPip
  • Group: EQdkp Moderators - German
  • Posts: 3262
  • Joined: 24-December 05
  • Gender:Male
  • Location:Germany | Stuttgart

Posted 03 August 2006 - 01:04 AM

SERVER time == shown time.

no timezones. thtas not meant to be in there. maybe in one of the next versions.

#22 User is offline   Genaa

  • Member
  • Pip
  • Group: Members
  • Posts: 67
  • Joined: 19-March 06

Posted 03 August 2006 - 01:17 AM

View Postwallenium, on Aug 3 2006, 09:04 AM, said:

SERVER time == shown time.

no timezones. thtas not meant to be in there. maybe in one of the next versions.


damn - so because my website is hosted in the states it is therefore subtracting 5 hours from whatever I set as the time? Is there no way to change what it thinks server time is?

Genaa

#23 User is offline   wallenium

  • Member
  • PipPipPip
  • Group: EQdkp Moderators - German
  • Posts: 3262
  • Joined: 24-December 05
  • Gender:Male
  • Location:Germany | Stuttgart

Posted 03 August 2006 - 02:14 AM

not as easy as you may think.. you have to hardcode it on every single page ;)

#24 User is offline   Genaa

  • Member
  • Pip
  • Group: Members
  • Posts: 67
  • Joined: 19-March 06

Posted 03 August 2006 - 02:24 AM

View Postwallenium, on Aug 3 2006, 10:14 AM, said:

not as easy as you may think.. you have to hardcode it on every single page ;)



hi wallenium,

I found a workaround by putting the following into the config.php

putenv("TZ=GMT-1");


i had to experiment with the different timezones before I found the one required but the above now allows raids to be displayed for the times at which I want them to start :)

cheers for a fantastic piece of work! i love some of the comments people are posting already in their signups hehe


Genaa

#25 Guest_slean_*

  • Group: Guests

Posted 03 August 2006 - 11:08 AM

Hi guys,
first of all thanks for putting this plugin.
i downloaded and installed it yesterday on my server.
so far i can see a new section "Raid Planner" under my "administrative panel".
after i setup event and create add a new raid planner, the raid is not showing after i clicked "add raid".
is there anything that i can do to fix this? or i missed out something during installation?
thanks,
slean

#26 Guest_Clocks_*

  • Group: Guests

Posted 03 August 2006 - 08:52 PM

*edit* working on my first date problem

OK. So I guess you HAVE to use the calendar plugin, or else it wont take your updates to the times. This is a little annoying when posting a month's worth of events.

And a smaller request...any way to change the date format to the US version?

ie. Day-Month-Year

#27 User is offline   wallenium

  • Member
  • PipPipPip
  • Group: EQdkp Moderators - German
  • Posts: 3262
  • Joined: 24-December 05
  • Gender:Male
  • Location:Germany | Stuttgart

Posted 03 August 2006 - 10:08 PM

date format: strftime() (look at php.net), it is at the language file.

@slean: you have to set permissions.

#28 Guest_Clocks_*

  • Group: Guests

Posted 03 August 2006 - 11:23 PM

View Postwallenium, on Aug 4 2006, 01:08 AM, said:

date format: strftime() (look at php.net), it is at the language file.

@slean: you have to set permissions.


Thank you. There were several things in the language file I changed for clarity.

#29 User is offline   Genaa

  • Member
  • Pip
  • Group: Members
  • Posts: 67
  • Joined: 19-March 06

Posted 03 August 2006 - 11:47 PM

View PostClocks, on Aug 4 2006, 07:23 AM, said:

Thank you. There were several things in the language file I changed for clarity.



Hi Clocks,

Any chance you can post the changes needed to language files to change the date format to day:month:year as my guildies have requested same.


Cheers,

Genaa

#30 User is offline   wallenium

  • Member
  • PipPipPip
  • Group: EQdkp Moderators - German
  • Posts: 3262
  • Joined: 24-December 05
  • Gender:Male
  • Location:Germany | Stuttgart

Posted 03 August 2006 - 11:47 PM

can you send it to me? (pm)

  • (51 Pages) +
  • 1
  • 2
  • 3
  • 4
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users