|
View previous topic :: View next topic |
| Author |
Message |
Joseph4 Nice poster


Offline Joined: Jun 18, 2006 Posts: 112 Location: Dublin, Ireland.
|
Posted: Tue May 15, 2007 8:45 pm Post subject: Clan Application Module |
|
Hey,
I got the WoW Application module and with the help of my friends edited it for normal clans. I hope its useful to anyone..
Credit goes to original authors aswell.
_________________

Joseph4's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Win/2/4.0.27/5.1.2/CMS 9.1.2.1
|
|
| Back to top |
|
 |
Heckler Heavy poster


Offline Joined: Apr 22, 2007 Posts: 299 Location: California
|
|
| Back to top |
|
 |
Joseph4 Nice poster


Offline Joined: Jun 18, 2006 Posts: 112 Location: Dublin, Ireland.
|
Posted: Wed May 16, 2007 6:07 pm Post subject: Re: Clan Application Module |
|
Well I didn't need that feature.
As once thats done I'll just talk to them and add them to the member group.
_________________

Joseph4's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Win/2/4.0.27/5.1.2/CMS 9.1.2.1
|
|
| Back to top |
|
 |
Heckler Heavy poster


Offline Joined: Apr 22, 2007 Posts: 299 Location: California
|
Posted: Wed May 16, 2007 11:44 pm Post subject: Re: Clan Application Module |
|
Ok, so how to admins know someone applied, does the application get sent to an admins inbox or how does it work?
_________________ Phone Rumors | My Solution Manuals | My Online Money Guide | Premium WordPress Themes
Heckler's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux / 1.3.37 (Unix) / 4.1.21-standard / 4.4.6 / 9.2.1
|
|
| Back to top |
|
 |
Mammlouk Nice poster


Offline Joined: Apr 13, 2007 Posts: 128 Location: Colorado
|
Posted: Thu May 17, 2007 1:38 pm Post subject: Re: Clan Application Module |
|
I will have to take a look at this module when i have time. Good work!
Mammlouk's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
|
|
| Back to top |
|
 |
Joseph4 Nice poster


Offline Joined: Jun 18, 2006 Posts: 112 Location: Dublin, Ireland.
|
|
| Back to top |
|
 |
Heckler Heavy poster


Offline Joined: Apr 22, 2007 Posts: 299 Location: California
|
Posted: Fri May 18, 2007 1:28 am Post subject: Re: Clan Application Module |
|
Sweet that would be great if your friends did that  So until now I will change the email them
Great Module and with the forum post function It would be awesome and very usefule
Pce,
Heckler
_________________ Phone Rumors | My Solution Manuals | My Online Money Guide | Premium WordPress Themes
Heckler's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux / 1.3.37 (Unix) / 4.1.21-standard / 4.4.6 / 9.2.1
|
|
| Back to top |
|
 |
Anaxent Nice poster


Offline Joined: Jan 30, 2006 Posts: 96 Location: Phx, Az
|
Posted: Sat May 19, 2007 11:12 pm Post subject: Re: Clan Application Module |
|
Rasac, Robojerk and I at wowroster.net have been building this application module to email, post to a forum and/or to the db for later aproval. At this time the module does need some work in the backend and away to also aprove the applicant to the site and group or just a group, really not sure on how to get this part done yet. At first this module was made just for world of warcraft, but I have been looking at away to build a formbuilder module so the admin can make any number of fields and allowing the use of all form types. I have seen something close to this in the admin registration, but it lacks field types like the select. If there are anyone here that would like to help out with this project pls let me know either pm me here or at wowroster.net.
Anaxent
_________________

cwells.net | FC7/Apache2/MYSQL5/PHP5/9.2
secret-order.us | FC7/Apache2/MYSQL5/PHP5/9.2RC
wowroster.net | FC8/Apache2+lighttpd/MYSQL5/PHP5/9.2
Anaxent's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) FC/Apache2/MYSQL5/PHP5/9.2
|
|
| Back to top |
|
 |
Heckler Heavy poster


Offline Joined: Apr 22, 2007 Posts: 299 Location: California
|
|
| Back to top |
|
 |
Joseph4 Nice poster


Offline Joined: Jun 18, 2006 Posts: 112 Location: Dublin, Ireland.
|
|
| Back to top |
|
 |
Heckler Heavy poster


Offline Joined: Apr 22, 2007 Posts: 299 Location: California
|
|
| Back to top |
|
 |
Joseph4 Nice poster


Offline Joined: Jun 18, 2006 Posts: 112 Location: Dublin, Ireland.
|
Posted: Mon Jun 11, 2007 6:53 pm Post subject: Re: Clan Application Module |
|
I am having trouble getting it to post a topic..
Anyone any ideas?
We got so far - to the stage it wouldn't get error messages..
_________________

Joseph4's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Win/2/4.0.27/5.1.2/CMS 9.1.2.1
|
|
| Back to top |
|
 |
Anaxent Nice poster


Offline Joined: Jan 30, 2006 Posts: 96 Location: Phx, Az
|
Posted: Mon Jun 11, 2007 11:49 pm Post subject: Re: Clan Application Module |
|
What we have down for the wow application system is basiclly included the functions file for the forums.
| PHP: |
include_once(BASE_DIR.'/includes/ForumsPro/functions_post.php');
|
or the
| PHP: |
include_once('BASE_DIR./includes/Forums/functions_post.php');
|
Which then allowed us access to the post function
| PHP: |
insert_post($message, $subject, $forum_id, $user_id, $user_name, $user_attach_sig);
|
And after you get the posting working please make sure to add the captcha image so your forums and email do not get spammed.
_________________

cwells.net | FC7/Apache2/MYSQL5/PHP5/9.2
secret-order.us | FC7/Apache2/MYSQL5/PHP5/9.2RC
wowroster.net | FC8/Apache2+lighttpd/MYSQL5/PHP5/9.2
Anaxent's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) FC/Apache2/MYSQL5/PHP5/9.2
|
|
| Back to top |
|
 |
Heckler Heavy poster


Offline Joined: Apr 22, 2007 Posts: 299 Location: California
|
Posted: Mon Jun 11, 2007 11:55 pm Post subject: Re: Clan Application Module |
|
Anaxent could you attach a new download with the fixed stuff above, I'm not good at editing stuff.
Thx,
Heckler
_________________ Phone Rumors | My Solution Manuals | My Online Money Guide | Premium WordPress Themes
Heckler's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux / 1.3.37 (Unix) / 4.1.21-standard / 4.4.6 / 9.2.1
|
|
| Back to top |
|
 |
JJKKING Newbie


Offline Joined: Mar 19, 2006 Posts: 40 Location: Dela Where????
|
Posted: Fri Jun 15, 2007 3:20 pm Post subject: Re: Clan Application Module |
|
I was wondering if it is possible to creat a app that auto fills in the information from your profile??
I have no problem trying to build it might take a bit though and I dont even know where to start.
JJKKING's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux//5.0.32/ 5.2.5/9.2.1
|
|
| Back to top |
|
 |
|
|