smilies on mchat
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
Else your topic may be ignored or locked!
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
Else your topic may be ignored or locked!
smilies on mchat
hello all
i just installer mchat the new version on my forum , i would like to know how i can add (View more smilies)
thanks a lot
i just installer mchat the new version on my forum , i would like to know how i can add (View more smilies)
thanks a lot
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Re: smilies on mchat
I think you should wait for the next version or ask the author at phpbb.com
Board rules! No PM support
Re: smilies on mchat
hello stoker
i don't find a post in phpbb.com about how to add moore smilies , i will search again , maybe i can find it
thanks a lot
i don't find a post in phpbb.com about how to add moore smilies , i will search again , maybe i can find it
thanks a lot
- Steve
- BBCoder VI
- Posts: 848
- Joined: 05 Mar 2010, 01:10
- BBCodes: 2000
- Favourite BBCode: p**n tube
- Favourite MOD: Non of Stokers
Re: smilies on mchat
This is how todo it ,
Open mchat/mchat_ajax_mini.js
find:
replace with:
Open includes/functions.php
find:
add after:
Open language/en/mods/mchat_lang.php
find:
add after:
Open styles/prosilver/template/mchat_body.html
find:
replace with:
find:
replace with:
find:
add after:
Open mchat/mchat_ajax_mini.js
find:
Code: Select all
#MchatForm
Code: Select all
#postform
find:
Code: Select all
'S_MCHAT_ENABLE' => (isset($config['mchat_enable']) && $auth->acl_get('u_mchat_view')) ? true : false,
Code: Select all
'U_MORE_SMILIES' => append_sid("{$phpbb_root_path}posting.$phpEx", 'mode=smilies'),
find:
Code: Select all
'MCHAT_REG_USER_TOTAL_AND' => '%d registered and ',
Code: Select all
'MORE_SMILIES' => 'View more smilies',
find:
Code: Select all
var form_name = 'mChatForm';
Code: Select all
var form_name = 'postform';
Code: Select all
<form method="post" action="javascript://" onsubmit="mChat.add();" id="mChatForm">
Code: Select all
<form method="post" action="javascript://" onsubmit="mChat.add();" id="postform">
Code: Select all
<!-- END mchatsmilerow -->
Code: Select all
<a href="{U_MORE_SMILIES}" onclick="popup(this.href, 300, 350, '_phpbbsmilies'); return false;">{L_MORE_SMILIES}</a>
Re: smilies on mchat
hello Steve©
it's work great thanks a lot but when i try to add a smilies in my acp i have this message
Erreur générale
SQL ERROR [ mysql4 ]
Data too long for column 'smiley_url' at row 1 [1406]
SQL
INSERT INTO phpbb_smilies (smiley_url, smiley_width, smiley_height, display_on_posting, emotion, code, smiley_order) VALUES ('Angel-male-bird-smiley-smiley-emoticon-000278-medium.gif', 110, 75, 0, 'angeur', 'angeur', 1)
BACKTRACE
FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()
FILE: includes/acp/acp_icons.php
LINE: 526
CALL: dbal_mysql->sql_query()
FILE: includes/functions_module.php
LINE: 507
CALL: acp_icons->main()
FILE: adm/index.php
LINE: 74
CALL: p_master->load_active()
any help please
it's work great thanks a lot but when i try to add a smilies in my acp i have this message
Erreur générale
SQL ERROR [ mysql4 ]
Data too long for column 'smiley_url' at row 1 [1406]
SQL
INSERT INTO phpbb_smilies (smiley_url, smiley_width, smiley_height, display_on_posting, emotion, code, smiley_order) VALUES ('Angel-male-bird-smiley-smiley-emoticon-000278-medium.gif', 110, 75, 0, 'angeur', 'angeur', 1)
BACKTRACE
FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()
FILE: includes/acp/acp_icons.php
LINE: 526
CALL: dbal_mysql->sql_query()
FILE: includes/functions_module.php
LINE: 507
CALL: acp_icons->main()
FILE: adm/index.php
LINE: 74
CALL: p_master->load_active()
any help please
- Steve
- BBCoder VI
- Posts: 848
- Joined: 05 Mar 2010, 01:10
- BBCodes: 2000
- Favourite BBCode: p**n tube
- Favourite MOD: Non of Stokers
Re: smilies on mchat
basicly its because the smilie image name is too long
this one try renaming it and will work again.Angel-male-bird-smiley-smiley-emoticon-000278-medium.gif
Re: smilies on mchat
yesssssssssssss bthnaks a lot it' work fantsatci now
great and thanks again Steve©
great and thanks again Steve©