Bạn ghé thăm diễn đàn lần đầu? hãy đăng ký ngay bây giờ để tham gia.
  • Đăng nhập:

Chào mừng bạn đến với ITVNN FORUM - Diễn đàn công nghệ thông tin.

Nếu đây là lần đầu tiên bạn tham gia diễn đàn, xin mời bạn xem phần Hỏi/Ðáp để biết cách dùng diễn đàn. Để có thể tham gia thảo luận bạn phải đăng ký làm thành viên, click vào đây để đăng ký.


  • Partner Area
    • ITVNN HOSTING - Thiết kế website, Cung cấp Domain, Hosting, VPS Việt Nam Anh Hùng - Thông tin truyền thông
kết quả từ 1 tới 1 trên 1
Tăng kích thước phông chữ Giảm kích thước phông chữ
  1. #1
    admin's Avatar

    Trạng thái
    Offline
    Họ tên
    Mai Thanh Trung
    Tham gia ngày
    Aug 2006
    Thành viên thứ
    1
    Đến từ
    Pleiku, Gia Lai
    Tuổi
    39
    Giới tính
    Bài gởi
    4,984
    Level: 57 [?]
    Experience: 32,164,386
    Next Level: 35,467,816
    Cảm ơn 53
    Cảm ơn 2,450 lần / 1,409 Bài viết

    Default 8WayRun.Com - Addonchat Extension  

    This is a simple mod I created to not only fill in the gaps of features in the official addonchat product for vBulletin, but also add a few features which are liked on my forum. You will need to make a few changes to some of the templates for Addonchat. I have asked AddonInteractive to make a few fixes in their files to support a mod like this; so hopefully less edits will be needed in the future.

    Features:
    • Adds a "Who's Chatting" list ABOVE the forum, instead of in the WGO area. Who's Chatting area will now also sort by usernames, and give markup based on display usergroups.
    • Adds a "most chatters at one time" datastore; this is the same datastore used by Paul's Flashchat Integration script; so if you switch from Flashchat to Addonchat, or vice versa, you will retain this record.
    • Adds support for Streaming video and chats from within the embed page. (Only works with the embedded page, not the popup page; I have disabled the popup page on my forum in order to promote the use of this new feature.) With this, users can chat in your chatroom, while also viewing flash based streaming video (uStream, JustinTV, etc). Stream data is handled through AJAX; so if you change the stream location, users will not be forced to leave the chatroom in order to get the new location, they only need to hit the "Update" button.


    Demos:


    Installation:
    • Make sure the Official Addonchat Product has already been installed.
    • Upload all files in the included ZIP file to their respective directories.
    • Install this product using the XML file within the included ZIP file.
    • Setup your settings in "Stream Settings" under AddonChat in AdminCP.
    • Replace the contents of the template "addonchat_embed" with this:

    Code: 
    <table class="tborder" border="0" width="100%" align="center" style="margin-top: 10px;">
    
    <tbody>
    	<tr>
    		<td align="center">
    
    			<vb:if condition="$addonchat[embed_enable]"><div id="streamHTML"></div></vb:if>
    
    			<script type="text/javascript">
    			   /*<![CDATA[*/
    				  var addonchat = { 
    					 server: {vb:raw addonchat.server_id}, 
    					 id: {vb:raw addonchat.account_id}, 
    					 width: "{vb:raw addonchat.width}",
    					 height: "{vb:raw addonchat.height}", 
    					 language: "{vb:raw addonchat.language}",
    					 ssl: {vb:raw addonchat.ssl}
    				  }
    				  var addonchat_param = {
    					 {vb:raw addonchat.code_parameters}
    					 autologin: {vb:raw addonchat.enable_auto_login},
    					 username: "{vb:raw addonchat.username}",
    					 password: "{vb:raw addonchat.password}"
    				  }
    			   /* ]]> */
    			</script><script type="text/javascript" src="clientscript/addonchat.js"></script><noscript>
    			<applet id="addonchat" code="Client.class" 
    			   codebase="{vb:raw addonchat.protocol}://{vb:raw addonchat.server_name}/current/"  
    			   archive="scclient_{vb:raw addonchat.language}.zip" width="{vb:raw addonchat.width}" height="{vb:raw addonchat.height}"
    			   alt="AddonChat Chat Software">
    			   <param name="room" value="{vb:raw addonchat.account_id}">   
    			   <param name="autologin" value="{vb:raw addonchat.enable_auto_login}">
    			   <param name="username" value="{vb:raw addonchat.username}">
    			   <param name="password" value="{vb:raw addonchat.password}">
    			   <param name="image" value="loader.gif">
    			   <param name="boxborder" value="false">
    			   <param name="centerimage" value="true">
    			   <param name="java_version" value="1.5+">
    			   <param name="codebase_lookup" value="false">
    			   {vb:raw addonchat.applet_parameters}
    			   This forum uses <a href="http://www.addonchat.com/">AddonChat Chat Software</a>.<br /> <br />
    			   To use this chat room, you will need to <a href="http://www.java.com/">Download Java</a>.
    			</applet></noscript>
    
    			<vb:if condition="$addonchat[embed_enable]"><br />
    				<input type="button" class="button" value="Show Stream Video and Chat" id="showstream" onclick="showstream()" style="margin: 0px 10px;" />
    			</vb:if>
    
    		</td>
    	</tr>
    </tbody>
    </table>
    
    {vb:raw forumjump}
    {vb:raw footer}
    
    <vb:if condition="$addonchat[embed_enable]">
    	<script type="text/javascript" src="clientscript/addonchat_ext.js"></script>
    	<script type="text/javascript">
    	<!--
    		addonchat['height'] = {vb:raw addonchat.height};
    	-->
    </script>
    </vb:if>
    
    </body>
    </html>
    File Kèm Theo File Kèm Theo
    .♥.Thà không yêu cho cuộc đời trong trắng.♥.
    .♥.Lỡ yêu rồi phải cố gắng thành công.♥.


    Thiết kế website, Cung cấp Domain, Hosting, VPS


 

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Trả lời: 0
    Bài mới gởi: 12-02-2014, 09:04 AM
  2. Trả lời: 0
    Bài mới gởi: 30-04-2011, 11:17 PM
  3. [8wayRun.Com] XenPorta (Portal) v.1.3.4
    By Tiểu Bá Vương 1404 in forum Add-ons and Modifications
    Trả lời: 0
    Bài mới gởi: 21-04-2011, 12:03 AM
  4. 8WayRun.Com - Signature Check
    By admin in forum v4.0.x Modifications
    Trả lời: 0
    Bài mới gởi: 14-08-2010, 08:58 AM
  5. 8WayRun.Com - Random Header
    By admin in forum v4.0.x Modifications
    Trả lời: 0
    Bài mới gởi: 17-04-2010, 01:48 PM

Tags for this Thread

Bookmarks

Quuyền Hạn Của Bạn

  • Bạn không thể tạo chủ đề mới
  • Bạn không thể trả lời bài viết
  • Bạn không thể gửi file đính kèm
  • Bạn không thể chỉnh sửa bài viết
  •