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)
-   -   Integration with vBulletin - Official AddonChat Product (https://vborg.vbsupport.ru/showthread.php?t=233009)

Grim77 02-24-2010 06:40 PM

Quote:

Originally Posted by worried (Post 1987060)
Can anyone confirm AddonChat works with vB 4.0.2?

Tested and working fine :)

Grim77 02-24-2010 06:46 PM

Quote:

Originally Posted by NUTNDUN (Post 1990582)
Hi Chris,
I signed up for the pro plus and everything works great. I do however have one issue and one question. I have a couple of users that can get in to the chat just fine as long as they enter from the forum home page, if they click on one of the forums and then try to go in they are getting a blank page and the chat never loads. I was wondering if you know what might be causing this?

The other question I have is I am looking to seo the site a little better, is there a way I can hide the navbar and quick links from unregistered users?

Are you using the embedded version? If you're using the popup version, does a blank popup appear, or..? The links should be identical unless you've customized them. Either way I'd like to take a closer look. If you could e-mail support@addonchat.com attn:Chris and provide a test user account it would allow us to track down and correct any problems quickly.

Regarding your SEO question, we've already have a couple requests for this and it will be implemented in the next minor update. We have one other integration script in front of us before we start adding the latest customer requests and issue another update :)

NUTNDUN 02-26-2010 10:09 AM

Chris,
Do you mind if I post my template edit to hide the navbar tab and quick links to unregistered users and it displays a register link instead as well as it validates with w3c also?

Grim77 02-27-2010 01:22 AM

Not at all :) We may integrated it into the next update - with your permission, of-course :)

NUTNDUN 02-27-2010 01:54 AM

I don't mind if ya add it. I will see if I can do this right.

This isn't much of a mod but it will hide the chat room link in the navbar and navmenu for unregistered users and puts Register links in there place which is actually pretty handy since some don't seem to ever see the default register link in the top right of the header. It also changes the onClick to onclick to help with validating with W3C.

It is only two template changes.

First you want to go to Admincp -> Styles & Templates -> Style Manager -> and then choose edit templates from the drop down of your style you want to change.

Double click on the AddonChat Templates >>

The first template you want to edit is addonchat_nav_link

Replace all of what is in the template with this:

Code:

<!-- remove chat link for guests -->
<vb:if condition="$show['member']">

<!-- AddonChat Nav Link -->
<vb:if condition="$addonchat['link_enable_tab'] == 1">
  <vb:if condition="$addonchat['enabled'] == 1"> 
      <vb:if condition="$addonchat['vb_enable_popup']">
        <li><a class="navtab"
                href="addonchat.php{vb:raw session.sessionurl_q}"
                onclick="window.open('addonchat.php?do=popup&{vb:raw session.sessionurl_q}', 'addonchat',
                    'width={vb:raw addonchat.width_float},height={vb:raw addonchat.height_float},statusbar=no,scrollbars=no,toolbar=no,menubar=no,resizable=yes');
                    return false">{vb:rawphrase addonchat_nav_link_title} {vb:raw addonchat.user_count_bracket}</a></li>
      <vb:else />
        <vb:if condition="$vboptions['selectednavtab'] == 'addonchat'">
            <li class="selected"><a class="navtab" href="addonchat.php{vb:raw session.sessionurl_q}">{vb:rawphrase addonchat_nav_link_title} {vb:raw addonchat.user_count_bracket}</a></li>
        <vb:else />
            <li><a class="navtab" href="addonchat.php{vb:raw session.sessionurl_q}">{vb:rawphrase addonchat_nav_link_title} {vb:raw addonchat.user_count_bracket}</a></li>
        </vb:if> 
      </vb:if>
  </vb:if>
</vb:if> 
<!-- /AddonChat Nav Link -->

<!-- display register link in place of chat, helps validate -->
<vb:else />
    <li><a class="navtab" href="http://www.gttalk.com/register.php">Register</a></li>
</vb:if>


The other template you want to edit is addonchat_nav_menu_link

Replace all of what is in the template with this:

Code:

<!-- remove chat link for guests -->
<vb:if condition="$show['member']">

<!-- AddonChat Interior Nav Link -->
<vb:if condition="$addonchat['enabled'] == 1"> 
  <vb:if condition="$addonchat['vb_enable_popup']">
      <li><a href="addonchat.php{vb:raw session.sessionurl_q}"
            onclick="window.open('addonchat.php?do=popup&{vb:raw session.sessionurl_q}', 'addonchat',
                  'width={vb:raw addonchat.width_float},height={vb:raw addonchat.height_float},statusbar=no,scrollbars=no,toolbar=no,menubar=no,resizable=yes');
                  return false">{vb:rawphrase addonchat_nav_link_title} {vb:raw addonchat.user_count_bracket}</a></li>
  <vb:else />
      <vb:if condition="$vboptions['selectednavtab'] == 'addonchat'">
        <li><a href="addonchat.php{vb:raw session.sessionurl_q}">{vb:rawphrase addonchat_nav_link_title} {vb:raw addonchat.user_count_bracket}</a></li>
      <vb:else />
        <li><a href="addonchat.php{vb:raw session.sessionurl_q}">{vb:rawphrase addonchat_nav_link_title} {vb:raw addonchat.user_count_bracket}</a></li>
      </vb:if> 
  </vb:if>
</vb:if>
<!-- /AddonChat Interior Nav Link -->

<!-- display register link in place of chat, also helps validate -->
<vb:else />
    <li><a href="http://www.gttalk.com/register.php">Register</a></li>
</vb:if>


TroyTrojansFan 03-19-2010 01:41 AM

Anyone having issues with a Java update not installing properly and causing the chat room to not work?

I got the plugin graphic and click it to install the latest version of Java, but the process didn't work or so it said it didn't work. I did a manual install and now the chatroom works, but it pops up a screen saying it wants to use an older version of Java. Anyone else have this problem? I'm trying to figure out what to tell people on the forum that are having problems connecting to chat. :confused:

Grim77 03-19-2010 04:39 AM

Hi Troy,

I have seen this happen before when upgrading very old versions of Java. AddonChat requires Java 1.5 (or Java 5 as it is more commonly referred) which is now fairly old technology actually - about 5 years I think.

An offline (manual) installation is usually the way to go; making sure that all browser windows are closed before a user begins the offline installation. In the rare cases that this does not work we usually advise users to uninstall any version of Java they may have installed. Usually this can be done (in Windows) via the control panel add/remove programs utility.

People using virtually antique machines - I.e., Windows 95 running IE 4 or something may have an older Microsoft Virtual Machine (MVM) installed which can be disabled from their Advanced browser settings. We don't see much of this anymore though ;)

wolfyman 03-20-2010 10:48 AM

I get a LOT of errors on this mod:

"Invalid password"

I have to click in and out a few times before getting in.

smartkidbk5 03-22-2010 03:01 AM

Great mod, but you have to get the PLUS version to be able to use all the features. Which is stupid cuz its like $125, lol.

Crow 03-29-2010 05:33 AM

Bug found?
I'm using the .httaccess file on my forums and if I'm on any other page then the index.php page I get a page not found screen in the pop-up window for the chat room as its trying to pull the url.

Meaning, if I'm viewing a thread its trying to open:
url.com/forums/addonchat.php?do=popup&

If I click on the link while on a post page I get:
url.com/threads/addonchat.php?do=popup&

etc, etc.

This also happens with the other links for the chatroom... :(


All times are GMT. The time now is 02:59 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.01511 seconds
  • Memory Usage 1,758KB
  • 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
  • (2)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