You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

Administrator

1Tutorial FMChat Fri Apr 06, 2012 3:14 pm

Nick 

Nick
Administrator
Tutorial or Announcement Title
Forum Versions: Invision, PunBB, PhpBB 2, PhpBB 3

Description: You will have all the features below.
  • Ability to increase/decrease font size
  • A new drop down list within the chatbox that helps you with BBCode and Chatbox Commands.
  • Silent updates - Silent updates is me updating FMChat without you having to do anything. You will know if the chatbox has been updated if the version of the title in the chat changes from the last time you saw it. For the latest updates, in the chat box type in /updates and a list will appear! This list will be updated every time it updates.
  • A "Chatbox Inbox". Access this inbox by typing /inbox into the message box. A box should appear containing your live inbox on your site.
  • A "Chatbox Clipboard". This clipboard can be access by typing /copy into the message box. A box should appear above the chat with a text area. Inside the text area contains the current chat's messages. This can be used for record keeping and etc.
  • An FMChat Quick PM feature. This feature allows you to PM any member live from FMChat. To access this feature type /newpm in the message box.
  • A logout command. Typing /logout in the chatbox will log you out from the forum and the chatbox. You must also confirm that you wish to log out.
  • An FMChat Report feature. Typing /report in the chat will call up a box of which you must enter the username of the user you wish to send the report to. You can choose an administrator or even a moderator. This sends the entire chat conversation to that user.
  • An FMChat Quick Search feature. This feature allows you to search the forum's posts and topics. This form can be called by typing /search in the chat.
  • An FMChat Quick-Friend feature. This feature allows you to add a friend from the chat by typing /friend: USERNAMEHERE
  • All of the FMChat commands can be viewed by typing /cmd into the message box.



Set up:
1. Go to Admin Panel -> Modules -> Portal & Widgets -> Forum Widgets Management -> Create a widget ->
Widget name: FMChat
Use as a table type: No
Widget title: FMChat

No Auto-Login:
Widget source (Copy/Paste the code):
Code:
<script type="text/javascript" src="http://fmquery.forumotion.com/h1-fmchatjs"></script><div id="FMChatBase" class="chatbase" onclick="openClose()" ><span style="font-weight: bold; line-height: 2em; font-size: 11px;">ChatBox</span></div><div id="chat" style="display: none;"><iframe id="FMChat" name="FMChat" onload="FMChatLoad();" style="border: none; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;" src="/chatbox" width="100%" height="100%"></iframe></div>

Auto-Login:
Widget source (Copy/Paste the code):
Code:
<script type="text/javascript" src="http://fmquery.forumotion.com/h1-fmchatjs"></script><div id="FMChatBase" class="chatbase" onclick="openClose(); autoLog();" ><span style="font-weight: bold; line-height: 2em; font-size: 11px;">ChatBox</span></div><div id="chat" style="display: none;"><iframe id="FMChat" name="FMChat" onload="FMChatLoad();" style="border: none; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;" src="/chatbox" width="100%" height="100%"></iframe></div>

2. Hit Save.
3. Hit "Personal Widgets" and drag "FMChat" to whatever side your widgets are on. And hit save.
4. Edit the widgets' permissions by clicking the image on FMChat. And select: "Administrators, Moderators, and Members" leave guests unchecked. And hit save.
5. Go to Admin Panel -> Display -> Pictures and Colors -> Colors -> CSS StyleSheet -> Paste the following in the box:
Code:
/*FMChat Design*/
.chatbase { /*This can be edited to your liking - (the button)*/
  position: fixed;
  bottom: 2px;
  right: 15px;
  background: #56A0D3;
  border: 2px solid #7BB92B;
  width: 75px;
  height: 20px;
  border-radius: 5px;
  text-align: center !important;
  cursor: pointer;
  color: #ffffff;
}

.chatbase:hover { /*This can be edited to your liking - (hovering over the button)*/
  border-color: #D30C3F;
  color: #000000;
}

#chat { /*This can be edited to your liking - (box surrounding the chatbox)*/
  border: 2px solid #7BB92B;
  width: 65%;
  position: fixed;
  right: 15px;
  bottom: 27px;
  height: 50%;
  border-radius: 5px;
}

6. Hit save and you're done!

If you have done this correctly, then you have successfully installed FMChat on your forumotion forum.

Current Version: 3.4.1 -
1. Bugs & Glitches Patched
2. Moderator sign changed back to "@" and borders removed
3. Show-Hide of chat changed
- These updates can be viewed within the chat by typing in /updates

Any suggestions towards this should be suggested in the official topic here.

© fmQuery 2012
By installing FMChat, you accept the minor advertisement of fmQuery on your Forum.
This can be viewed on fmQuery here.
v2.0 can be found here.
v1.5 can be found here
Provided by Forumotion

http://www.supportcraze.com

View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum