vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Chat Modifications - AJAX Chat Integration (https://vborg.vbsupport.ru/showthread.php?t=269509)

oshrizak 04-20-2012 02:52 AM

I was wondering if anyone had luck or knows how to make the chat window show on the forum home page also that way if no one wanted to have it in a popup they can just have it on the page under the navbar.

thunderclap82 05-22-2012 08:32 PM

Quote:

Originally Posted by feaelin (Post 2320675)
That's what the second half ICThawk's original post does for you. Look carefully at the "Displaying the UserNames of Those Online" section. Those two pieces of code will show the usernames of users that are chatting. Just don't forget to turn on the plugin after you create it (I keep doing that and wondering why my plugin doesn't work...:)

Unless I'm missing something this is for the Forum, not a CMS widget. When I add the code to a widget (not the plugin code) it just generates an error.

thedukeboard 08-01-2012 06:32 PM

This is pretty much exactly what I was looking for.

Question/help:

I'd like to add that first bit of code that links to the chat and shows active users to be inside a navtab. Is this possible? Thanks in advance.

dorans 08-11-2012 08:56 AM

1 Attachment(s)
Quote:

Originally Posted by feaelin (Post 2320679)

Code:

{vb:stylevar htmldoctype}
<html xmlns="http://www.w3.org/1999/xhtml" dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html">
  <head>
    <title>{vb:raw vboptions.bbtitle}</title>
    {vb:raw headinclude}
  </head>
  <body> 
    {vb:raw header}
    {vb:raw navbar}

    <div class="blockbody">
      <div class="blockrow">
        <!-- Custom Code Start Here -->
        <center>
          <iframe src="http://DOMAINNAME.COM/chat/" width="80%" height="640>
          </iframe>
        </center>
        <!-- / Custom Code Ends here -->
      </div>
    </div>
    {vb:raw footer}
  </body>
</html>


Missing a quotation mark at the end ...

peppefark 08-22-2012 04:44 PM

Hi

I installed the chat but I can not integrate with vbulletin, please help me!!!

thanks

wishtheend 09-03-2012 01:40 AM

Is there any way to have this work with the vsa Chatbox?
https://vborg.vbsupport.ru/showthread.php?t=235271

Love that chat, but can't figure out how to get a Who's Chatting put together for that one.

satwobex 09-03-2012 09:49 PM

Hello!

Where can I find the "hook"?

Thanks!

JustAskJulie 06-05-2013 05:44 PM

Can anyone tell me if the BlueImp chat has a private chat function?

JustAskJulie 06-15-2013 04:38 PM

Quote:

Originally Posted by JustAskJulie (Post 2425990)
Can anyone tell me if the BlueImp chat has a private chat function?

It does. I was trying to determine this without installing it.


Another question. Has anyone figured out how to integrate it into VB so that you can click on a username and go to their profile to see more than just the username?

jonastio 06-20-2013 05:47 AM

Quote:

Originally Posted by feaelin (Post 2320679)
Code:

{vb:stylevar htmldoctype}
<html xmlns="http://www.w3.org/1999/xhtml" dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html">
  <head>
    <title>{vb:raw vboptions.bbtitle}</title>
    {vb:raw headinclude}
  </head>
  <body> 
    {vb:raw header}
    {vb:raw navbar}

    <div class="blockbody">
      <div class="blockrow">
        <!-- Custom Code Start Here -->
        <center>
          <iframe src="http://DOMAINNAME.COM/chat/" width="80%" height="640">
          </iframe>
        </center>
        <!-- / Custom Code Ends here -->
      </div>
    </div>
    {vb:raw footer}
  </body>
</html>


Is there a way to do this with a variable height, so that the iframe takes up all space on the screen without causing scrollbars AND the header/footer remains on the page? My Google-Fu with this seems to be super weak.


All times are GMT. The time now is 03:42 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01107 seconds
  • Memory Usage 1,741KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete