vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Add-On Releases - Official AddonChat Product (https://vborg.vbsupport.ru/showthread.php?t=179346)

Grim77 05-28-2008 01:04 AM

Quote:

Originally Posted by Mrdby (Post 1533579)
will there be anything else added to this for us vbulletin users?

What suggestions would you like to make?

Mrdby 05-29-2008 12:47 AM

I'll get back to you...oh..we can assign mods to help run the chatroom correct?

Grim77 05-29-2008 01:54 AM

Mrdby -- Yes, with the Pro+ or Enterprise editions, you can assign user privileges (administrative, moderation, etc..) from the vBulletin usergroup manager.

berben4 05-29-2008 04:08 AM

I just purchased the pro+, it seems like a great product but I too have the photopost issue with the chat links. Please post the mods to the template so the others and I may make the necessary changes. Thank you.

dodjer42 05-29-2008 04:37 AM

Hey Grim,

Is there anyway to build the chat into the main forum view rather than having to click into it via tabs?

I currently have Chatbox installed which shows at the top of forum home. I'd like to replace it with this addonchat.

I now have addonchat Pro+ license + firewall + avatars.

Tks.

Grim77 05-29-2008 12:06 PM

Quote:

Originally Posted by berben4 (Post 1534716)
I just purchased the pro+, it seems like a great product but I too have the photopost issue with the chat links. Please post the mods to the template so the others and I may make the necessary changes. Thank you.

Certainly. In your AdminCP, click over to Styles & Templates -> Style Manager. Expand the Default Style (or the master style you're using). and double-click addonchat_nav_link. Delete all of the code in this template, and replace with:
Code:

<if condition="$addonchat[enabled]"> 
  <if condition="$show['popups']">
      <td id="addonchat" class="vbmenu_control"><a href="$addonchat[forum_url]/addonchat.php$session[sessionurl]" accesskey="addonchat">$vbphrase[addonchat_nav_link_title] $addonchat[user_count_bracket]</a> <script type="text/javascript"> vbmenu_register("addonchat"); </script>
        <!-- addonchat menu -->
        <div class="vbmenu_popup" id="addonchat_menu" style="display:none" align="$stylevar[left]">
            <table cellpadding="4" cellspacing="1" border="0">
            <tr><td class="thead">$vbphrase[addonchat_nav_link_title]</td></tr>
           
            <if condition="$addonchat[vb_enable_embed]">
              <tr><td class="vbmenu_option"><a href="$addonchat[forum_url]/addonchat.php$session[sessionurl]">$vbphrase[addonchat_enter]</a></td></tr>
            </if>

            <if condition="$addonchat[vb_enable_popup]">
              <tr><td class="vbmenu_option"><a href="#"
                  onClick="window.open('addonchat.php?$session[sessionurl]do=popup', 'addonchat',
                  'width=$addonchat[width_float],height=$addonchat[height_float],statusbar=no,scrollbars=no,toolbar=no,menubar=no,resizable=yes');
                  return false">$vbphrase[addonchat_enter_float]</a></td></tr>
            </if>

            <if condition="$addonchat[vb_enable_whos_chatting]">
              <tr><td class="thead">$addonchat[user_count] $vbphrase[addonchat_nav_users_in_room]</td></tr>
              <tr><td class="vbmenu_option"><a href="$addonchat[forum_url]/addonchat_who.php$session[sessionurl]">$vbphrase[addonchat_whos_chatting]</a></td></tr>
            </if>

            </table>
        </div>
        <!-- / addonchat menu -->
      </td>
  <else />
      <if condition="$addonchat[vb_enable_embed]">
        <td class="vbmenu_control"><a href="$addonchat[forum_url]/addonchat.php$session[sessionurl]">$vbphrase[addonchat_nav_link_title] $addonchat[user_count_bracket]</a></td>
      </if>
  </if> 
</if>

This code requires that the Forum URL setting in the AddonChat account information section of your Admin Control Panel is correct.

Grim77 05-29-2008 12:08 PM

Quote:

Originally Posted by dodjer42 (Post 1534728)
Hey Grim,

Is there anyway to build the chat into the main forum view rather than having to click into it via tabs?

I currently have Chatbox installed which shows at the top of forum home. I'd like to replace it with this addonchat.

I now have addonchat Pro+ license + firewall + avatars.

Tks.

Not sure I understand. You want the chat room itself to be loaded on the forum home page? If you have a screenshot of what you'd like, that may help :)

For everyone else -- I just got notified that vB 3.7.1 is now available; so now is a great time to start submitting any other suggestions you may have :)

berben4 05-29-2008 03:44 PM

Hi Chris,
That worked except for the float link. I would also request code to place the number of chatters and a link to the chat on any page, including html pages outside of vBulletin. Thank you.


I added the code to correct the float below

PHP Code:

<if condition="$addonchat[enabled]">   
   <if 
condition="$show['popups']">
      <
td id="addonchat" class="vbmenu_control"><a href="$addonchat[forum_url]/addonchat.php$session[sessionurl]accesskey="addonchat">$vbphrase[addonchat_nav_link_title$addonchat[user_count_bracket]</a> <script type="text/javascript"vbmenu_register("addonchat"); </script>
         <!-- 
addonchat menu -->
         <
div class="vbmenu_popup" id="addonchat_menu" style="display:none" align="$stylevar[left]">
            <
table cellpadding="4" cellspacing="1" border="0">
            <
tr><td class="thead">$vbphrase[addonchat_nav_link_title]</td></tr>
            
            <if 
condition="$addonchat[vb_enable_embed]">
               <
tr><td class="vbmenu_option"><a href="$addonchat[forum_url]/addonchat.php$session[sessionurl]">$vbphrase[addonchat_enter]</a></td></tr>
            </if>

            <if 
condition="$addonchat[vb_enable_popup]">
               <
tr><td class="vbmenu_option"><a href="#"
                  
onClick="window.open('$addonchat[forum_url]/addonchat.php?$session[sessionurl]do=popup', 'addonchat', 
                  'width=
$addonchat[width_float],height=$addonchat[height_float],statusbar=no,scrollbars=no,toolbar=no,menubar=no,resizable=yes'); 
                  return false"
>$vbphrase[addonchat_enter_float]</a></td></tr>
            </if>

            <if 
condition="$addonchat[vb_enable_whos_chatting]">
               <
tr><td class="thead">$addonchat[user_count$vbphrase[addonchat_nav_users_in_room]</td></tr>
               <
tr><td class="vbmenu_option"><a href="$addonchat[forum_url]/addonchat_who.php$session[sessionurl]">$vbphrase[addonchat_whos_chatting]</a></td></tr>
            </if>

            </
table>
         </
div>
         <!-- / 
addonchat menu -->
      </
td>
   <else />
      <if 
condition="$addonchat[vb_enable_embed]">
         <
td class="vbmenu_control"><a href="$addonchat[forum_url]/addonchat.php$session[sessionurl]">$vbphrase[addonchat_nav_link_title$addonchat[user_count_bracket]</a></td>
      </if>
   </if>   
</if> 


nwingate 05-29-2008 04:16 PM

Can we have an option where we want the chat link on our navbar? I'd prefer the left side instead of the right. It's confusing because it goes where the drop down for quick links is now.

DieselMinded 05-29-2008 04:34 PM

I have some suggestions

Ability to enter chat invisible , not go in be seen then go invisible

Log a user off after X amount of hours of just sitting in there with out "Chatting"


All times are GMT. The time now is 09:34 AM.

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.01239 seconds
  • Memory Usage 1,785KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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