[RELEASE] Warcraft Guild Recruitment V2.2.0
Re: [RELEASE] Warcraft Guild Recruitment block V2.1.2
Hi.
I download this module to use it on my portal, but i can't activate this extension in the ACP.
Like hermit79, i use phpbb 3.1.9 and Board3 2.1.0.
The release is in directory ext in my phpbb root folder.
How can i do to use your mod ?
I download this module to use it on my portal, but i can't activate this extension in the ACP.
Like hermit79, i use phpbb 3.1.9 and Board3 2.1.0.
The release is in directory ext in my phpbb root folder.
How can i do to use your mod ?
Re: [RELEASE] Warcraft Guild Recruitment block V2.1.2
extract the file so that the folder goes intoArctarus wrote:Hi.
I download this module to use it on my portal, but i can't activate this extension in the ACP.
Like hermit79, i use phpbb 3.1.9 and Board3 2.1.0.
The release is in directory ext in my phpbb root folder.
How can i do to use your mod ?
PHPBBROOT/ext/talonos/
so the full link will look like
PHPBBROOT/ext/talonos/b3pwowrecruitment/composer.json
to make future installs easier and possible to do from ACP you should install phpbb upload extension
Re: [RELEASE] Warcraft Guild Recruitment block V2.1.2
Thanks for your answer, the mods work now.
A french traduction exist for this mod ?
And thanks a lot for the tips to, it's very usefull for me. :)
A french traduction exist for this mod ?
And thanks a lot for the tips to, it's very usefull for me. :)
Re: [RELEASE] Warcraft Guild Recruitment block V2.1.2
only english translation. your free to do your own translation thou.
Re: [RELEASE] Warcraft Guild Recruitment block V2.1.2
Ok.
If I realize that translation, are you interested to retrieve it ?
If I realize that translation, are you interested to retrieve it ?
Re: [RELEASE] Warcraft Guild Recruitment block V2.1.2
sure i'll put it on main postArctarus wrote:Ok.
If I realize that translation, are you interested to retrieve it ?

Re: [RELEASE] Warcraft Guild Recruitment block V2.1.2
You can find the French translation here : http://www.waytowype.fr/download/b3pwow ... ent_fr.zip
Just all combobox in acp are not translate to French (i think it is not necessary ;) )
Just all combobox in acp are not translate to French (i think it is not necessary ;) )
Re: [RELEASE] Warcraft Guild Recruitment block V2.1.2
Arctarus wrote:You can find the French translation here : http://www.waytowype.fr/download/b3pwow ... ent_fr.zip
Just all combobox in acp are not translate to French (i think it is not necessary)
added to main post

Re: [RELEASE] Warcraft Guild Recruitment block V2.1.2
Hi.
I see some mistake in two files for Demon Hunter line and Druid Guardian/Restoration.
For the Demon Hunter, in b3pwowrecruitment.php, i must replace lines 97-102
to
if i want to see the icons appear correctly in the recruitment block.
And for the Druid, in b3pwowrecruitment.html, i must replace lines 65-66
to
if i want to see the light on restoration icon if i seek for this spec.
Before this modification, when i set the needed for Restoration spec, i can see the ligth on the Guardian spec's icon. :?
I see some mistake in two files for Demon Hunter line and Druid Guardian/Restoration.
For the Demon Hunter, in b3pwowrecruitment.php, i must replace lines 97-102
Code: Select all
Demon Hunter
'S_DH' => $this->config['board3_recruitmentdk_' . $module_id] ? true : false,
'DH_1' => $this->config['board3_recruitmentdk1_' . $module_id],
'DH_2' => $this->config['board3_recruitmentdk2_' . $module_id],
'N_DH1' => $this->config['board3_recruitmentnumdk1_' . $module_id],
'N_DH2' => $this->config['board3_recruitmentnumdk2_' . $module_id],
Code: Select all
Demon Hunter
'S_DH' => $this->config['board3_recruitmentdh_' . $module_id] ? true : false,
'DH_1' => $this->config['board3_recruitmentdh1_' . $module_id],
'DH_2' => $this->config['board3_recruitmentdh2_' . $module_id],
'N_DH1' => $this->config['board3_recruitmentnumdh1_' . $module_id],
'N_DH2' => $this->config['board3_recruitmentnumdh2_' . $module_id],
And for the Druid, in b3pwowrecruitment.html, i must replace lines 65-66
Code: Select all
<td style="width: 16px;"><a href="{REC_LINK}" title="<!-- IF S_R_SPECIMAGES == 1 --><img alt='' src='{ROOT_PATH}ext/talonos/b3pwowrecruitment/styles/all/theme/t_guardian.png' /> <!-- ENDIF -->{L_GUARDIAN}:" class="rbtt"><span class="rbtt" style="display: none;"><!-- IF REC_LEVEL == 0 -->{L_PRIORITY} {DRUID_4}<!-- ELSEIF REC_LEVEL == 1 -->{N_DRUID4} {L_REQUIRED}<!-- ELSEIF REC_LEVEL == 2 -->{L_PRIORITY} {DRUID_4} ({N_DRUID4})<!-- ENDIF --></span><img alt="" class="{DRUID_4}" src="{ROOT_PATH}ext/talonos/b3pwowrecruitment/styles/all/theme/t_guardian.png" /></a></td>
<td style="width: 16px;"><a href="{REC_LINK}" title="<!-- IF S_R_SPECIMAGES == 1 --><img alt='' src='{ROOT_PATH}ext/talonos/b3pwowrecruitment/styles/all/theme/td_restoration.png' /> <!-- ENDIF -->{L_RESTORATION}:" class="rbtt"><span class="rbtt" style="display: none;"><!-- IF REC_LEVEL == 0 -->{L_PRIORITY} {DRUID_3}<!-- ELSEIF REC_LEVEL == 1 -->{N_DRUID3} {L_REQUIRED}<!-- ELSEIF REC_LEVEL == 2 -->{L_PRIORITY} {DRUID_3} ({N_DRUID3})<!-- ENDIF --></span><img alt="" class="{DRUID_3}" src="{ROOT_PATH}ext/talonos/b3pwowrecruitment/styles/all/theme/td_restoration.png" /></a></td>
Code: Select all
<td style="width: 16px;"><a href="{REC_LINK}" title="<!-- IF S_R_SPECIMAGES == 1 --><img alt='' src='{ROOT_PATH}ext/talonos/b3pwowrecruitment/styles/all/theme/t_guardian.png' /> <!-- ENDIF -->{L_GUARDIAN}:" class="rbtt"><span class="rbtt" style="display: none;"><!-- IF REC_LEVEL == 0 -->{L_PRIORITY} {DRUID_3}<!-- ELSEIF REC_LEVEL == 1 -->{N_DRUID3} {L_REQUIRED}<!-- ELSEIF REC_LEVEL == 2 -->{L_PRIORITY} {DRUID_3} ({N_DRUID3})<!-- ENDIF --></span><img alt="" class="{DRUID_3}" src="{ROOT_PATH}ext/talonos/b3pwowrecruitment/styles/all/theme/t_guardian.png" /></a></td>
<td style="width: 16px;"><a href="{REC_LINK}" title="<!-- IF S_R_SPECIMAGES == 1 --><img alt='' src='{ROOT_PATH}ext/talonos/b3pwowrecruitment/styles/all/theme/td_restoration.png' /> <!-- ENDIF -->{L_RESTORATION}:" class="rbtt"><span class="rbtt" style="display: none;"><!-- IF REC_LEVEL == 0 -->{L_PRIORITY} {DRUID_4}<!-- ELSEIF REC_LEVEL == 1 -->{N_DRUID4} {L_REQUIRED}<!-- ELSEIF REC_LEVEL == 2 -->{L_PRIORITY} {DRUID_4} ({N_DRUID4})<!-- ENDIF --></span><img alt="" class="{DRUID_4}" src="{ROOT_PATH}ext/talonos/b3pwowrecruitment/styles/all/theme/td_restoration.png" /></a></td>
Before this modification, when i set the needed for Restoration spec, i can see the ligth on the Guardian spec's icon. :?
Re: [RELEASE] Warcraft Guild Recruitment block V2.1.3
v2.1.3
Code: Select all
Bugfix Demon hunter
Bugfix Druid