phpBB Forum

It is currently Thu 24. May 2012, 06:40

All times are UTC + 1 hour

Forum rules


Hello dearest user and welcome to our EQDKP-Plus support forum.

Please read the following rules and terms before posting anything! Failure in doing so will result in being ignored or being banned. Posting in our boards means you have read, understood and accepted those rules.

English Board Rules – Click here



Post new topic Reply to topic  [ 20 posts ]  Go to page Previous  1, 2
Author Message
Offline
 Post subject: Re: Updating to 0.6.4.10 causes problems with classes with s
PostPosted: Tue 10. Jan 2012, 07:23 
Core-Developer
User avatar

Joined: Wed 10. Dec 2008, 13:06
Posts: 9025
Location: Heilbronn, Germany
The selected game is age of conan (aoc)? Tested it yesterday with this game ( as it is in your signature) and english, works well now... You did overwrite hat file?

Please add the spaces to your system that im able to see the errors. And please add screenshots. Thanks.

/edit: got one other issue with class icons on role distri... this one should be solved. replace plugins/raidplan/viewraid.php with the attached one.
the other problem is not known to me, i do not really understand it. please provide a screenshot.


Support my work:
Image Image
Donate your played PS3 games:
Alternative: Donate your played Playstation3 games (PAL, Region Code 2).



Last edited by wallenium on Tue 10. Jan 2012, 23:31, edited 1 time in total.
removed file, new one in the latest post


Top
 Profile  
 
Offline
 Post subject: Re: Updating to 0.6.4.10 causes problems with classes with s
PostPosted: Tue 10. Jan 2012, 12:45 

Joined: Sun 8. Jan 2012, 16:55
Posts: 13
That now resolves the role/no class icon issue but still have a problem with class raids and icons not showing for classes with spaces...

All classes have spaces where required (Bear Shaman, Herald of Xotli, Tempest of Set, Priest of Mitra, Dark Templar)


Attachments:
File comment: Role raid now works - Bear Shaman shows properly
role_raid.png
role_raid.png [ 12.25 KiB | Viewed 71 times ]
File comment: Class raid problem - no class icon for Bear Shaman
class_raid.png
class_raid.png [ 10.72 KiB | Viewed 71 times ]

Top
 Profile  
 
Offline
 Post subject: Re: Updating to 0.6.4.10 causes problems with classes with s
PostPosted: Tue 10. Jan 2012, 13:42 
Core-Developer
User avatar

Joined: Wed 10. Dec 2008, 13:06
Posts: 9025
Location: Heilbronn, Germany
ok. try this file... raidplan/viewraid.php


Support my work:
Image Image
Donate your played PS3 games:
Alternative: Donate your played Playstation3 games (PAL, Region Code 2).



Last edited by wallenium on Tue 10. Jan 2012, 23:29, edited 1 time in total.
removed file, seems not to work


Top
 Profile  
 
Offline
 Post subject: Re: Updating to 0.6.4.10 causes problems with classes with s
PostPosted: Tue 10. Jan 2012, 14:22 

Joined: Sun 8. Jan 2012, 16:55
Posts: 13
No change with that one unfortunately...

/edit - actually there is a change; now role icons have disappeared where roles have spaces in them (was happening with the first update as well but didn't notice)...

screenshot of that problem:


Attachments:
role2_raid.png
role2_raid.png [ 6.47 KiB | Viewed 62 times ]

Top
 Profile  
 
Offline
 Post subject: Re: Updating to 0.6.4.10 causes problems with classes with s
PostPosted: Tue 10. Jan 2012, 23:30 
Core-Developer
User avatar

Joined: Wed 10. Dec 2008, 13:06
Posts: 9025
Location: Heilbronn, Germany
ok, please test now... hopefully that will work. i tested for class raid and wll now test for a role raid. the fix is dirty (really dirty) but seems to work. for now.

/edit: Ok, hopefully got all bugs. tested role and class distri, seems to work fine.


Support my work:
Image Image
Donate your played PS3 games:
Alternative: Donate your played Playstation3 games (PAL, Region Code 2).



Last edited by wallenium on Tue 17. Jan 2012, 09:07, edited 3 times in total.
deleted file, see latest posts


Top
 Profile  
 
Offline
 Post subject: Re: Updating to 0.6.4.10 causes problems with classes with s
PostPosted: Tue 17. Jan 2012, 00:29 

Joined: Sun 8. Jan 2012, 16:55
Posts: 13
Sorry - last time I had a notification about this thread the files were pulled.

Just downloaded that and for me I have problems still...they do show an image placeholder icon but the icons don't load:

- role icons are fine

- class icons on role raids or class raids don't show at all

for class raids the img src shows:

<th width="100%" class="tableheader_tempestofset" onMouseOver="overlib('TempestofSet');" onMouseOut="nd();"> <img src="./../../" alt="" width="20px" height="20px" /> (1/2)</th>

for role raids the img src shows:

<img src="./../../" alt="" width="20px" height="20px" />

neither shows the full path - checking the Recruitment block has

<tr class="row1"><td class="Demonologist"><img src=./../../games/AoC/class/7.png height=18 width=18 >

for the image source.

--

edit/

manually changing to

$iconlink = $eqdkp_root_path.'games/AoC/class/'.$classid.'.png';

instead of

$iconlink = $eqdkp_root_path.get_ClassIcon($name, $classid, false, true);

in raidplan.class.php works so for the moment happy to stick with that as atm only use it for AoC (was going to setup a 2nd site for SW:ToR which is why I went to .10 in the first place).



Top
 Profile  
 
Offline
 Post subject: Re: Updating to 0.6.4.10 causes problems with classes with s
PostPosted: Tue 17. Jan 2012, 09:00 
Core-Developer
User avatar

Joined: Wed 10. Dec 2008, 13:06
Posts: 9025
Location: Heilbronn, Germany
did you upload the previous fixed plus.functions.php? This is required!
i attached the full fix with all required files. changing this will not help. if the full fix is not working, send me a PM with ftp login data and a link to the viewraid whith the error. then i'll check again. I tested for more than an hour, used eq2 as game and it worked without any problem :)


Attachments:
eventicon_fix002.zip [33 KiB]
Downloaded 11 times


Support my work:
Image Image
Donate your played PS3 games:
Alternative: Donate your played Playstation3 games (PAL, Region Code 2).

Top
 Profile  
 
Offline
 Post subject: Re: Updating to 0.6.4.10 causes problems with classes with s
PostPosted: Tue 17. Jan 2012, 09:05 
Core-Developer
User avatar

Joined: Wed 10. Dec 2008, 13:06
Posts: 9025
Location: Heilbronn, Germany
edited the post above, make sure you use the fix_002, i forgot to add the latest plus.functions.php. i made some changes to address this problems and never update it here. sorry. now it should work!


Support my work:
Image Image
Donate your played PS3 games:
Alternative: Donate your played Playstation3 games (PAL, Region Code 2).



Top
 Profile  
 
Offline
 Post subject: Re: Updating to 0.6.4.10 causes problems with classes with s
PostPosted: Tue 17. Jan 2012, 17:48 

Joined: Sun 8. Jan 2012, 16:55
Posts: 13
Yep - that works fine now - thanks for the time and effort :)



Top
 Profile  
 
Offline
 Post subject: Re: Updating to 0.6.4.10 causes problems with classes with s
PostPosted: Tue 17. Jan 2012, 18:31 
Core-Developer
User avatar

Joined: Wed 10. Dec 2008, 13:06
Posts: 9025
Location: Heilbronn, Germany
ok. fixed version is named 4.1.8 and will be included in the next maintenance update. hopefully released soon.


Support my work:
Image Image
Donate your played PS3 games:
Alternative: Donate your played Playstation3 games (PAL, Region Code 2).



Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 20 posts ]  Go to page Previous  1, 2

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  

(C) The EQdkp-Plus Developer Team
EQdkp Plus Template by Ramon Kaes