Page 4 of 5

Re: warcraft recruitment block (port from phpbb3portal)

Posted: 7. March 2010 03:31
by Biozone
Could also mean you have invalid syntax somewhere in the file...PHP will do that, one mistake or invalid code will break the entire page...giving you a nice white page to show you broke it^^

Re: warcraft recruitment block (port from phpbb3portal)

Posted: 16. March 2010 18:34
by Julies
I dont know if anyone can help but I am running phpbb3 3.0.6, Board3 1.0.5 and pbwow RC4. I was going through the files that you need to edit and just backing them up before I made any changes to them. However, when I got to language/en/acp/portal.php I don't have that file. I have language/en/acp/mods/lang_portal_acp.php though. Is there a work-around to get this to work with what I have?

Re: warcraft recruitment block (port from phpbb3portal)

Posted: 6. April 2010 22:03
by Julies
Ok, I don't know what I was doing wrong but I did get everything installed properly and such. However... This is what mine looks like after making all the changes. Not sure why it says Recruitment Status twice though. Any ideas?

http://img59.imageshack.us/i/recruitmentimage.png/

Re: warcraft recruitment block (port from phpbb3portal)

Posted: 7. April 2010 10:02
by ghostman
Julies wrote:I dont know if anyone can help but I am running phpbb3 3.0.6, Board3 1.0.5 and pbwow RC4. I was going through the files that you need to edit and just backing them up before I made any changes to them. However, when I got to language/en/acp/portal.php I don't have that file. I have language/en/acp/mods/lang_portal_acp.php though. Is there a work-around to get this to work with what I have?
In your Zip file you downloaded is there both a "lang_portal_acp.php" and "lang_portal.php" both is needed in your %root%\language\en\mods folder. Be sure you have copied all portal files to the right destinations ;)
Not sure why it says Recruitment Status twice though. Any ideas?
I guess the block cant find the image

Code: Select all

<img src="{T_THEME_PATH}/images/portal/recruit.png" width="16px" height="16px" alt="Recruitment Status" />
Have you copied "recruit.png" to the right place in your style ?

/Ghosman

Re: warcraft recruitment block (port from phpbb3portal)

Posted: 7. April 2010 15:42
by Julies
Yes, the path is correct :(

Re: warcraft recruitment block (port from phpbb3portal)

Posted: 7. April 2010 16:33
by ghostman
Do you have a link to your site ?

About the recrute block, the default place for the recruit.png image is root/styles/prosilver/images/portal/recruit.png in your case it should be root/styles/YOUR STYLE/images/portal/recruit.png where YOUR STYLE is the name of your style folder

and by the way, I have obviously not read your previous post carefully enough, b.cos I have overlooked this: The language path is wrong its not language/en/acp/portal.php or language/en/acp/mods/lang_portal_acp.php. The right path is: language/en/mods/ (without the ACP) and all the portal language files should be copied there. There is 6 language files.

Re: warcraft recruitment block (port from phpbb3portal)

Posted: 29. April 2010 18:10
by Vatras
Hi,

I have few problems with warcraft recruitment block. I followed instructions but I'm not getting any backgrounds under my blocks. I'm using pbwow theme and here is my website http://lost-eu.net/forums/portal.php . I would like to get background on recruitment block (and all other blocks i have on my portal) like on this website http://www.wowlofa.co.uk/ .

Best Regards

Vatras

Re: warcraft recruitment block (port from phpbb3portal)

Posted: 2. May 2010 20:11
by Julies
Vatras wrote:Hi,

I have few problems with warcraft recruitment block. I followed instructions but I'm not getting any backgrounds under my blocks. I'm using pbwow theme and here is my website http://lost-eu.net/forums/portal.php . I would like to get background on recruitment block (and all other blocks i have on my portal) like on this website http://www.wowlofa.co.uk/ .

Best Regards

Vatras

Hmm, look fine to me. Did you get it working?

Re: warcraft recruitment block (port from phpbb3portal)

Posted: 15. June 2010 01:44
by Snuffsis
I got a very simple problem.
The mod works fine and all, and i love it, the only gripe i have with it now is that there is a white box next to the "Recruitment Status"
http://wildlife.darkstargamers.com/portal.php
I also noticed that priest name is black, and not white, how do i change that?

Re: warcraft recruitment block (port from phpbb3portal)

Posted: 30. July 2010 15:02
by Swinder
Ok followed the readme to the letter and it only partially works.

All of the stuff in ACP works fine without issues, however the block will not display on the portal.
I have re-checked everything and made sure all the edits are completed, I have also used both the version in the original post and the one provided a few posts later but to no avail.

My custom style is based on subsilver2 apparently but that should not be the cause of the problem as I have had it all running previously.

PHPBB: 3.0.7
PHP: 5.2.6
Board3: 1.0.5
Site: http://conquesteu.com

Re: warcraft recruitment block (port from phpbb3portal)

Posted: 26. August 2010 13:21
by Sheepy
Nice to see my Recruitment Block converted for Board3.

I'm making an updated package, with new images an wrote an install.xml file with all the board3 edits to make it easier for install.
Will upload the file as soon as im done ;)

I'll also add the subsilver style files as well.

Re: warcraft recruitment block (port from phpbb3portal)

Posted: 26. August 2010 20:05
by talonos
i'm in process of building a completely new recruitment block aswell, block is complete just not implemented it into board3 yet.

demo pic added.

Image

mouse over tooltips and also class images. settings can fade the spec icons depending on priority of recruitment.

dk: low.low.low
druid: medium.medium.medium
hunter: high.high.high
the rest: none.none.none

"the rest" use a default rule which u can use to apply to the whole thing and set single classes. also option to use class colors or not

all i've really got to do with this is set it up inside of phpbb and board3 settings/install which i'm not the best at :(

Re: warcraft recruitment block (port from phpbb3portal)

Posted: 11. September 2010 16:39
by Sheepy
Here is the updated package i made.

Contains new install.xml easier to read install options :D
New images.
Fixed some typo's

http://sheepy.ulmb.com/misc/recruitment ... rd3.de.zip

Re: warcraft recruitment block (port from phpbb3portal)

Posted: 4. October 2010 21:00
by Julies
Are the updates for the new Worgen race? I didn't see the changes in the install.xml file.

Re: warcraft recruitment block (port from phpbb3portal)

Posted: 4. October 2010 21:01
by Julies
This looks really nice! Will it look good with a black background instead of white and will you be adding the Worgen race?
talonos wrote:i'm in process of building a completely new recruitment block aswell, block is complete just not implemented it into board3 yet.

demo pic added.

Image

mouse over tooltips and also class images. settings can fade the spec icons depending on priority of recruitment.

dk: low.low.low
druid: medium.medium.medium
hunter: high.high.high
the rest: none.none.none

"the rest" use a default rule which u can use to apply to the whole thing and set single classes. also option to use class colors or not

all i've really got to do with this is set it up inside of phpbb and board3 settings/install which i'm not the best at :(