Page 13 of 14

Re: Raid Progress Block w/ACP

Posted: 16. July 2010 09:23
by focb
Hi there,

I tried that fix but instantly ended up with a blank screen in firefox or a 500 error in IE.

Replacing the raid_progress.php file with the original again sorted it out straight away (but of course still with the image problem).

The file was edited in Notepad++ and saved as UTF-8 without BOM.

I removed the line indicated and changed the styles path to "/styles/" (it is installed in the root):

So before it was:

Code: Select all

		'RP_IMAGE'			=> append_sid("{$phpbb_root_path}styles/" . $user->theme['theme_path'] . "/theme/images/raid_progress/"),
After it was:

Code: Select all

// images fix		'RP_IMAGE'			=> append_sid("{$phpbb_root_path}styles/" . $user->theme['theme_path'] . "/theme/images/raid_progress/"),
		'RP_IMAGE'			=> "/styles/" . $user->theme['theme_path'] . "/theme/images/raid_progress/"),
Any ideas why this is screwing up PHP?

Re: Raid Progress Block w/ACP

Posted: 16. July 2010 16:42
by talonos

Code: Select all

'RP_IMAGE'			=> "{$phpbb_root_path}styles/" . $user->theme['theme_path'] . "/theme/images/raid_progress/",
thats the exact line i us and it works perfect. try it :)

also DON't remove this line from near the top of the file.

Code: Select all

$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './';

Re: Raid Progress Block w/ACP

Posted: 16. July 2010 17:21
by focb
Excellent - that worked perfectly, thank you very much.

Re: Raid Progress Block w/ACP

Posted: 17. July 2010 01:02
by Teksonic
Finishing touches going onto the next version, will be out in a probably two days. ( I spend all day tomorrow flying to San Antonio, Texas )

Sorry for the time this has taken guys, thanks for waiting while my RL took up all my free time.

side note: all of my other projects have had work done to them too.

phpDKP
Raid & Event Planner
Wowhead bbcode Addon (phpbb3 integration of the wowhead tooltip mod by crackp0t)

Re: Raid Progress Block w/ACP

Posted: 17. July 2010 09:20
by focb
Thanks very much Teksonic, will look forward to that :)

I haven't actually dabbled with your raid planner block... does it provide similar functionality to something like, say, wow-raidar? Might give it a bash.

Re: Raid Progress Block w/ACP

Posted: 17. July 2010 11:03
by Teksonic
the raid planner is not a block it's a full modification/addon. basically it allows you to create raids or other events, then allows your guild to sign up with whatever character they have available, and for what role they would like to do ie tank healer etc. there's a working beta copy on a live site currently. the wow.iron-circle.com

I'm trying to get my www.teksonicmods.com site finished and move everything over there so it's easier to build/test/support my stuff.

Re: Raid Progress Block w/ACP

Posted: 17. July 2010 12:04
by Teksonic
I'm going to switch over to a new version checker, seems there is a standard one by Handyman that most mods use. As his works with all systems It will remove the need for the version checker disabler I had to build in for because of some webhosts not allow url_fopen's to be run.

Re: Raid Progress Block w/ACP

Posted: 21. July 2010 16:12
by Teksonic
Ok guys just doing some last little testing making sure the the new Version Checker works correctly, and doing a couple installs/uninstalls and an upgrade then the new version will be posted. Will be later today. (finally)

Re: Raid Progress Block w/ACP

Posted: 21. July 2010 16:18
by focb
Thanks very much mate :)

Re: Raid Progress Block w/ACP

Posted: 21. July 2010 19:06
by Teksonic
New Version of the Raid Progress Block is available for download at http://www.teksonicmods.com

Direct link: Raid Progress Block v2.3.0 July 21st 2010

I'm going to start supporting my mods from my main site. so please if you have an issue head over there with it, :D thanks guys.

Re: Raid Progress Block w/ACP

Posted: 22. July 2010 22:23
by Teksonic
Side note.

Another mod is available now on my site. "Wowhead bbcode Addon" it extends the usability of the wowhead tooltip mod. :)

Re: Raid Progress Block w/ACP

Posted: 8. September 2010 05:49
by Artuax
[Wowhead Tooltips] You must either delete or rename the install directory before you can use this script.

This is what I get when going to http://www.teksonicmods.com/

Re: Raid Progress Block w/ACP

Posted: 8. September 2010 18:19
by Teksonic
oh frak. thanks for pointing that out.

Re: Raid Progress Block w/ACP

Posted: 8. November 2010 13:33
by Mess
Teksonic wrote:Side note.

Another mod is available now on my site. "Wowhead bbcode Addon" it extends the usability of the wowhead tooltip mod. :)
Very nice addon Teksonic, I just installed it.
Would it be possible to only show the bbcode box in a specific forum?

Re: Raid Progress Block w/ACP

Posted: 8. November 2010 14:15
by Teksonic
the next version will allow you to place the block anywhere on your site you wish. check out the alpha at www.teksonicmods.com