[Rel] (WoW) Application form + ACP sup. (v3.1.x)

Forum rules
This forum is not for support requests.

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

Topic author
Dr Nick^
Valued Contributor
Posts: 81
Joined: 11. August 2009 13:56
Contact:

Re: [Rel] (WoW) Application form + ACP sup. (v3.1.x)

Post by Dr Nick^ »

hey swinder,

well someone some posts above asked the same thing.

i will try to look into it,
what i'm thinking of:

acp -> setting wowhead tooltip armory name enable/disable
acp -> setting realm regio
acp -> setting realm name
(assuming you run 1 site for 1 guild/realm ofc)

then with some little adjustments it is possible to create, with minor to 0 style changes.

if thing will help you/others let me know, hope to have some free time @ work tomorrow ;)
[Rel] (WoW) Application form + ACP sup. (v3.1) => http://board3.de/viewtopic.php?f=21&t=2663
[Rel] Ventrilo Block + ACP sup.(v1.1) => http://board3.de/viewtopic.php?f=21&t=2665

wrath99
Active Member
Posts: 2
Joined: 19. December 2009 18:56
phpBB.com User: wrath99

Re: [Rel] (WoW) Application form + ACP sup. (v3.1.x)

Post by wrath99 »

Hey any chance of adding Radio buttons and Check mark boxes the the list of available questions?

Miraculix
Active Member
Posts: 4
Joined: 24. December 2009 17:35

Re: [Rel] (WoW) Application form + ACP sup. (v3.1.x)

Post by Miraculix »

Hey there,
at first sry for my bad gramma :P im german
second very nice Mod i totaly love this :mrgreen:

but i found one or tow big bug's ....

when you fill out the Application form and push the create button you get the Information that your application is created ... and Klick this to see your post ...
but when you refrech this you would create dubble posts .. or triple so in fact it depends on how much you refrech the site

and based on this you get mohr Posts shown in your Profile

is a fix anywhere for this ??

or is some body so nice and mak one ??


and Happy X-mas from Germany

greetz

Miraculix

Topic author
Dr Nick^
Valued Contributor
Posts: 81
Joined: 11. August 2009 13:56
Contact:

Re: [Rel] (WoW) Application form + ACP sup. (v3.1.x)

Post by Dr Nick^ »

this bug i will try to fix asap.
the rest of the above changes will have to come later,
holidays, snowboarding, hey everyone has them ;)

week or 2 when i'm back and ready to roll (also less busy weeks then)

aight, nick out
[Rel] (WoW) Application form + ACP sup. (v3.1) => http://board3.de/viewtopic.php?f=21&t=2663
[Rel] Ventrilo Block + ACP sup.(v1.1) => http://board3.de/viewtopic.php?f=21&t=2665
User avatar

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

Re: [Rel] (WoW) Application form + ACP sup. (v3.1.x)

Post by talonos »

well i had alook at the code, i got it carrying the style into the application form for multistyle forums. heres how i done it

open:includes/functions.php

find

Code: Select all

'SITE_LOGO_IMG'			=> $user->img('site_logo'),
add after

Code: Select all

'U_APPF					=> append_sid("{$phpbb_root_path}application.$phpEx"),
now this depends on which recruitment block you use as some might have a diffrent reference

open:styles\prosilver\template\portal\block\recruitment.html

replace all reference of

Code: Select all

{PORTAL_RECRUITMENT_LINK}
with

Code: Select all

{U_APPF}
now save your work and purge your cache

ok so i got that working but what about the link that takes you from the form to the forum..... this is where i'm having trouble

inside portal/block/applicationform.php @ line 124 is

Code: Select all

		'S_DISPLAY_APPFORUM_ADDRES' => './viewforum.php?f=' . $portal_config['portal_applicationform_forumid'],
i tried to make this an append_sid to carry the forum style on but it just breaks the form... any help would be great also thanks on this great mod dr.nick
Creating board3 website? check the sites out below for board3 compatible extensions
Talonos: Pretereo stormrage EU OFFLINE!

Miraculix
Active Member
Posts: 4
Joined: 24. December 2009 17:35

Re: [Rel] (WoW) Application form + ACP sup. (v3.1.x)

Post by Miraculix »

talonos wrote:well i had alook at the code, i got it carrying the style into the application form for multistyle forums. heres how i done it

open:includes/functions.php

find

Code: Select all

'SITE_LOGO_IMG'			=> $user->img('site_logo'),
add after

Code: Select all

'U_APPF					=> append_sid("{$phpbb_root_path}application.$phpEx"),
now this depends on which recruitment block you use as some might have a diffrent reference

open:styles\prosilver\template\portal\block\recruitment.html

replace all reference of

Code: Select all

{PORTAL_RECRUITMENT_LINK}
with

Code: Select all

{U_APPF}
now save your work and purge your cache
if i understand correct .. this will fix the doubble post problem ?

and for the "How many Post do you have but " there isn't one sry my bad :) i looked into the ACP and found out you can set permissions for that than the post's won't be counted.
greetz
Miraculix
User avatar

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

Re: [Rel] (WoW) Application form + ACP sup. (v3.1.x)

Post by talonos »

no it doesn't stop the double posting, it only carries the style over for people who have the style selector active
Creating board3 website? check the sites out below for board3 compatible extensions
Talonos: Pretereo stormrage EU OFFLINE!
User avatar

FDCP_NEO (NL)
Translator
Posts: 26
Joined: 3. August 2008 09:26
phpBB.com User: Neo
Location: Holland
Contact:

Re: [Rel] (WoW) Application form + ACP sup. (v3.1.x)

Post by FDCP_NEO (NL) »

Looks rely nice I'm going use this mod to!

Thank u for the mod! :D

Topic author
Dr Nick^
Valued Contributor
Posts: 81
Joined: 11. August 2009 13:56
Contact:

Re: [Rel] (WoW) Application form + ACP sup. (v3.1.x)

Post by Dr Nick^ »

sorry for the late reply but i finally got it fixed,
holidays vactions buzzy times aint good to do.

bug fix is included in the new files:

- Application Form v3.1.1b board3 Portal v1.0.3
- Application Form v3.1.2b board3 Portal v1.0.4

or if you dont want to change that much,
download your package, and get : 'root/portal/block/applicationfrom.php' and overwrite it with server currents.
and if you edited that file too.. well then check the differences ;) 2 lines hint hint

* looking for the wowhead tooltip update soon, have to think some things out.

Nick
[Rel] (WoW) Application form + ACP sup. (v3.1) => http://board3.de/viewtopic.php?f=21&t=2663
[Rel] Ventrilo Block + ACP sup.(v1.1) => http://board3.de/viewtopic.php?f=21&t=2665

Topic author
Dr Nick^
Valued Contributor
Posts: 81
Joined: 11. August 2009 13:56
Contact:

Re: [Rel] (WoW) Application form + ACP sup. (v3.1.x)

Post by Dr Nick^ »

Hey talonos,

if that solution really works (maybe if someone other uses it too let me know!)
then i can try to implement it correctly in the installation / code further on.

then again, i tried to do the append_sid as you said, but for me it works,
correct me if i misunderstood or something but:

Code: Select all

		'S_DISPLAY_APPFORUM_ADDRES' => append_sid('./viewforum.php?f=' . $portal_config['portal_applicationform_forumid']),
in my code works,
i must say, i work with direct link comming in, (dont have it linked to recruitment block) which hasnt a specifik ID set,
so maybe this is what you tried, maybe not, but for me, i didnt get break downs (yes purged/refreshed 10times)

Nick

i always apppreciate (or how you write it) other people's involvement, together we get furter down the road then alone ;)
[Rel] (WoW) Application form + ACP sup. (v3.1) => http://board3.de/viewtopic.php?f=21&t=2663
[Rel] Ventrilo Block + ACP sup.(v1.1) => http://board3.de/viewtopic.php?f=21&t=2665
User avatar

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

Re: [Rel] (WoW) Application form + ACP sup. (v3.1.x)

Post by talonos »

just tried your way then and it worked fine for me Dr Nick^. i must of had a typo of something in my coding. glad i finally got that fixed now. just updated to newest version n looks like the repost bug is gone
Creating board3 website? check the sites out below for board3 compatible extensions
Talonos: Pretereo stormrage EU OFFLINE!

spaceman
Active Member
Posts: 3
Joined: 11. January 2010 17:26
phpBB.de User: spaceman
phpBB.com User: spaceman

Re: [Rel] (WoW) Application form + ACP sup. (v3.1.x)

Post by spaceman »

n00b question, so sorry.

How can I view Forum ID's so I can get an application submitted to the correct sub-forum. Ta. :mrgreen:

spaceman
Active Member
Posts: 3
Joined: 11. January 2010 17:26
phpBB.de User: spaceman
phpBB.com User: spaceman

Re: [Rel] (WoW) Application form + ACP sup. (v3.1.x)

Post by spaceman »

Aha! One way is in the address bar, e.g.:

Code: Select all

http://<your.domain/board/>/viewtopic.php?f=x
x= a number which is the forum ID. :mrgreen:

Topic author
Dr Nick^
Valued Contributor
Posts: 81
Joined: 11. August 2009 13:56
Contact:

Re: [Rel] (WoW) Application form + ACP sup. (v3.1.x)

Post by Dr Nick^ »

good boy ;)
[Rel] (WoW) Application form + ACP sup. (v3.1) => http://board3.de/viewtopic.php?f=21&t=2663
[Rel] Ventrilo Block + ACP sup.(v1.1) => http://board3.de/viewtopic.php?f=21&t=2665
User avatar

FDCP_NEO (NL)
Translator
Posts: 26
Joined: 3. August 2008 09:26
phpBB.com User: Neo
Location: Holland
Contact:

Re: [Rel] (WoW) Application form + ACP sup. (v3.1.x)

Post by FDCP_NEO (NL) »

Is there a way to install this mod without the use of the portal? And if yes how do I do that?

Thx
Locked

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