[RC] phpBB Invite 3.0.0

A place for MOD Authors to post and receive feedback on MODs still in development. No MODs within this forum should be used within a live environment!
Ideas Centre
clight77
Registered User
Posts: 907
Joined: Sun May 11, 2003 11:09 pm

Re: [RC] phpBB Invite 2.1.0

Post by clight77 »

Maybe a silly question... But when on the index.php and user is not logged in or registered,how do I show on that page - This site is by invite only to un registered people?

Thanks
I Follow Up On My Posts.
So Should Everybody...
User avatar
KillBill.
Registered User
Posts: 625
Joined: Tue Jun 02, 2009 4:07 pm
Contact:

Re: [RC] phpBB Invite 2.1.0

Post by KillBill. »

clight77 wrote:Maybe a silly question... But when on the index.php and user is not logged in or registered,how do I show on that page - This site is by invite only to un registered people?

Thanks

ex:

index_body.html

find

Code: Select all

<!-- INCLUDE forumlist_body.html -->
before add

Code: Select all

		<!-- IF not S_IS_BOT and not S_USER_LOGGED_IN -->
		<div class="rules">
			<div class="inner"><span class="corners-top"><span></span></span>
				<strong>{L_INFORMATION}:</strong> {L_BOARD_ONLY_INVITE}
			<span class="corners-bottom"><span></span></span></div>
		</div>
		<!-- ENDIF -->
and added lang. common.php new line

Code: Select all

'BOARD_ONLY_INVITE'			=> 'This site is by invite only',
clight77
Registered User
Posts: 907
Joined: Sun May 11, 2003 11:09 pm

Re: [RC] phpBB Invite 2.1.0

Post by clight77 »

Thank you very much :)
Worked great,just what I wanted :) Just did a few changes to center it all.
I Follow Up On My Posts.
So Should Everybody...
jf3000
Registered User
Posts: 56
Joined: Thu Mar 01, 2007 10:11 am

Re: [RC] phpBB Invite 2.1.0

Post by jf3000 »

Just did a fresh install and got this message when clicking on MOD

Code: Select all

General Error
Cannot find module ./../includes/acp/acp_donation.php

BACKTRACE

FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()

FILE: [ROOT]/includes/functions_module.php
LINE: 446
CALL: trigger_error()

FILE: [ROOT]/adm/index.php
LINE: 74
CALL: p_master->load_active()
User avatar
Hippie459MN
Registered User
Posts: 964
Joined: Mon Oct 15, 2007 10:13 pm
Location: Minnesota, USA
Contact:

Re: [RC] phpBB Invite 2.1.0

Post by Hippie459MN »

Cant believe I am just now seeing this. Thanks. Going to install it tonight and give it a go. :)
SuperKoe
Registered User
Posts: 1
Joined: Mon Sep 15, 2014 11:30 am

Re: [RC] phpBB Invite 2.1.0

Post by SuperKoe »

I want to update from 2.0.2 to the lastest.
Did everything in the update file.

When i go to install/index.php i get this error:
Algemene fout
The Invite files have been uploaded incompletely. Please make sure to upload all files before running the installer.

BACKTRACE

FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()

FILE: [ROOT]/install/index.php
LINE: 85
CALL: trigger_error()
User avatar
KillBill.
Registered User
Posts: 625
Joined: Tue Jun 02, 2009 4:07 pm
Contact:

Re: [RC] phpBB Invite 2.1.0

Post by KillBill. »

SuperKoe wrote:
Algemene fout
The Invite files have been uploaded incompletely. Please make sure to upload all files before running the installer.

You no upload all new invite files.
Upload invite all files overwriting the old invite files.
volgograd
Registered User
Posts: 118
Joined: Tue Aug 19, 2014 1:34 pm
Name: Anna

Re: [RC] phpBB Invite 2.1.0

Post by volgograd »

This mod must be good. Everyone looks like they love it.
I don't understand if it makes forum Invitation only all the time?
I only want users to invite their friends. I don't want to lock the forum.

Can I use the MOD for invite users but not lock forum?
User avatar
KillBill.
Registered User
Posts: 625
Joined: Tue Jun 02, 2009 4:07 pm
Contact:

Re: [RC] phpBB Invite 2.1.0

Post by KillBill. »

volgograd wrote:Can I use the MOD for invite users but not lock forum?
YES
User avatar
akalatheory
Registered User
Posts: 23
Joined: Fri Sep 12, 2014 7:19 pm
Name: Diana Waldow
Contact:

Re: [RC] phpBB Invite 2.1.0

Post by akalatheory »

Very awesome! Bookmarking for possible later use (:
volgograd
Registered User
Posts: 118
Joined: Tue Aug 19, 2014 1:34 pm
Name: Anna

Re: [RC] phpBB Invite 2.1.0

Post by volgograd »

Thank you KillBill :) I installed it, but my forum broke badly. I am not sure if I did something wrong, or if there is no compatibility with latest phpBB or my theme... I want the addon but I am scared of breaking the forum again. :oops:

I just want user to be able to send email to invite his friend to the forum...
User avatar
KillBill.
Registered User
Posts: 625
Joined: Tue Jun 02, 2009 4:07 pm
Contact:

Re: [RC] phpBB Invite 2.1.0

Post by KillBill. »

volgograd wrote:Thank you KillBill :) I installed it, but my forum broke badly. I am not sure if I did something wrong, or if there is no compatibility with latest phpBB or my theme... I want the addon but I am scared of breaking the forum again. :oops:

I just want user to be able to send email to invite his friend to the forum...
What is wrong?
volgograd
Registered User
Posts: 118
Joined: Tue Aug 19, 2014 1:34 pm
Name: Anna

Re: [RC] phpBB Invite 2.1.0

Post by volgograd »

KillBill. wrote:
volgograd wrote:Thank you KillBill :) I installed it, but my forum broke badly. I am not sure if I did something wrong, or if there is no compatibility with latest phpBB or my theme... I want the addon but I am scared of breaking the forum again. :oops:

I just want user to be able to send email to invite his friend to the forum...
What is wrong?
I don't know. :cry: It's such a large MOD.

Right now I get message

Code: Select all


General Error
SQL ERROR [ mysqli ]

Table 'cydusshh_bkdb1.INVITE_CONFIG_TABLE' doesn't exist [1146]

SQL

SELECT config_name, config_value FROM INVITE_CONFIG_TABLE

BACKTRACE

FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()

FILE: [ROOT]/includes/db/dbal.php
LINE: 757
CALL: trigger_error()

FILE: [ROOT]/includes/db/mysqli.php
LINE: 189
CALL: dbal->sql_error()

FILE: [ROOT]/includes/functions_invite.php
LINE: 82
CALL: dbal_mysqli->sql_query()

FILE: [ROOT]/includes/functions_invite.php
LINE: 59
CALL: invite->get_config()

FILE: [ROOT]/includes/functions.php
LINE: 4483
CALL: invite->invite()

FILE: [ROOT]/index.php
LINE: 167
CALL: page_header()

SQL

SELECT config_name, config_value FROM INVITE_CONFIG_TABLE in /home/cydusshh/public_html/includes/db/dbal.php on line 757
I have run the install file but it say the database table is not there.
It's 2nd time I try to install, this time I did everything manually??
I got no errors when I run Install.php
Now I am trying to run all files in install dir.....

I have to roll-back until I get advice. I don't know what's wrong. I know you are a good programmer. It's me, I have done something wrong. :?

Code: Select all

Invite A Friend [Donate] - Success

Database type :: mysqli
Warning

New permission settings have been added. Be sure to check your permission settings and see that they are as you would like them.

Adding new permission option: a_invite_settings
Success

Adding new permission option: a_invite_log
Success

Adding new permission option: u_send_invite
Success

Setting permissions for the Standard Admin role.
Success

Setting permissions for the Standard Admin role.
Success

Setting permissions for the Full Admin role.
Success

Setting permissions for the Full Admin role.
Success

Setting permissions for the All Features role.
Success

Setting permissions for the Standard Features role.
Success

Setting permissions for the No Private Messages role.
Success

Setting permissions for the No Avatar role.
Success

Setting permissions for the Bibelkristna Standard User role.
Success

Adding acp module: Invite A Friend
Success

Adding acp module: Invitation settings
Success

Adding acp module: Message templates
Success

Adding acp module: Action log
Success

Adding ucp module: UCP_INVITE
Success

Adding ucp module: UCP_INVITE_INVITE
Success

Adding a new database table: phpbb_invite_log
Success

Adding a new database table: phpbb_invite_config
Success

Adding a new column named user_invitations to table phpbb_users
Success

Adding a new column named user_registrations to table phpbb_users
Success

Adding a new column named user_inviter_id to table phpbb_users
Success

Adding a new column named user_inviter_name to table phpbb_users
Success

Purging your forum’s cache
Success

Purging the Auth Cache
Success

Refreshing the Artodia: Mobile template
Success

Refreshing the prosilver template
Success

Refreshing the we_clearblue template
Success

Populating database tables
Success

Updating a column named user_inviter_id from table phpbb_users
Success

Altering database tables
Success

Removing acp module: Invitation settings
Success

Removing acp module: Message templates
Success

Removing acp module: Action log
Success

Adding acp module: Overview
Success

Adding acp module: Invitation settings
Success

Adding acp module: Referral settings
Success

Adding acp module: Message templates
Success

Adding acp module: Action log
Success

Adding a new database table: phpbb_invite_referrals
Success

Adding a new column named expiration_time to table phpbb_invite_log
Success

Adding a new column named user_referrals to table phpbb_users
Success

Adding a new column named user_referrer_id to table phpbb_users
Success

Adding a new column named user_referrer_name to table phpbb_users
Success

Purging your forum’s cache
Success

Purging the Auth Cache
Success

Refreshing the Artodia: Mobile template
Success

Refreshing the prosilver template
Success

Refreshing the we_clearblue template
Success

Added new config
Success

Adding new config variable: invite_version
Success
I tried the fix here http://www.phpbbguru.net/community/topic27293.html
But it did not work.....
User avatar
KillBill.
Registered User
Posts: 625
Joined: Tue Jun 02, 2009 4:07 pm
Contact:

Re: [RC] phpBB Invite 2.1.0

Post by KillBill. »

volgograd wrote:Invite A Friend
The "Invite A Friend MOD" is a completely different Mod, so contact the "Invite A Friend Mod" author!
volgograd
Registered User
Posts: 118
Joined: Tue Aug 19, 2014 1:34 pm
Name: Anna

Re: [RC] phpBB Invite 2.1.0

Post by volgograd »

KillBill. wrote:
volgograd wrote:Invite A Friend
The "Invite A Friend MOD" is a completely different Mod, so contact the "Invite A Friend Mod" author!
Oh no!!!! :D :oops: Sorry!
So the fault is not coming from your MOD?

This is so silly. I ONLY want the user to be able to click a button and send email to invite his friend to the forum. That's all!
I tried the wrong MOD twice and did break the forum. :(
Locked

Return to “[3.0.x] MODs in Development”