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

Jump to content

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

Raidplan 3.0.0 the official continued version

#31 Guest_Truwen_*

  • Group: Guests

Posted 04 August 2006 - 03:04 AM

I have read over this thread a bit and am having a problem with my raid planner showing the correct time, I tried to do the putenv code but when I did that it showed 17:00 as the time every time i set a value. I am very new to this and would like some help setting this up so my guild can get to raiding.

-Truwen

#32 Guest_slean_*

  • Group: Guests

Posted 04 August 2006 - 12:15 PM

Hi,
it's me again :D
is there any instruction on how to use raid planner?
i tried creating a raid planner after the installation.
but when i click on list raid, nothing is listed.
any kind of help is much appriciated.
-steve

#33 User is offline   wallenium

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

Posted 04 August 2006 - 12:21 PM

no. i've no time and my english isnt the best.. ;)

maybe sb might write one :D

#34 Guest_Dahn_*

  • Group: Guests

Posted 04 August 2006 - 01:50 PM

Wallenium,

Well done! I've made some changes based upon various posts/ideas I'm happy to offer if they are useful...

- signup status in listraids page (new column to show which raids are signed up, confirmed or deleted)
- Added raid leader field (very easy)
- display last 10 expired raids in separate table at bottom of list view so people can see raids in progress and recent raids
- added signup summary counts to admin list display

If I can help with localizations or other changes, let me know. I'm happy to PM you any of the above changes, minor as they are, if you wish.

#35 Guest_Dahn_*

  • Group: Guests

Posted 04 August 2006 - 02:09 PM

By the way, why the need to edit the global template for wildcard support? I believe plugins can add to the settings page on their own. I know the Tradeskills plugin does this. I'll try to see if I can get that working in your latest build and send you the recommended changes.

#36 User is offline   wallenium

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

Posted 04 August 2006 - 02:42 PM

the wildcard is in the ADMIN settings. not in the user settings ;)

you can add things to the settings menu, have a look at my latest addon: UserChars!

#37 Guest_Dahn_*

  • Group: Guests

Posted 04 August 2006 - 03:02 PM

View Postwallenium, on Aug 4 2006, 02:42 PM, said:

the wildcard is in the ADMIN settings. not in the user settings ;)


ah right. i misunderstood your instructions in the original post for

Quote

if you want to use the wildcard system:

settings.html of your eqdkp theme


as the user settings page. my mistake.

#38 User is offline   wallenium

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

Posted 04 August 2006 - 03:07 PM

*gg* np. the users would set their wildcard every time.. would be a nice feature: wilcard for everyone :D

#39 User is offline   Genaa

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

Posted 05 August 2006 - 02:43 AM

View PostTruwen, on Aug 4 2006, 11:04 AM, said:

I have read over this thread a bit and am having a problem with my raid planner showing the correct time, I tried to do the putenv code but when I did that it showed 17:00 as the time every time i set a value. I am very new to this and would like some help setting this up so my guild can get to raiding.

-Truwen



try playing around with what you actually set the TZ= to be, depending on where you are in the world relative to where you webserver is based. So for me the value may be different than for you. Try GMT+1, GMT+2 etc until you get to the value which stays as you need it when you enter the times....


Hope that helps a little - trial and error really :)

Genaa

#40 User is offline   Grimfang

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

Posted 05 August 2006 - 04:02 AM

Can I set the clock to a standard time ?

Is there going to be a possibility of typing in times and dates in a future version ?

#41 User is offline   wallenium

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

Posted 05 August 2006 - 04:07 AM

@first: no.
@second: maybe ;)

#42 Guest_Clocks_*

  • Group: Guests

Posted 05 August 2006 - 01:09 PM

View PostGenaa, on Aug 4 2006, 02:47 AM, said:

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


//time translations
$lang['rp_time_format']			   = "%A, %m-%d-%Y, %I:%M %p";
$lang['rp_day_format']			   	= "%A";
$lang['rp_time_short']			   	= "%I:%M %p";
$lang['rp_local_format']			  = "en_US";
$lang['rp_calendar_lang']			 = "en";


This will make a raid scheduled for August 10, 2006 at 20:00 show as "8-10-2006 8:00pm" (modified by Amethess in our guild).

BUT ADMINS ADDING RAIDS STILL NEED TO USE 24 HOUR FORMAT.

ALSO THIS CHANGE CONFUSES THE MOD WHEN YOU EDIT AN EXISTING RAID.

EXAMPLE: YOU POST A RAID WITH A START TIME 20:00

USERS WILL SEE THE RAID AS 8PM

IF YOU GO TO EDIT THE RAID THE MOD CHANGES THE TIME TO 8:00 (I.E. 8 IN THE MORNING).

http://www.ehrenguar...n...r&Itemid=98

Sorry for the caps, but I am no mod author and I don't have time for tech support questions :)

#43 Guest_Clocks_*

  • Group: Guests

Posted 05 August 2006 - 01:10 PM

Not sure if this bug is fixable.

If a user puts the symbol ' in a note, the note will not display.

#44 User is offline   wallenium

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

Posted 05 August 2006 - 02:28 PM

i'll have a look at the ' thing. the caps: i'm doing free support, i'm getting no money. i don't read any shoutings ;)

#45 Guest_Clocks_*

  • Group: Guests

Posted 05 August 2006 - 09:06 PM

View Postwallenium, on Aug 5 2006, 05:28 PM, said:

i'll have a look at the ' thing. the caps: i'm doing free support, i'm getting no money. i don't read any shoutings ;)


Oh don't worry about the time thing :) That works good enough. I posted caps so hopefully people who use that little edit would read it and not ask me questions :P

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

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