Achievements 1.0 Beta

Displays character achievements

Moderator: Ulminia

Re: Achievements 1.0 Beta

Postby Borsti » Mon Jan 19, 2009 7:19 pm

Using Apache II
Problem was the Snoopy, i lokked on google and find out that some Wordpress user became the same error after update so i took the snoopy from my Wordpress renamed it and it works.
Attachments
snoopy.class.zip
snoopy from my Wordpress
(7.98 KiB) Downloaded 433 times
Last edited by Borsti on Mon Jan 19, 2009 7:21 pm, edited 1 time in total.
User avatar
Borsti
WR.net Journeyman
WR.net Journeyman
 
Posts: 87
Joined: Sat Jul 08, 2006 11:37 am
Location: Hamburg/Germany

Re: Achievements 1.0 Beta

Postby Borsti » Mon Jan 19, 2009 8:39 pm

Ok found a few problems.

On my Roster the date will not imported
Think it could be the Timeformat on eu Armory
Code: Select all
dateCompleted="2009-01-05+01:00"

Roster: http://magicguards.de/roster/index.php? ... :19&cat=97
Armory: http://eu.wowarmory.com/character-achie ... m&n=Borsti

The Menu will not be translated

The deDE file is incomplete, the next days i Post here the complete file.
Last edited by Borsti on Mon Jan 19, 2009 8:55 pm, edited 2 times in total.
User avatar
Borsti
WR.net Journeyman
WR.net Journeyman
 
Posts: 87
Joined: Sat Jul 08, 2006 11:37 am
Location: Hamburg/Germany

Achievements 1.0 Beta

Postby Ulminia » Mon Jan 19, 2009 9:38 pm

char dir line 157 change to "'NAME' => $roster->locale->act['$achv'],"


and some achivements like feats of strength are not translated because they are not set in the armory and have to be added manualy
Last edited by Ulminia on Mon Jan 19, 2009 9:49 pm, edited 1 time in total.
Ulminia of Zangarmarsh
Zonous of Zangarmarsh
Author of Roster Gallery
WoWRoster-Profiler Redesigner
User avatar
Ulminia
WoWRoster.net Dev Team
WoWRoster.net Dev Team
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 1223
Joined: Tue Jul 04, 2006 4:41 pm
Location: New Brunswick, Canada
Realm: Zangarmarsh (PvE) - US
gmail/gtalk: ulminia@gmail.com

Re: Achievements 1.0 Beta

Postby Borsti » Mon Jan 19, 2009 11:31 pm

Code: Select all
$roster->tpl->assign_block_vars('menue',array(
                                    'ID' => $catagory,
                                    'LINK' => makelink('&cat='.$catagory),
                                    'NAME' => $roster->locale->act['$achv'],
                                    'SELECTED' => (isset($sx) && $sx == 1 ? true : false)


Gives an error [code]Fatal error: Cannot use string offset as an array in /.../roster/addons/achivements/char/index.php on line 61
User avatar
Borsti
WR.net Journeyman
WR.net Journeyman
 
Posts: 87
Joined: Sat Jul 08, 2006 11:37 am
Location: Hamburg/Germany

Achievements 1.0 Beta

Postby Ulminia » Tue Jan 20, 2009 12:41 am

>< take out the ' in the line so its 'NAME' => $roster->locale->act[$achv],
Ulminia of Zangarmarsh
Zonous of Zangarmarsh
Author of Roster Gallery
WoWRoster-Profiler Redesigner
User avatar
Ulminia
WoWRoster.net Dev Team
WoWRoster.net Dev Team
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 1223
Joined: Tue Jul 04, 2006 4:41 pm
Location: New Brunswick, Canada
Realm: Zangarmarsh (PvE) - US
gmail/gtalk: ulminia@gmail.com

Re: Achievements 1.0 Beta

Postby Borsti » Tue Jan 20, 2009 12:55 am

That looks good but one small problem is there, Dungeons & Raid will not shown as Button.
The other Buttons looks good in Main categorie
The Sub categorie will not be translated
User avatar
Borsti
WR.net Journeyman
WR.net Journeyman
 
Posts: 87
Joined: Sat Jul 08, 2006 11:37 am
Location: Hamburg/Germany

Achievements 1.0 Beta

Postby Ulminia » Tue Jan 20, 2009 2:25 am

i dont think i have translated the subs yet ....

as for d& r i noticed this on mine

157 to 'NAME' => htmlspecialchars($roster->locale->act[$achv]),

$lang['Dungeons & Raids'] = to $lang['Dungeons & Raids'] =
Ulminia of Zangarmarsh
Zonous of Zangarmarsh
Author of Roster Gallery
WoWRoster-Profiler Redesigner
User avatar
Ulminia
WoWRoster.net Dev Team
WoWRoster.net Dev Team
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 1223
Joined: Tue Jul 04, 2006 4:41 pm
Location: New Brunswick, Canada
Realm: Zangarmarsh (PvE) - US
gmail/gtalk: ulminia@gmail.com

Re: Achievements 1.0 Beta

Postby Borsti » Tue Jan 20, 2009 3:47 am

So i checked out the changes but nothing what i do will show the Button.
Just I saw there´s an php error
Code: Select all
addons/achivements/char/index.php
  Notice line 157: Undefined index: Dungeons & Raids


Here comes the deDE translated and filled from line 973 to 1366
Just i know what you done the last weeks :thumleft:
Attachments
dede.zip
(21.58 KiB) Downloaded 424 times
Last edited by Borsti on Tue Jan 20, 2009 3:48 am, edited 1 time in total.
User avatar
Borsti
WR.net Journeyman
WR.net Journeyman
 
Posts: 87
Joined: Sat Jul 08, 2006 11:37 am
Location: Hamburg/Germany

Achievements 1.0 Beta

Postby Ulminia » Tue Jan 20, 2009 5:03 am

.... change
$lang['Dungeons & Raids'] = 'Dungeon & Schlachtzug';
to
Code: Select all
$lang['Dungeons & Raids'] = 'Dungeon & Schlachtzug';

and ial add the loc changes to my svn for the next ver
Ulminia of Zangarmarsh
Zonous of Zangarmarsh
Author of Roster Gallery
WoWRoster-Profiler Redesigner
User avatar
Ulminia
WoWRoster.net Dev Team
WoWRoster.net Dev Team
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 1223
Joined: Tue Jul 04, 2006 4:41 pm
Location: New Brunswick, Canada
Realm: Zangarmarsh (PvE) - US
gmail/gtalk: ulminia@gmail.com

Re: Achievements 1.0 Beta

Postby Borsti » Tue Jan 20, 2009 5:14 am

Ulminia wrote:and ial add the loc changes to my svn for the next ver


Sounds good, hope dindn´t make to much work so that you can release your companion addon next time :geek:
User avatar
Borsti
WR.net Journeyman
WR.net Journeyman
 
Posts: 87
Joined: Sat Jul 08, 2006 11:37 am
Location: Hamburg/Germany

Achievements 1.0 Beta

Postby Ulminia » Tue Jan 20, 2009 6:56 pm

still tweeking companions...
Ulminia of Zangarmarsh
Zonous of Zangarmarsh
Author of Roster Gallery
WoWRoster-Profiler Redesigner
User avatar
Ulminia
WoWRoster.net Dev Team
WoWRoster.net Dev Team
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 1223
Joined: Tue Jul 04, 2006 4:41 pm
Location: New Brunswick, Canada
Realm: Zangarmarsh (PvE) - US
gmail/gtalk: ulminia@gmail.com

Re: Achievements 1.0 Beta

Postby Borsti » Wed Jan 21, 2009 8:19 pm

Got some ideas for next version if possible.

Add in Addon Config a Menu to select Armory (EU/US)

And if anyone hasn`t update there profile Archievments gives only an error like
Code: Select all
Fatal error: Cannot use string offset as an array in /.../roster/addons/achivements/char/index.php on line 61

Think a message like "no Data aviable at this Time" with Roster main menu would be nice.

Hope you can figure out what i mean :scratch:

Update DEde with some Archievements.
Updated file...
Attachments
dede.zip
(21.97 KiB) Downloaded 418 times
Last edited by Borsti on Wed Jan 21, 2009 8:22 pm, edited 1 time in total.
User avatar
Borsti
WR.net Journeyman
WR.net Journeyman
 
Posts: 87
Joined: Sat Jul 08, 2006 11:37 am
Location: Hamburg/Germany

Achievements 1.0 Beta

Postby Ulminia » Wed Jan 21, 2009 9:18 pm

eu us is auto in the update script in the next one and as long as some one is playing there info is on the armory .. this addon shouldent be used with armory sync...
Ulminia of Zangarmarsh
Zonous of Zangarmarsh
Author of Roster Gallery
WoWRoster-Profiler Redesigner
User avatar
Ulminia
WoWRoster.net Dev Team
WoWRoster.net Dev Team
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 1223
Joined: Tue Jul 04, 2006 4:41 pm
Location: New Brunswick, Canada
Realm: Zangarmarsh (PvE) - US
gmail/gtalk: ulminia@gmail.com

Achievements 1.0 Beta

Postby Broesel01 » Thu Jan 22, 2009 6:53 am

Hi,

i think im stupid :(

I installed the addon, but i can't setup it in the addon section :(

Whats wrong?
Last edited by Broesel01 on Thu Jan 22, 2009 6:53 am, edited 1 time in total.
Broesel01
WR.net Apprentice
WR.net Apprentice
 
Posts: 16
Joined: Wed Apr 18, 2007 11:46 am

Re: Achievements 1.0 Beta

Postby Borsti » Thu Jan 22, 2009 2:25 pm

Broesel01 wrote:Whats wrong?


Nothing, thers´s nothing
Only updload your characterprofiler.lua :)
User avatar
Borsti
WR.net Journeyman
WR.net Journeyman
 
Posts: 87
Joined: Sat Jul 08, 2006 11:37 am
Location: Hamburg/Germany

PreviousNext

Return to Achievements

Who is online

Users browsing this forum: No registered users and 0 guests

cron