Raid Progress Block w/ACP

Forum rules
This forum is not for support requests.

Only post Modifications for Board3 Portal 1.0.x in this forum.

focb
Active Member
Posts: 17
Joined: 9. July 2010 10:44

Re: Raid Progress Block w/ACP

Post 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?
User avatar

talonos
Portal Specialist
Posts: 241
Joined: 7. June 2009 15:12
phpBB.com User: talonos

Re: Raid Progress Block w/ACP

Post 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 : './';
Creating board3 website? check the sites out below for board3 compatible extensions
Talonos: Pretereo stormrage EU OFFLINE!

focb
Active Member
Posts: 17
Joined: 9. July 2010 10:44

Re: Raid Progress Block w/ACP

Post by focb »

Excellent - that worked perfectly, thank you very much.

Topic author
Teksonic
Portal Enthusiast
Posts: 142
Joined: 4. June 2009 21:50
phpBB.com User: Teksonic
Contact:

Re: Raid Progress Block w/ACP

Post 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)
Cylithina - Undead Warlock (Retired)
Guild - Iron Circle
Server - Llane

My mods are available at http://www.teksonicmods.com

focb
Active Member
Posts: 17
Joined: 9. July 2010 10:44

Re: Raid Progress Block w/ACP

Post 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.

Topic author
Teksonic
Portal Enthusiast
Posts: 142
Joined: 4. June 2009 21:50
phpBB.com User: Teksonic
Contact:

Re: Raid Progress Block w/ACP

Post 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.
Cylithina - Undead Warlock (Retired)
Guild - Iron Circle
Server - Llane

My mods are available at http://www.teksonicmods.com

Topic author
Teksonic
Portal Enthusiast
Posts: 142
Joined: 4. June 2009 21:50
phpBB.com User: Teksonic
Contact:

Re: Raid Progress Block w/ACP

Post 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.
Cylithina - Undead Warlock (Retired)
Guild - Iron Circle
Server - Llane

My mods are available at http://www.teksonicmods.com

Topic author
Teksonic
Portal Enthusiast
Posts: 142
Joined: 4. June 2009 21:50
phpBB.com User: Teksonic
Contact:

Re: Raid Progress Block w/ACP

Post 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)
Cylithina - Undead Warlock (Retired)
Guild - Iron Circle
Server - Llane

My mods are available at http://www.teksonicmods.com

focb
Active Member
Posts: 17
Joined: 9. July 2010 10:44

Re: Raid Progress Block w/ACP

Post by focb »

Thanks very much mate :)

Topic author
Teksonic
Portal Enthusiast
Posts: 142
Joined: 4. June 2009 21:50
phpBB.com User: Teksonic
Contact:

Re: Raid Progress Block w/ACP

Post 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.
Cylithina - Undead Warlock (Retired)
Guild - Iron Circle
Server - Llane

My mods are available at http://www.teksonicmods.com

Topic author
Teksonic
Portal Enthusiast
Posts: 142
Joined: 4. June 2009 21:50
phpBB.com User: Teksonic
Contact:

Re: Raid Progress Block w/ACP

Post by Teksonic »

Side note.

Another mod is available now on my site. "Wowhead bbcode Addon" it extends the usability of the wowhead tooltip mod. :)
Cylithina - Undead Warlock (Retired)
Guild - Iron Circle
Server - Llane

My mods are available at http://www.teksonicmods.com

Artuax
Active Member
Posts: 2
Joined: 8. September 2010 04:06

Re: Raid Progress Block w/ACP

Post 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/

Topic author
Teksonic
Portal Enthusiast
Posts: 142
Joined: 4. June 2009 21:50
phpBB.com User: Teksonic
Contact:

Re: Raid Progress Block w/ACP

Post by Teksonic »

oh frak. thanks for pointing that out.
Cylithina - Undead Warlock (Retired)
Guild - Iron Circle
Server - Llane

My mods are available at http://www.teksonicmods.com

Mess
Active Member
Posts: 32
Joined: 10. September 2009 15:08
phpBB.com User: Mess

Re: Raid Progress Block w/ACP

Post 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?

Topic author
Teksonic
Portal Enthusiast
Posts: 142
Joined: 4. June 2009 21:50
phpBB.com User: Teksonic
Contact:

Re: Raid Progress Block w/ACP

Post 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
Cylithina - Undead Warlock (Retired)
Guild - Iron Circle
Server - Llane

My mods are available at http://www.teksonicmods.com
Locked

Return to “board3 Portal v1.0.x - Modifications”