Page 1 of 14

Raid Progress Block w/ACP

Posted: 27. August 2009 16:43
by Teksonic
Raid Progress Block w/ ACP Support and Boss Progress tooltip
- for the Board3 Portal
(this block will not work without the portal you must have the portal install prior to installing this block)

Support request & Question's should be made in this thread only, as a warning I do not speak German.

v2.2.0
- see changelog.txt
v2.1.0
- see changelog.txt
v2.0.0
- see changelog.txt
v1.1.1
- see changelog.txt
v1.0.1
- Small bug fixes
v1.0.0
- Full Installer
- Full ACP support
- All Wrath of the Lich King Raid's (including the new Trial of the (Grand) Crusader, and Onyxia)
- Intelligent popup tooltip
- Configure colors of the tooltip through the ACP
- Boss Progression indicators (both graphical and numerical)
- Choose to display or hide
- Normal Raids
- Heroic Raids
- 10 man Raids
- 25 man Raids
- Raid Images
- Hard Mode Raids
- Show/Hide each raid individually
- Link back to wowhead for each raid

The Raid Progress Block is available to view at http://www.teksonicmods.com and at the site's listed below, these are live guild sites utilizing Raid Progress Block.
Guilde Reflets Noirs : http://www.refletsnoirs.net
Perfect Eulogy: http://www.perfecteulogy.net
Dawn of the Phoenix: http://dawnofthephoenix.com
Freizeit Helden: http://freizeit-helden.de
Mostly Harmless: http://www.mostly-harmless.org
Reborn: http://www.grraids.net/reborn/phpbb3/portal.php
Curve Ball: http://curveballguild.com


//----- ACP Screenshots -----//
Image
Image
Image


//----- Downloads -----//
Raid Progress Block v2.3.0 Jul 22nd 2010

Language Packs: (to install a langpack unzip it and upload it to the language folder on your server)
German [DE]

Thanks to all our translators hard work in making these Language packs available.

//----- Language Translation -----//

If you would like to help me convert this to another language, simply download the file below and translate everything in it. Please make sure to use proper punctuation/capitalization/grammar etc when making the translation. Also please provide your name ( or nickname ) & email, you would like me to place the credit's under. You did the work you should get the credit. :)

File: Lang Translation (right click: save as)

You can of course also provide a translation by opening and converting the language files in the language folder of the dowload package. This is normally for experienced translators, but anyone can use this method if they so choose. Make sure to not change or remove anything that isn't a word or phrase you are specifically converting.

Re: Raid Progress Block w/ACP

Posted: 27. August 2009 18:31
by solaxx
Hi Teksonic, I have just downloaded your progress block, and I've seen a small error in directories in the zip file: "inculdes" in place of "includes".

Hope it helps.

Thanks for your work, i'm going to test now^^.

Re: Raid Progress Block w/ACP

Posted: 27. August 2009 19:18
by Teksonic
must have been my dyslexic fingers i'll update that. thanks

edit: the version in the download link has been corrected with that change.

Re: Raid Progress Block w/ACP

Posted: 27. August 2009 19:51
by maniacal
Still working out some display kinks since my style was never converted to 1.0.3 with the _block_config system, but I'll figure that out. My only discernable issue is that I don't have ACP control of the individual dungeons to update our progress, and can't find any submenus to do so.

This is all I see:

Image

Also, no images are appearing next to the dungeons, but that may be my style issue as well.

Portal is live at:
http://www.perfecteulogy.net/

Re: Raid Progress Block w/ACP

Posted: 27. August 2009 19:55
by Teksonic
That's because you put the menu inside the portal during the install, it should have made a new tab at the top of your ACP. You can manually add the the raids through the ACP -> System -> Administration Control Panel, under your portal listing - add the modules.

i'll have to look into the installer and change it to allow ppl to add it directly to the portal instead of it's on tab

Re: Raid Progress Block w/ACP

Posted: 27. August 2009 19:58
by Teksonic
strange i just re installed it on my site and choose "Portal" in the Installer and it worked fine.

Re: Raid Progress Block w/ACP

Posted: 27. August 2009 19:59
by Teksonic
what exactly did you pick on that drop down in the installer?

Re: Raid Progress Block w/ACP

Posted: 27. August 2009 20:03
by maniacal
Ah, gotcha. Just changed it to a header and the modules did indeed show up. That was probably my mistake along the way.

I think it defaulted to something wierd like Portal --> Links --> Raid Progress. I pulled it back to just portal, and got where it was before....now I pulled it back to .Mods and it seems fine.

Thanks for the quick reply.

Re: Raid Progress Block w/ACP

Posted: 27. August 2009 21:02
by maniacal
Hard Modes for Ulduar 10/25 Vezax and Yogg are not showing up in neither the ACP nor the popup...appears to be that way on your test board too.

Re: Raid Progress Block w/ACP

Posted: 27. August 2009 21:19
by cromatics
a very very very good work, has to say on 2 errors all the top! thank you

Re: Raid Progress Block w/ACP

Posted: 27. August 2009 21:26
by Teksonic
maniacal wrote:Hard Modes for Ulduar 10/25 Vezax and Yogg are not showing up in neither the ACP nor the popup...appears to be that way on your test board too.
thats because you don't fight them in hard mode :D

Re: Raid Progress Block w/ACP

Posted: 27. August 2009 21:27
by Teksonic
cromatics wrote:a very very very good work, has to say on 2 errors all the top! thank you
which 2 error's are you referring to?

Re: Raid Progress Block w/ACP

Posted: 27. August 2009 21:49
by chaendaer
Thank you very much for this mod, looking great!

I do have one problem so far, however.

I am using a subsilver2 style, and cannot figure out the correct area to place this code:

Code: Select all

<script type="text/javascript" src="{T_TEMPLATE_PATH}/popup.js"></script>
Error I get is "wz_tooltip.js must be included INSIDE the body section, immediately after the opening <body> tag."

The only <body found is

Code: Select all

<body class="{S_CONTENT_DIRECTION}">
And placing it after that still gives the same error.
Site is here: http://dawnofthephoenix.com/

Re: Raid Progress Block w/ACP

Posted: 27. August 2009 22:07
by Teksonic
make sure it looks like this in your overall_header

Code: Select all

<body class="{S_CONTENT_DIRECTION}">
<script type="text/javascript" src="{T_TEMPLATE_PATH}/popup.js"></script>
and clear your cache through the ACP "Purge the Cache" from the general tab in the ACP

yep i checked our site... thats all it is. if you look at your source it still shows the popup above the body tag. not below it. you should be on your way as soon as you do that.

Re: Raid Progress Block w/ACP

Posted: 27. August 2009 22:46
by Teksonic
damn it. i found another error.

Open: includes/functions.php

find:
'T_RP_IMAGE' => "{$phpbb_root_path}styles/" . $user->theme['theme_path'] . '/theme/images/',

replace it with
'T_RP_IMAGE' => "{$phpbb_root_path}styles/" . $user->theme['theme_path'] . '/theme/images/raid_progress/',

Sorry guys. I'm uploading a new version shortly with these bug fixes in it.

edit if you already have this installed. do not download the new version.