[2.0.19] Invitation Only

All new MODs released in our MOD Database will be announced in here. All support for released MODs needs to take place in here. No new MODs will be accepted into the MOD Database for phpBB2
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

On February 1, 2009 this forum will be set to read only as part of retiring of phpBB2.

Rating:

Excellent!
48
63%
Very Good
19
25%
Good
6
8%
Fair
1
1%
Poor
2
3%
 
Total votes: 76

User avatar
spaceagle
Registered User
Posts: 76
Joined: Tue Aug 06, 2002 5:22 am

Re: [2.0.19] Invitation Only

Post by spaceagle »

yes I did
User avatar
spaceagle
Registered User
Posts: 76
Joined: Tue Aug 06, 2002 5:22 am

Re: [2.0.19] Invitation Only

Post by spaceagle »

Would the mod watch forum, or xs mod or simple forum affect invitation only?
Paul
Infrastructure Team Leader
Infrastructure Team Leader
Posts: 28617
Joined: Sat Dec 04, 2004 3:44 pm
Location: The netherlands.
Name: Paul Sohier
Contact:

Re: [2.0.19] Invitation Only

Post by Paul »

spaceagle wrote:Would the mod watch forum, or xs mod or simple forum affect invitation only?
ouch, thats a good question. I dont know, I still didnt have the time to look at the code, so i dont really know the answer.
User avatar
spaceagle
Registered User
Posts: 76
Joined: Tue Aug 06, 2002 5:22 am

Re: [2.0.19] Invitation Only

Post by spaceagle »

Anyone have any idea how i could fix this?
jmercmon
Registered User
Posts: 2
Joined: Thu Nov 29, 2007 8:23 pm

Re: [2.0.19] Invitation Only

Post by jmercmon »

Great MOD

Upgrade suggestions: way to customize email text permanently and an option to suggest a username that will show up prefilled in when user clicks email link, like the email address does.
Hearron
Registered User
Posts: 70
Joined: Wed Feb 28, 2007 12:38 am

Re: [2.0.19] Invitation Only

Post by Hearron »

Is there a 3.0 version coming or will this work with gold??
Paul
Infrastructure Team Leader
Infrastructure Team Leader
Posts: 28617
Joined: Sat Dec 04, 2004 3:44 pm
Location: The netherlands.
Name: Paul Sohier
Contact:

Re: [2.0.19] Invitation Only

Post by Paul »

Hearron wrote:Is there a 3.0 version coming or will this work with gold??
Maybe if I have time later, but currently iam really busy.
Hearron
Registered User
Posts: 70
Joined: Wed Feb 28, 2007 12:38 am

Re: [2.0.19] Invitation Only

Post by Hearron »

:(

Darn it, it was a sweet mod.....if I was a coder...I'd be all over it, it was very nice....I'll be missing it.
CASSIOPEA
Registered User
Posts: 12
Joined: Sun Aug 29, 2004 7:44 pm

Re: [2.0.19] Invitation Only

Post by CASSIOPEA »

is it so difficult to covert. I like to try but not sure how much is hard..
User avatar
apfan
Registered User
Posts: 168
Joined: Thu Jun 02, 2005 4:15 am
Location: PhpBB 2.22.x For president!

Re: [2.0.19] Invitation Only

Post by apfan »

How do i remove the annoying COPPA mail ?

Regards
User avatar
apfan
Registered User
Posts: 168
Joined: Thu Jun 02, 2005 4:15 am
Location: PhpBB 2.22.x For president!

Re: [2.0.19] Invitation Only

Post by apfan »

apfan wrote:How do i remove the annoying COPPA mail ?

Regards
Bump
gavmandoo
Registered User
Posts: 2
Joined: Tue Dec 25, 2007 3:00 am

Re:

Post by gavmandoo »

eviL<3 wrote:You forgot this part:

Code: Select all

#
#-----[ SQL ]------------------------------------------
#
CREATE TABLE phpbb_invitations (
	invitation_id MEDIUMINT( 8 ) NOT NULL AUTO_INCREMENT ,
	invitation_code VARCHAR( 8 ) NOT NULL ,
	invitation_description TEXT NOT NULL,
	invitation_uses MEDIUMINT(8) NOT NULL DEFAULT '1',
	invitation_group MEDIUMINT(8) NOT NULL DEFAULT '0',
        invitation_email TEXT NOT NULL,
	PRIMARY KEY ( invitation_id ) 
);

CREATE TABLE phpbb_invitation_users (
	invitation_id MEDIUMINT( 8 ) NOT NULL,
	user_id MEDIUMINT( 8 ) NOT NULL,	
	PRIMARY KEY ( user_id ) 
);	

INSERT INTO phpbb_config ( config_name , config_value ) 
	VALUES ('invite_only', '1'); 
I know this is going bck a bit, but imagine I was a complete newbie and need to add this to my database using phpmyadmin thingy. what exactly do i need to do? where do i put it?? please help!!
rhlamp
Registered User
Posts: 1
Joined: Tue Sep 09, 2008 3:00 pm

Re: [2.0.19] Invitation Only

Post by rhlamp »

Went through the install manually, however I get errors on my ACP, as well as other places - wanting to try installing with EasyMod - however, the backup I made of my SQL database is corrupt/incomplete, so I can't just restore it - how can I undo the commands I did manually before I install with EasyMod?

Thanks
lark42
Registered User
Posts: 1
Joined: Wed Sep 10, 2008 3:04 pm

Re: [2.0.19] Invitation Only

Post by lark42 »

Everything seems to be working great, except for this error I get in the ACP:

Code: Select all

Warning: Cannot modify header information - headers already sent by (output started at /home/stromata/public_html/forum/admin/admin_board.php:2) in /home/stromata/public_html/forum/admin/page_header_admin.php on line 139

Warning: Cannot modify header information - headers already sent by (output started at /home/stromata/public_html/forum/admin/admin_board.php:2) in /home/stromata/public_html/forum/admin/page_header_admin.php on line 145

Warning: Cannot modify header information - headers already sent by (output started at /home/stromata/public_html/forum/admin/admin_board.php:2) in /home/stromata/public_html/forum/admin/page_header_admin.php on line 146
Ideas?
User avatar
dellsystem
Former Team Member
Posts: 3879
Joined: Sat Apr 09, 2005 8:54 pm
Location: Montreal
Name: Wendy
Contact:

Re: [2.0.19] Invitation Only

Post by dellsystem »

rhlamp wrote:Went through the install manually, however I get errors on my ACP, as well as other places - wanting to try installing with EasyMod - however, the backup I made of my SQL database is corrupt/incomplete, so I can't just restore it - how can I undo the commands I did manually before I install with EasyMod?

Thanks
Just undo the edits. Go through the file backwards and do a search for each "ADD", add each "FIND", etc.
lark42 wrote:Everything seems to be working great, except for this error I get in the ACP:

Ideas?
Check your edits to admin/admin_body.php. Make sure especially that there's no spaces or lines before <?php at the beginning of the file.
Former moderator and website team member | My MODs, and more (GitHub)
Post Reply

Return to “[2.0.x] MOD Database Releases”