[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.
User avatar
CyberBoy
Registered User
Posts: 16
Joined: Sun Oct 18, 2015 1:28 pm
Location: Localhost

Re: [DEV] Messenger Box

Post by CyberBoy »

Hi..!
I have a proposal as,
the first important thing is, we need to stop the main massage box in the bottom side, when we have done minimizing it..!
Temporary.... you can create a "CLOSE" X action to close, if someone isn't like to it.
Then the other things aren't big cases, because other things are working well (to me).


I mentioned some issues in the Github too. And I like to mention here also, for someone, if want.

To show Smylies Icon & Attachment icon completely,
you can add this line in css file top: 90%;

.msg_input_options {
top: 90%;
bottom: 1px;
position: absolute;
right: 0;
width: 100%;
}

To show chat box over the other content
you can add this line into the several css div classes z-index:90000;
Example:
.chat_box{
position:fixed;
right:5px;
bottom:0px;
width:250px;
z-index:90000;
}
Last edited by CyberBoy on Mon Nov 23, 2015 7:56 pm, edited 3 times in total.
chfs
Registered User
Posts: 247
Joined: Mon Feb 04, 2013 10:01 am

Re: [DEV] Messenger Box

Post by chfs »

Hi Florin Pavel.
Will next Update? Thanks. :oops:
I'm sorry for my english. :?
Mikej52
Registered User
Posts: 34
Joined: Sat Nov 07, 2015 4:53 pm

Re: [DEV] Messenger Box

Post by Mikej52 »

It will work on 3.1.6?
pantherfan
Registered User
Posts: 44
Joined: Thu Nov 12, 2015 12:15 am
Name: Tangela

Re: [DEV] Messenger Box

Post by pantherfan »

It doesn't say in the original post, but it should look like root/ext/florinp/messenger.
However, when trying this on phpbb 3.1.6, (1.0.5) if I enable it, it doesn't do anything, just puts me at a blank page instead of going back to extensions.
Last edited by pantherfan on Sat Dec 12, 2015 8:42 pm, edited 1 time in total.
Mikej52
Registered User
Posts: 34
Joined: Sat Nov 07, 2015 4:53 pm

Re: [DEV] Messenger Box

Post by Mikej52 »

pantherfan wrote:When installing this, how should the folders be laid out? root/ext/florinp/messengerbox?
/ext/florinp/messenger/

PS :

I translated it for polish, there's link for download :
Click
(Choose "slow download")
pantherfan
Registered User
Posts: 44
Joined: Thu Nov 12, 2015 12:15 am
Name: Tangela

Re: [DEV] Messenger Box

Post by pantherfan »

Any way we could get a little sound for when a message comes in, or is sent out? Or maybe other events? Those two just come to mind.
pantherfan
Registered User
Posts: 44
Joined: Thu Nov 12, 2015 12:15 am
Name: Tangela

Re: [DEV] Messenger Box

Post by pantherfan »

Another suggestion: When the chatbox is hidden, and a user refreshes the page, chatbox should stay hidden.
torresbb
Registered User
Posts: 20
Joined: Wed Feb 10, 2016 2:31 pm

Re: [DEV] Messenger Box

Post by torresbb »

Image
help me
messages.db 777
and add user friend list
bitsss
Registered User
Posts: 120
Joined: Fri Nov 09, 2012 11:04 am

Re: [DEV] Messenger Box

Post by bitsss »

I cannot install the extension.

I have copied the files "phpbb-messenger-master\phpbb-messenger-master\..." into "extension"-folder, but in the acp the extension doesnt appear :cry:
User avatar
Fast_Eddie
Registered User
Posts: 260
Joined: Tue Jun 09, 2015 8:32 pm
Name: Ed

Re: [DEV] Messenger Box

Post by Fast_Eddie »

Install in:

ext/florinp/messenger
Florin Pavel
Registered User
Posts: 42
Joined: Wed Feb 25, 2015 6:02 pm
Name: Florin Pavel

Re: [DEV] Messenger Box

Post by Florin Pavel »

Hi, sorry for this delay.

I added a new design and made some improvements in PHP core.
Please post all the issues found on Github

Image
My extension: Messenger Box
User avatar
ForoXL
Registered User
Posts: 48
Joined: Wed Feb 04, 2015 4:57 pm

Re: [DEV] Messenger Box

Post by ForoXL »

Florin Pavel wrote:Hi, sorry for this delay.

I added a new design and made some improvements in PHP core.
Please post all the issues found on Github

Image
Thanks. Very nice!
http://www.ForoXL.com - Foro dedicado a temas generales
chfs
Registered User
Posts: 247
Joined: Mon Feb 04, 2013 10:01 am

Re: [DEV] Messenger Box

Post by chfs »

Very very big thanks!!! 8-)
Perfect update! ;)
I'm sorry for my english. :?
chfs
Registered User
Posts: 247
Joined: Mon Feb 04, 2013 10:01 am

Re: [DEV] Messenger Box

Post by chfs »

it could be something similar
as herein http://phpbbmodders.net/board//viewtopic.php?t=5126

and will the mobile version?

Thanks.
I'm sorry for my english. :?
Florin Pavel
Registered User
Posts: 42
Joined: Wed Feb 25, 2015 6:02 pm
Name: Florin Pavel

Re: [DEV] Messenger Box

Post by Florin Pavel »

chfs wrote:it could be something similar
as herein http://phpbbmodders.net/board//viewtopic.php?t=5126

and will the mobile version?

Thanks.
Will be a mobile version in the final version at this moment the design is under development.
It could be similar with facebook messenger.
My extension: Messenger Box

Return to “Abandoned Extensions”