Hello Guys
Do you know how to change the Predefined messages / Shortcut Messages which is shown near the color select box ?
First i want to clear what is Predefined messages?
Predefined messages can be pretty convenient if the same message needs to be sent out frequently. Predefined messages have two different category First for admin and second for all users
Where you can mange predefined message ?
Go to languages folder then edit en_data.xml [for non english chat room ; youlang_data.xml]
Find <shortcut_messages> Tag , Here you can see the example
Now if you want to add a shortcut message you can put these line between the <shortcut_messages> </shortcut_messages> tag
for example;
<message user="all" value="reading_vctuts" text="Want to learn something about visichat? Go to vcTuts." />
The above message is for all user now if you want to add predefine messages for only admin
change user="all" to user="mod"
for example
<message user="mod" value="follow_rules" text="Hello ! follow the chat room rules otherwise we will kick you" />
After adding these text save file and refresh the chat room
I Hope it will help you .
Please share this with your friends ! Thanks
Do you know how to change the Predefined messages / Shortcut Messages which is shown near the color select box ?
First i want to clear what is Predefined messages?
Predefined messages can be pretty convenient if the same message needs to be sent out frequently. Predefined messages have two different category First for admin and second for all users
Where you can mange predefined message ?
Go to languages folder then edit en_data.xml [for non english chat room ; youlang_data.xml]
Find <shortcut_messages> Tag , Here you can see the example
Now if you want to add a shortcut message you can put these line between the <shortcut_messages> </shortcut_messages> tag
for example;
<message user="all" value="reading_vctuts" text="Want to learn something about visichat? Go to vcTuts." />
The above message is for all user now if you want to add predefine messages for only admin
change user="all" to user="mod"
for example
<message user="mod" value="follow_rules" text="Hello ! follow the chat room rules otherwise we will kick you" />
After adding these text save file and refresh the chat room
I Hope it will help you .
Please share this with your friends ! Thanks

No comments:
Post a Comment
Have a question?Use comment form !