Guild Recruitment and Application Block 2.0

phpNuke integration forum

Re: Dragonfly CMS

Postby zanix » Wed Dec 12, 2007 1:54 am

Lyco wrote:I would like to find out if it is at all possible to have this module ported to Dragonfly CMS. Let me know please.

Looks like there is a similar one
http://www.wowroster.net/Forums/viewtopic/t=2638.html
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

Guild Recruitment and Application Block 2.0

Postby Alex13 » Thu Jan 03, 2008 6:23 pm

Hi all,

I've tried this module, and I got a strange error, at the bottom of the page http://..../admin.php?op=application this error message :
Code: Select all
Access Denied


(you can see a pic there )

When i Try to use the button into the admin panel of PHPNuke : admin.php?op=recruitment
I got too the error message "Acces Denied".

If i try to use logged as normal user into PHPNuke to click on "Apply now" of the Recruitment block I got the error message : "This module isn't activated".

I can update the settings for recruiting via : /modules.php?name=Recruitment_Settings without problem but strange things, is that just logged user into phpnuke without any special autorisation can change this settings ???!!

Any idea why ? (Did translation file avalaible somewhere ?)

I'm using a french version of PHPNuke 7?6 (patched).

Any help would be very appreciated. Sorry for my bad english.
Last edited by Alex13 on Thu Jan 03, 2008 6:46 pm, edited 1 time in total.
Alex13
WR.net Apprentice
WR.net Apprentice
 
Posts: 4
Joined: Mon Dec 31, 2007 4:04 am

Guild Recruitment and Application Block 2.0

Postby kelaserra » Sat Feb 16, 2008 2:14 am

Sometime recently, within the past week or so, my installation of the Application and Recruitment module stopped functioning for some browsers.

In Firefox (or Safari on a Mac), neither the Application admin module, nor the application form itself fully load. The admin module doesn't load at all, and the form stops after drawing about an inch of the background frame.

MSIE appears to load the form correctly (I haven't tested the admin panel yet, as I am on a Mac).

I contacted my hosting service (Lunar Pages), and confirmed there was no changes done to the site on the backend (eg. no ninja upgrade to php5, etc.). I have completely removed and reinstalled version 2.2.3 of the Application mod with no change. I have done an upgrade install of 2.3 beta over a fresh isntall of 2.2.3, as well as a fresh full instlal of 2.3 beta, again no change.

The website is:
http://www.excelcius.org

I am running Nuke 7.9.

Any assistance that anyone can offer is greatly appreciated.
kelaserra
WR.net Apprentice
WR.net Apprentice
 
Posts: 3
Joined: Wed May 02, 2007 7:57 am

Guild Recruitment and Application Block 2.0

Postby Juwel » Sat Mar 22, 2008 6:08 am

Sadly, it looks as if this forum isn't getting updated, but I've just installed this awesome mod and have a small problem. It functions like a charm and does everything we want it to - except - it's breaking the style in my Theme -

It looks as if perhaps a CSS file or something needs to be edited, but I just can't find where - can someone please take a look at: http://www.letztes-bataillon.com/module ... pplication and give me any ideas you may have on how to correct this?

This site is currently in development and due to launch on Tuesday, March 25

Thanks!
rhonda
Juwel
WR.net Apprentice
WR.net Apprentice
 
Posts: 2
Joined: Tue Mar 18, 2008 12:49 am

Guild Recruitment and Application Block 2.0

Postby Anaxent » Sat Mar 22, 2008 1:37 pm

Last time I looked at this the style was hard coded into the module there for not using a style sheet.

Code: Select all
<div id="Application" class="module">

<table width="100%" border="0" cellspacing="1" cellpadding="0" bgcolor=""><tr><td>
<table width="100%" border="0" cellspacing="1" cellpadding="4" bgcolor=""><tr><td>
<form action="modules.php?name=Application&amp;file=confirm" method="POST">
<table align="center" width="550" border="0" cellpadding="0">


As you can see form the tables in your html code that the width and such is hardcoded. I towuld be best to take alook at your theme and the css for classes that can be used to change
Code: Select all
<table width="100%" border="0" cellspacing="1" cellpadding="0" bgcolor="">

to
Code: Select all
<table class="some_table_class">
User avatar
Anaxent
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 642
Joined: Tue Jul 04, 2006 6:27 am
Location: Phoenix, Az

Guild Recruitment and Application Block 2.0

Postby Bang » Mon Mar 24, 2008 10:19 pm

This looks awesome any plans on porting this over to Dragonfly (DF) i think there are allot of people that would really flip over this module, myself included :)
User avatar
Bang
WR.net Apprentice
WR.net Apprentice
 
Posts: 5
Joined: Tue Jul 04, 2006 10:56 pm

Guild Recruitment and Application Block 2.0

Postby Juwel » Thu Apr 24, 2008 4:16 am

I've got the module installed, but I'm getting an error on submit. The application is processing, but returning a blank page and not forwarding the information to e-mail or forums. I've tried editing the files as recommended on page 8 of this thread (validateApplEmailFormat), but that isn't working for me.

Any suggestions? I've seen people asked to turn on "debug" and report errors, but I don't know how to do that -

My site is: http://www.blood-ashes.com

Any help would be really appreciated -

Juwel
Juwel
WR.net Apprentice
WR.net Apprentice
 
Posts: 2
Joined: Tue Mar 18, 2008 12:49 am

Re: Guild Recruitment and Application Block 2.0

Postby kimble » Tue May 13, 2008 9:08 am

If i try to use logged as normal user into PHPNuke to click on "Apply now" of the Recruitment block I got the error message : "This module isn't activated".

I can update the settings for recruiting via : /modules.php?name=Recruitment_Settings without problem but strange things, is that just logged user into phpnuke without any special autorisation can change this settings ???!!

I have the same problems,as Admin it works,but as registered or anyone else,the error is there.


Pls Help


Sorry for the bad english
kimble
WR.net Apprentice
WR.net Apprentice
 
Posts: 4
Joined: Tue May 13, 2008 9:04 am

Re: Guild Recruitment and Application Block 2.0

Postby kimble » Tue May 13, 2008 10:57 pm

/push


Pls Help
kimble
WR.net Apprentice
WR.net Apprentice
 
Posts: 4
Joined: Tue May 13, 2008 9:04 am

Re: Guild Recruitment and Application Block 2.0

Postby Gator81 » Wed May 14, 2008 2:02 am

I use to run this on a older ver of phpnuke and there was an edit that I had to do, I dont remember what I did since I dont use it anymore but I will try to see if I can find anymore info that may help.
Gator81
WR.net Journeyman
WR.net Journeyman
 
Posts: 115
Joined: Fri Jun 01, 2007 4:44 am

Re: Guild Recruitment and Application Block 2.0

Postby kimble » Wed May 14, 2008 5:05 am

Hi
Thx i waiting for.
kimble
WR.net Apprentice
WR.net Apprentice
 
Posts: 4
Joined: Tue May 13, 2008 9:04 am

Re: Guild Recruitment and Application Block 2.0

Postby kimble » Thu May 15, 2008 5:36 pm

/push


Have anyone tips for my problem?
kimble
WR.net Apprentice
WR.net Apprentice
 
Posts: 4
Joined: Tue May 13, 2008 9:04 am

Re: Guild Recruitment and Application Block 2.0

Postby Michie/Seghorn » Sun Oct 05, 2008 6:02 pm

Wanted to ask sometimes when there an Updat is under Evo-Nuke 2.1.0 runs?
On my test of servers I have Evo-Nuke 1.0.2 there it runs.
I breuchte it, however, for the version 2.1.0.
And if it Going also in German there I have complete probleme by the translation.


Endschuldigt for this bad one let in English me test from PROMT translator place.
Michie/Seghorn
WR.net Apprentice
WR.net Apprentice
 
Posts: 4
Joined: Tue Nov 13, 2007 11:32 pm

Re: Guild Recruitment and Application Block 2.0

Postby dasschmidthaus » Mon Nov 17, 2008 3:21 am

Just wondering if there are any plans to update this for Lich King and add in Death Knights?
Last edited by dasschmidthaus on Mon Nov 17, 2008 3:21 am, edited 1 time in total.
dasschmidthaus
WR.net Apprentice
WR.net Apprentice
 
Posts: 5
Joined: Mon Nov 17, 2008 3:19 am

Re: Guild Recruitment and Application Block 2.0

Postby blakbyrd » Wed Nov 19, 2008 11:59 pm

I had the same problem, and decided to fix it myself, which is easy to do. I do not know if this module is still being maintained, but I have created a zip file of the necessary changes, including the alteration file for the database that you will need to do. The database alteration is manual only for this update, so you will need to either upload the file through your mySQL interface or manually enter it. Other than that, there are only 3 other files to replace and 2 new images to include. All is included in the zip file.

This is only an update to an existing Application and Recruitment V2.2.3 module that has already been installed and is running. See the readme file for more information.

I have it working now on my site if you want to preview it first:
www.defendersoftherose.com

The attachment should be added to the post, I hope.

Enjoy,
blakbyrd
Attachments
application_and_recruitment_dkupdate.zip
UPDATE ONLY to include DK class and Inscription profession
(28.73 KiB) Downloaded 349 times
blakbyrd
WR.net Apprentice
WR.net Apprentice
 
Posts: 2
Joined: Wed Nov 12, 2008 5:48 am

PreviousNext

Return to phpNuke

Who is online

Users browsing this forum: No registered users and 1 guest

cron