EVE-SECURE / joomla-in-eve

Automatically exported from code.google.com/p/joomla-in-eve
0 stars 0 forks source link

Charactersheet enhancement and countdown for skill queue #28

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What it's supposed to do?
Did some changes to the layout of the character sheet and added a countdown to 
the skill queue.

Didn't write the countdown script myself, found it here:
http://www.hashemian.com/tools/javascript-countdown.htm

What component is the patch for?
Override for com_evecharsheet/character

Original issue reported on code.google.com by grym...@gmail.com on 21 Jul 2010 at 8:48

Attachments:

GoogleCodeExporter commented 9 years ago
cant seem to get countdown to work.

I notice your default_skillqueue.php has a fixed url to the js file which goes 
to your template and not using the variable.

I changed that url and it still dont work.

Can you post some instructions?

Original comment by DirtySn...@gmail.com on 19 Aug 2010 at 5:43

GoogleCodeExporter commented 9 years ago
My bad, forgot that I added the custum DATE_FORMAT in my language file.

If you add the following line to your /language/en-GB/en-GB.ini it should work.
DATE_FORMAT_LCC=%A, %d %B %Y %H:%M:%S

Not the best solution I know, but I was more interested in getting it to work 
then coding it for the masses sadly.

Original comment by grym...@gmail.com on 19 Aug 2010 at 5:59

GoogleCodeExporter commented 9 years ago
While we're at changes, I made a minor adjustment to the counter so it stops at 
0 and not continuing to count into a negative number once a skill completes.

Original comment by grym...@gmail.com on 19 Aug 2010 at 6:02

Attachments: