vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Chat Modifications - Dream's Chatbox (https://vborg.vbsupport.ru/showthread.php?t=131002)

rnmcd 07-31-2007 04:23 PM

Quote:

Originally Posted by Dream (Post 1295310)

Uninstall it via the Plug-in and Products manager.

Quote:

Originally Posted by rnmcd (Post 1296211)
I uninstalled it via the Plug-in and Products manager but the Chatbox is still working on my site.

Why would that be?

Any ideas Dream?

Dream 07-31-2007 04:26 PM

If you uninstalled it, the chatbox.php should be throwing an error. Can you check if the table "chatbox" is still in your database?

I think theres a file called uninstall.txt in the zip file, follow the instructions there to uninstall.

rnmcd 07-31-2007 05:04 PM

Quote:

Originally Posted by Dream (Post 1306277)
If you uninstalled it, the chatbox.php should be throwing an error. Can you check if the table "chatbox" is still in your database?

I think theres a file called uninstall.txt in the zip file, follow the instructions there to uninstall.

I'll do those things your recommended.

My "Manage Products" showed that it was version 1.0.

Does that version have different uninstall procedures?

The only thing that I noticed that happened when I uninstalled it via "Plugins and Products" is that the "Send" & "Refresh" buttons lost their text.

Deimos 07-31-2007 08:54 PM

Quote:

Originally Posted by barny11 (Post 1303766)
I know this has been asked before by somebody else but cant find any answer to it.

When you collapse chat and then refresh the page or change pages the chat pops back open.

Is there a way to stop that ?

I have the same problem
Anyone know of a way to make it SAVE?

SuperTaz 08-01-2007 08:12 AM

Very nice. Installed.

TrIn@dOr 08-02-2007 07:53 PM

Ok time to ask, if i want to put chatbox under navbar, it will not maintain collapsed, instead yes on the bottom of the forumhome!

How can be this?

I saw http://www.bowlandcentral.com/forum/ and chatbox is maintains collapsed after refreshing!!

HELP?

BadgerDog 08-02-2007 09:36 PM

Quote:

Originally Posted by TrIn@dOr (Post 1308357)
Ok time to ask, if i want to put chatbox under navbar, it will not maintain collapsed, instead yes on the bottom of the forumhome!

How can be this?

I saw http://www.bowlandcentral.com/forum/ and chatbox is maintains collapsed after refreshing!!

HELP?


I and many others have exactly the same problem. I've tried everything and it still comes back up OPEN when you return the the Main Forum page. It stays closed properly when installed at the bottom of the forum, but not at the top.

If you ever figure out how to get it to do that, I'd be interested in the secret. :up:

Regards,
Badger

TrIn@dOr 08-02-2007 11:45 PM

Quote:

Originally Posted by BadgerDog (Post 1308459)
I and many others have exactly the same problem. I've tried everything and it still comes back up OPEN when you return the the Main Forum page. It stays closed properly when installed at the bottom of the forum, but not at the top.

If you ever figure out how to get it to do that, I'd be interested in the secret. :up:

Regards,
Badger

Quote:

Originally Posted by TrIn@dOr (Post 1308357)

This guys have it working properly!!, they can help us!

nureeves 08-03-2007 12:40 PM

Great Mod :)

anyway, is it posible to change background colour off the chatbox

Deimos 08-03-2007 04:06 PM

For those having problems with the chatbox not staying minimized when in the navbar, try using this code

Code:

<!-- Chatbox -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tbody>
        <tr>
                <td class="thead" colspan="2">
                        <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_chatboxtop')"><img id="collapseimg_forumhome_chatboxtop" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_chatboxtop].gif" alt="" border="0" /></a><a href="#" onclick="return openChatbox()">$vbphrase[chatbox_chatbox]</a> (To shrink this chatbox, click the small + to the right ---->)</td>
                </tr>
        </thead>
        <tbody id="collapseobj_forumhome_chatboxtop" style="$vbcollapse[collapseobj_forumhome_chatboxtop]">
                <tr>
                        <td class="alt1" width="100%" colspan="2"><div class="smallfont" align="center"><iframe src="chatbox.php?nofocus=1" width="100%"$chatboxheight style="border: 0px" frameborder="0"></iframe></div></td>
                </tr>
        </tbody>
</table>
<!-- / Chatbox -->

Works for me.


All times are GMT. The time now is 01:00 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.02381 seconds
  • Memory Usage 1,751KB
  • 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
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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