[ABD] Messenger Box

Any abandoned Extensions will be moved to this forum.

WARNING: Extensions in this forum are not currently being supported or maintained by the original Extension author. Proceed at your own risk.
Forum rules
IMPORTANT: Extension Development Forum rules

WARNING: Extensions in this forum are not currently being supported nor updated by the original Extension author. Proceed at your own risk.
Locked
Florin Pavel
Registered User
Posts: 42
Joined: Wed Feb 25, 2015 6:02 pm
Name: Florin Pavel
Contact:

[ABD] Messenger Box

Post by Florin Pavel »

Extension Name: Messenger Box
Author: Florin Pavel

Extension Description:
Messenger is a nice little chat box that doesn't take up much space, and users can instantly interact with their friends. Look similar to Facebook chat box. Extension is currently under development and is not recommended to install on the live forum.
Extension Version: 1.0.7-dev

Requirements:
  • PHP >= 5.4.0
  • phpBB 3.1.3
Features:
Current features
*********************
  • An user can easily interact with others
  • Friends system
  • Online/Offline
Planned features
*********************
  • An ACP module to set permission and other settings
  • Link parser like Facebook
  • etc.
Screenshots:
Image

Note: messages.db will be created (in store folder) automatically when the extension is enabled and will be removed when is disabled

Extension Download: https://github.com/florinp/phpbb-messenger
Javascript core: https://github.com/florinp/phpbb-messen ... cript-core

Github issues tracker: https://github.com/florinp/phpbb-messenger/issues
Last edited by Florin Pavel on Sat May 07, 2016 8:49 pm, edited 6 times in total.
User avatar
Raul [ThE KuKa]
Style Customisations
Style Customisations
Posts: 11072
Joined: Mon Dec 08, 2003 9:24 pm
Location: Spain
Name: Raul Arroyo
Contact:

Re: [DEV] Messenger Box

Post by Raul [ThE KuKa] »

Nice work! ;)
All unsolicited PMs will be ignored.
:warning: Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats :warning:


If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
:flag_es: phpBB Spain - Online Since 2003 :heart:


User avatar
ForoXL
Registered User
Posts: 48
Joined: Wed Feb 04, 2015 4:57 pm
Contact:

Re: [DEV] Messenger Box

Post by ForoXL »

Oh my god! This is the revolution of phpbb! Nice work man! Very very well!
http://www.ForoXL.com - Foro dedicado a temas generales
User avatar
HiFiKabin
Community Team Member
Community Team Member
Posts: 6669
Joined: Wed May 14, 2014 9:10 am
Location: Swearing at the PC, UK
Name: James
Contact:

Re: [DEV] Messenger Box

Post by HiFiKabin »

Looks good. Subscribed to topic
User avatar
warex
Registered User
Posts: 48
Joined: Fri Jul 08, 2011 7:22 pm

Re: [DEV] Messenger Box

Post by warex »

Installation?
User avatar
phpnewbtard
Registered User
Posts: 83
Joined: Mon Jan 26, 2015 2:22 pm
Contact:

Re: [DEV] Messenger Box

Post by phpnewbtard »

Nice. 8-) Would it be much work to use with 3.0.x boards?
Florin Pavel
Registered User
Posts: 42
Joined: Wed Feb 25, 2015 6:02 pm
Name: Florin Pavel
Contact:

Re: [DEV] Messenger Box

Post by Florin Pavel »

warex wrote:Installation?
Download the extension from Github and put all the files in

Code: Select all

ext/florinp/messenger
and set write permission for

Code: Select all

ext/florinp/messenger/db/messages.db
phpnewbtard wrote:Nice. 8-) Would it be much work to use with 3.0.x boards?
Yes, will be much work to make this extension to work on phpBB 3.0.x and i do not have any plan to make this thing at this moment
My extension: Messenger Box
User avatar
david63
Registered User
Posts: 20646
Joined: Thu Dec 19, 2002 8:08 am

Re: [DEV] Messenger Box

Post by david63 »

I have not looked at this extension but from this comment
Florin Pavel wrote:and set write permission for
ext/florinp/messenger/db/messages.db
I am guessing that you intend writing some data into a folder within the extension. If this is so can I just point out that if you do so then it is unlikely that the extension would be approved as any data from an extension cannot be written into the extension folder - you should use either the store or files folder. Also you should attempt to set the folder permissions from within the extension.
David
Remember: You only know what you know and - you don't know what you don't know!

I now no longer support any of my extensions but they will start to become available here
Florin Pavel
Registered User
Posts: 42
Joined: Wed Feb 25, 2015 6:02 pm
Name: Florin Pavel
Contact:

Re: [DEV] Messenger Box

Post by Florin Pavel »

david63 wrote:I have not looked at this extension but from this comment
Florin Pavel wrote:and set write permission for
ext/florinp/messenger/db/messages.db
I am guessing that you intend writing some data into a folder within the extension. If this is so can I just point out that if you do so then it is unlikely that the extension would be approved as any data from an extension cannot be written into the extension folder - you should use either the store or files folder. Also you should attempt to set the folder permissions from within the extension.
This file will be temporary. When the extension will be at the release point this file will be deleted.
My extension: Messenger Box
FomenkoAndrey
Registered User
Posts: 369
Joined: Thu Aug 19, 2010 10:44 am

Re: [DEV] Messenger Box

Post by FomenkoAndrey »

i see only empty chat box

Image
Majkell
Registered User
Posts: 44
Joined: Tue Jan 13, 2015 1:04 pm

Re: [DEV] Messenger Box

Post by Majkell »

I have the same problem as @FomenkoAndrey
After instalation i see a chat box but its blank, can't see any users online.
I did something wrong ?
Florin Pavel
Registered User
Posts: 42
Joined: Wed Feb 25, 2015 6:02 pm
Name: Florin Pavel
Contact:

Re: [DEV] Messenger Box

Post by Florin Pavel »

FomenkoAndrey wrote:i see only empty chat box

Image
Because the ext uses zebra module checks if the user is friend with other user and viceversa
My extension: Messenger Box
Majkell
Registered User
Posts: 44
Joined: Tue Jan 13, 2015 1:04 pm

Re: [DEV] Messenger Box

Post by Majkell »

Florin Pavel wrote:
FomenkoAndrey wrote:i see only empty chat box

Image
Because the ext uses zebra module checks if the user is friend with other user and viceversa
Thank You, works great :D !
Is there a option to change send message from shift+enter to only enter ?
If yes, how can I do this ?
Florin Pavel
Registered User
Posts: 42
Joined: Wed Feb 25, 2015 6:02 pm
Name: Florin Pavel
Contact:

Re: [DEV] Messenger Box

Post by Florin Pavel »

Majkell wrote:
Florin Pavel wrote:
FomenkoAndrey wrote:i see only empty chat box

Image
Because the ext uses zebra module checks if the user is friend with other user and viceversa
Thank You, works great :D !
Is there a option to change send message from shift+enter to only enter ?
If yes, how can I do this ?
At the moment the extension does not have any option that can be change
My extension: Messenger Box
FomenkoAndrey
Registered User
Posts: 369
Joined: Thu Aug 19, 2010 10:44 am

Re: [DEV] Messenger Box

Post by FomenkoAndrey »

>>> if the user is friend with other user
i make users - friends, but now each user see not empty box, just own nick in list, dont see other users-frinds.

>>> and viceversa
what does it mean?

+1 problem - russhian words after send i see like "?????????"
Locked

Return to “Abandoned Extensions”