Clan Adverts

Sponsors

CT on Facebook

Latest Product

User Box

Anonymous
38.107.179.218
Nickname:

Password:

Security Code
Security Code
Type Security Code


PND Downloads Feed

Phpnuke Downloads
How to Delete or Reset yo...
How to Delete or Reset your PHPNuke Admin Account
Lost your admin password ?  Cant login to your admin account ? This s...
Back Online & Stuff
Back Online & Stuff
Look at us with our nifty website back up and running… Seriously...
How to edit the admins in...
How to edit the admins in the forums
Here is a way to make someone admin in your forums on your Evo site. I...
Demo Splash Screen
Demo Splash Screen
Ped @ Clan Themes has released a simple splash screen entrance hack. ...
Free Phpnuke Business The...
Free Phpnuke Business Theme 6
This is the 6th Business theme for Phpnuke that Clan Themes has releas...
Tricked Out Slider
Tricked Out Slider
We have seen some great new things come out of Tricked Out News and th...

Custom Work

PHP Nuke Custom Work

www.clanthemes.com :: View topic - Member Application block
Member Application block
Goto page 1, 2  Next

20 Replies / 7650 Views


Post new topic   Reply to topic  

   www.clanthemes.com Forum Index » Blocks

View previous topic :: View next topic


OzButcher
Reputation: 464.1 Add RepSubtract Rep
Local time: 8:26 AM

australia.gif

OMG
OMG

0.07 posts per day
Medals: 1 (View more...)
Site Supporter (Amount: 1)

Joined: Jan 16, 2007
Last Visit: 26 Feb 2008
Posts: 135
Points: 100 

Post Member Application block Posted: Wed Apr 11, 2007 5:30 am

Shop Purchases:
Battlefield 2142 PhpNuke Theme (Aviator) · Clan Roster v1.7 Php Nuke Module · Battlefield 2142 X-Theme (Ultimate)

I've just installed the member application mod on my RavenNuke 2.10 site and encounter a error when I try to active the block that came with it:

Code:
Warning: include_once(modules/Member_Application/language/MA_lang_english.php) [function.include-once]: failed to open stream: No such file or directory in /mounted-storage/----/------/-----/burnt-clan.com/blocks/block-M_A_a_status.php on line 25

Warning: include_once() [function.include]: Failed opening 'modules/Member_Application/language/MA_lang_english.php' for inclusion (include_path='.:/usr/local/lib/php/') in /mounted-storage/------/------/------/burnt-clan.com/blocks/block-M_A_a_status.php on line 25


I blanked some of the server url. Any idea peoplz? Bad HAir Day
 

 
View user's profileSend private messageVisit poster's websiteMSN Messenger Reply with quote

OzButcher
Reputation: 464.1 Add RepSubtract Rep
Local time: 8:26 AM

australia.gif

OMG
OMG

0.07 posts per day
Medals: 1 (View more...)
Site Supporter (Amount: 1)

Joined: Jan 16, 2007
Last Visit: 26 Feb 2008
Posts: 135
Points: 100 

Post Posted: Wed Apr 11, 2007 5:43 am

Shop Purchases:
Battlefield 2142 PhpNuke Theme (Aviator) · Clan Roster v1.7 Php Nuke Module · Battlefield 2142 X-Theme (Ultimate)

Okay I noticed the file:

modules/Member_Application/language/MA_lang_english.php

doesn't exist in the package. I've tried renaming the included

modules/Member_Application/language/lang-english.php tp MA_lang_english.php

but it puts my whole site out of whack.
 

 
View user's profileSend private messageVisit poster's websiteMSN Messenger Reply with quote

topjob
Reputation: 522.1 Add RepSubtract Rep
votes: 2
Local time: 5:26 PM

usa.gif



0.04 posts per day
Medals: 0
Scripts/Coder
Scripts/Coder
Joined: Apr 05, 2007
Last Visit: 13 Mar 2010
Posts: 82
Points: 9264 

Post Posted: Wed Apr 11, 2007 12:55 pm

My bad. I didn't get the language system updated in the block properly. I have updated the package in the downloads.

Thanks for letting me know.

TopJob

FYI there will be an updated version of Member Application out in a week or so that is specifically more compatible with RN 210.
 

 
View user's profileSend private messageVisit poster's websiteMSN Messenger Reply with quote


OzButcher
Reputation: 464.1 Add RepSubtract Rep
Local time: 8:26 AM

australia.gif

OMG
OMG

0.07 posts per day
Medals: 1 (View more...)
Site Supporter (Amount: 1)

Joined: Jan 16, 2007
Last Visit: 26 Feb 2008
Posts: 135
Points: 100 

Post Posted: Wed Apr 11, 2007 3:04 pm

Shop Purchases:
Battlefield 2142 PhpNuke Theme (Aviator) · Clan Roster v1.7 Php Nuke Module · Battlefield 2142 X-Theme (Ultimate)

cheers mate that works like a charm!! :)

I've modified my block a bit so it displays like this:

Clan Application
No: #1
User: OzButcher
Status: Recieved

Just curious... Is it possible to colour code the status in the block... so depending what the status is this is displayed:

RECEIVED
ACCEPTED
DECLINED
 

 
View user's profileSend private messageVisit poster's websiteMSN Messenger Reply with quote

floppy
Reputation: 2088.8 Add RepSubtract Rep
votes: 22
Local time: 7:26 PM
Location: Jackson Mississippi
usa.gif

Site Admin
Site Admin

1.16 posts per day
Medals: 2 (View more...)
Dedication (Amount: 1)
Scripts/Coder
Scripts/Coder
Joined: Nov 14, 2006
Last Visit: 03 May 2012
Posts: 2353
Points: 132516 

Post Posted: Wed Apr 11, 2007 3:06 pm

Shop Purchases:
Clan Roster 2.0 · Multi Gaming (Warrior) Evo Theme · COD6 ModernWarfare 2 Teaser Splash Screen · Left for Dead Evo Extreme Version

Thats in already in pro nuke forms oz, but anything is possible.
 

Phpnuke Downloads | VMaxxRx Male Enhancement  
View user's profileSend private messageVisit poster's website Reply with quote

floppy
Reputation: 2088.8 Add RepSubtract Rep
votes: 22
Local time: 7:26 PM
Location: Jackson Mississippi
usa.gif

Site Admin
Site Admin

1.16 posts per day
Medals: 2 (View more...)
Dedication (Amount: 1)
Scripts/Coder
Scripts/Coder
Joined: Nov 14, 2006
Last Visit: 03 May 2012
Posts: 2353
Points: 132516 

Post Posted: Wed Apr 11, 2007 5:40 pm

Shop Purchases:
Clan Roster 2.0 · Multi Gaming (Warrior) Evo Theme · COD6 ModernWarfare 2 Teaser Splash Screen · Left for Dead Evo Extreme Version

Find

Code:
    switch ($row['appstatus'])
    {
      case 0 : $content .= MA_RECIEVED;
                break;

      case 1 : $content .= MA_DECLINED;
                break;

      case 2 : $content .= MA_ACCEPTED;
                break;
    }


Replace with

Code:
    switch ($row['appstatus'])
    {
      case 0 : $content .= "<font color='red'>".MA_RECIEVED."</font>";
                break;

      case 1 : $content .= "<font color='red'>".MA_DECLINED."</font>";
                break;

      case 2 : $content .= "<font color='red'>".MA_ACCEPTED."</font>";
                break;
    }


Change color='red' to your desired colors.
 

 
View user's profileSend private messageVisit poster's website Reply with quote


OzButcher
Reputation: 464.1 Add RepSubtract Rep
Local time: 8:26 AM

australia.gif

OMG
OMG

0.07 posts per day
Medals: 1 (View more...)
Site Supporter (Amount: 1)

Joined: Jan 16, 2007
Last Visit: 26 Feb 2008
Posts: 135
Points: 100 

Post Posted: Sun Apr 15, 2007 4:12 pm

Shop Purchases:
Battlefield 2142 PhpNuke Theme (Aviator) · Clan Roster v1.7 Php Nuke Module · Battlefield 2142 X-Theme (Ultimate)

Thanks floppy!! I'll try that :)

I found 2 Bugs today.

1) I get 6 identical emails every time someone complete's a form.
2) Registered users who complete the form don't get activated to the group picked in the settings eg 'New Recruit' for me.
 

 
View user's profileSend private messageVisit poster's websiteMSN Messenger Reply with quote

topjob
Reputation: 522.1 Add RepSubtract Rep
votes: 2
Local time: 5:26 PM

usa.gif



0.04 posts per day
Medals: 0
Scripts/Coder
Scripts/Coder
Joined: Apr 05, 2007
Last Visit: 13 Mar 2010
Posts: 82
Points: 9264 

Post Posted: Sun Apr 15, 2007 5:57 pm

OzButcher wrote:

1) I get 6 identical emails every time someone complete's a form.

Try as I might, I cannot duplicate this problem. Never more than admin and group notify emails. Topic watch e-mails. And user notify emails. All at the appropriate times. Perhaps you'll discover more clues to this, for instance is the app posted multiple times indicating the user refreshed the browser. Or something like that.
OzButcher wrote:
2) Registered users who complete the form don't get activated to the group picked in the settings eg 'New Recruit' for me.

For the form in question, in the admin panel, check to see if the "Allow Anonymous Application" box is not checked. This will prevent users from being added to a group.

Tim
 

 
View user's profileSend private messageVisit poster's websiteMSN Messenger Reply with quote

OzButcher
Reputation: 464.1 Add RepSubtract Rep
Local time: 8:26 AM

australia.gif

OMG
OMG

0.07 posts per day
Medals: 1 (View more...)
Site Supporter (Amount: 1)

Joined: Jan 16, 2007
Last Visit: 26 Feb 2008
Posts: 135
Points: 100 

Post Posted: Mon Apr 16, 2007 5:50 am

Shop Purchases:
Battlefield 2142 PhpNuke Theme (Aviator) · Clan Roster v1.7 Php Nuke Module · Battlefield 2142 X-Theme (Ultimate)

I've looked in the settings and my "Allow Anonymous Application" was not checked. Sorry I'm a bit confused... but should I check this? :)

As for the email issue...
I've disabled the admin notification for now, and instead I chose to notify us via the "Send Group Notification Email" and I force the topic watch.
 

 
View user's profileSend private messageVisit poster's websiteMSN Messenger Reply with quote


topjob
Reputation: 522.1 Add RepSubtract Rep
votes: 2
Local time: 5:26 PM

usa.gif



0.04 posts per day
Medals: 0
Scripts/Coder
Scripts/Coder
Joined: Apr 05, 2007
Last Visit: 13 Mar 2010
Posts: 82
Points: 9264 

Post Posted: Mon Apr 16, 2007 12:55 pm

Would you consider previewing MA v2.1.2. There are some base code changes in it for compatibility with RN2.1.0. I am curious if the what you are experiencing is a side effect of issues I have already cured.

Tim
 

 
View user's profileSend private messageVisit poster's websiteMSN Messenger Reply with quote

OzButcher
Reputation: 464.1 Add RepSubtract Rep
Local time: 8:26 AM

australia.gif

OMG
OMG

0.07 posts per day
Medals: 1 (View more...)
Site Supporter (Amount: 1)

Joined: Jan 16, 2007
Last Visit: 26 Feb 2008
Posts: 135
Points: 100 

Post Posted: Mon Apr 16, 2007 2:34 pm

Shop Purchases:
Battlefield 2142 PhpNuke Theme (Aviator) · Clan Roster v1.7 Php Nuke Module · Battlefield 2142 X-Theme (Ultimate)

yeah for sure man!! :)

I'm using it on my site so any help I can be. you can email it to me if you like or should I grab it from somewhere?
 

 
View user's profileSend private messageVisit poster's websiteMSN Messenger Reply with quote

topjob
Reputation: 522.1 Add RepSubtract Rep
votes: 2
Local time: 5:26 PM

usa.gif



0.04 posts per day
Medals: 0
Scripts/Coder
Scripts/Coder
Joined: Apr 05, 2007
Last Visit: 13 Mar 2010
Posts: 82
Points: 9264 

Post Posted: Tue Apr 17, 2007 12:43 am

mailed to the same hotmail account as your messenger.
 

 
View user's profileSend private messageVisit poster's websiteMSN Messenger Reply with quote

Post new topic   Reply to topic  
   www.clanthemes.com Forum Index » Blocks


 
20 Replies / 7650 Views
Page 1 of 2
All times are GMT
Goto page 1, 2  Next
Display posts from previous:   
 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum