[CDB] mChat

A place for Extension Authors to post and receive feedback on Extensions still in development. No Extensions within this forum should be used within a live environment!
Scam Warning
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

IMPORTANT: Extensions Development rules

IMPORTANT FOR NEEDED EVENTS!!!
If you need an event for your extension please read this for the steps to follow to request the event(s)
HanaH
Registered User
Posts: 10
Joined: Fri May 31, 2013 5:48 am

Re: [DEV] mChat

Post by HanaH »

sebg61 wrote:hello, i'm french,

i have installed mchat 0.1.0 on my phpbb website 3.1.4

i have a little problem with smiley. When i send a message with smiley, they are not visible directly (i cant see the code) ... so, i have to refresh (F5) to see them in the message.

the différence between F5 and before is :

before F5 right click on code of smiley src="./../images/smilies/icon_eek.gif"

afert F5 right click on the image of the smiley src="./images/smilies/icon_eek.gif"

can you help me please ?

best regards.
Maybe your host supports URL rewriting. See 3 posts above for the setting in the ACP panel.
User avatar
spaceace
Registered User
Posts: 1999
Joined: Wed Jan 30, 2008 8:50 pm

Re: [DEV] mChat

Post by spaceace »

HanaH wrote:
sebg61 wrote:hello, i'm french,

i have installed mchat 0.1.0 on my phpbb website 3.1.4

i have a little problem with smiley. When i send a message with smiley, they are not visible directly (i cant see the code) ... so, i have to refresh (F5) to see them in the message.

the différence between F5 and before is :

before F5 right click on code of smiley src="./../images/smilies/icon_eek.gif"

afert F5 right click on the image of the smiley src="./images/smilies/icon_eek.gif"

can you help me please ?

best regards.
Maybe your host supports URL rewriting. See 3 posts above for the setting in the ACP panel.
this issue cannot rely on a host to support url rewriting and is possible to solve within the extension itself. i had the same issue with my extension and now have it all sorted.
sebg61
Registered User
Posts: 4
Joined: Tue May 12, 2015 1:18 pm

Re: [DEV] mChat

Post by sebg61 »

hello,
HanaH wrote:Maybe your host supports URL rewriting. See 3 posts above for the setting in the ACP panel.
i try it, but when i activate the rewriting, nothing is happening when i want to send a message, and the mini-chat indicate that i have not the permission to use it when i whant delette one ... :oops:
spaceace wrote:this issue cannot rely on a host to support url rewriting and is possible to solve within the extension itself. i had the same issue with my extension and now have it all sorted.
Where, in the extension, i cant do the modification to solve the problème ?

thanks.
User avatar
spaceace
Registered User
Posts: 1999
Joined: Wed Jan 30, 2008 8:50 pm

Re: [DEV] mChat

Post by spaceace »

sebg61 wrote:Where, in the extension, i cant do the modification to solve the problème ?

thanks.
the code is in the core extension files. the core code is completely different than mine so i cannot help with that
sebg61
Registered User
Posts: 4
Joined: Tue May 12, 2015 1:18 pm

Re: [DEV] mChat

Post by sebg61 »

UP
User avatar
evilpeppard
Registered User
Posts: 75
Joined: Wed Jan 30, 2008 6:05 pm
Location: Denver, CO USA

Re: [DEV] mChat

Post by evilpeppard »

Many thanks for the work on this extension. This extension was one of the main reasons I held off upgrading my forums from 3.0.x to 3.1.x. Now that it is available, I have moved forward with the forum upgrade to 3.1.x.

I am now running phpBB 3.1.4 with the mCHat 0.1.0 extension installed. With the exception of user avatars and smilies not showing up until you refresh the page, the extension appears to be working fine. I like the updated look!

I know I can go into ACP General tab -> Server Configuration -> Server Settings, then enable 'Enable URL Rewriting', but that may not work for everyone, from what I have read.

Hopefully a future update of mCHAT will address the broken avatar and smilies without having to change the 'Enable URL Rewriting' settings.

Thanks again!
"My actions are not revenge...they are punishment..."
Thunder_one
Registered User
Posts: 119
Joined: Sat May 09, 2015 11:00 pm

Re: [DEV] mChat

Post by Thunder_one »

Hi

how can I change the time is displayed in 24 hours?
User avatar
dmzx
Registered User
Posts: 853
Joined: Fri Sep 05, 2014 6:48 am
Location: The Netherlands

Re: [DEV] mChat

Post by dmzx »

Thunder_one wrote:Hi

how can I change the time is displayed in 24 hours?
What do you mean?
Contact me on dmzx-web.net
Buy me a beer Donate and try binance.com or try CentOS Web Panel
Thunder_one
Registered User
Posts: 119
Joined: Sat May 09, 2015 11:00 pm

Re: [DEV] mChat

Post by Thunder_one »

The time is displayed in 24-hour format.

PM and not AM.

What needs to be changed to?
User avatar
dmzx
Registered User
Posts: 853
Joined: Fri Sep 05, 2014 6:48 am
Location: The Netherlands

Re: [DEV] mChat

Post by dmzx »

in ACP under extensions => mchat => Date format
Contact me on dmzx-web.net
Buy me a beer Donate and try binance.com or try CentOS Web Panel
Thunder_one
Registered User
Posts: 119
Joined: Sat May 09, 2015 11:00 pm

Re: [DEV] mChat

Post by Thunder_one »

Many Thanks.
User avatar
KillBill.
Registered User
Posts: 625
Joined: Tue Jun 02, 2009 4:07 pm

Re: [DEV] mChat

Post by KillBill. »

Nice work dmzx. ;)
ale-pain
Registered User
Posts: 2
Joined: Sat May 16, 2015 2:48 pm

Re: [DEV] mChat

Post by ale-pain »

Hi, thanks for your work. I want to know how much time is left to complete the extension
User avatar
KillBill.
Registered User
Posts: 625
Joined: Tue Jun 02, 2009 4:07 pm

Re: [DEV] mChat

Post by KillBill. »

Version: 0.1.0

If (Enable mChat Extension :: NO), index page generate 1 bug

Code: Select all

[phpBB Debug] PHP Notice: in file [ROOT]/ext/dmzx/mchat/core/render_helper.php on line 103: Undefined variable: user
this

Code: Select all

trigger_error($user->lang['MCHAT_ENABLE'], E_USER_NOTICE);
replace

Code: Select all

trigger_error($this->user->lang['MCHAT_ENABLE'], E_USER_NOTICE);
If fix it, then the message be displayed:
Sorry, the Mini-Chat is currently unavailable
But this is a bad idea as a way to blocked the appearance of the board index page!
Plus the mchat menu button does not hidden.
User avatar
deepndark
Registered User
Posts: 499
Joined: Thu Nov 03, 2011 12:48 pm
Location: Estonian Developr aka X

Re: [DEV] mChat

Post by deepndark »

I'm still having a bug (my messages don't appear when pressing send). If this bug is a case-sensitive then what is causing this? dmzx has tried to help me, but so far no luck. Oh well . . .

Return to “Extensions in Development”