vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Chat Modifications - Cyb - ChatBox (https://vborg.vbsupport.ru/showthread.php?t=201283)

Valter 01-12-2009 02:58 AM

ChatBox messages are lost if you:
- uninstall hack
- click "Delete All Messages" in ChatBox menu

So if you do regular upgrade with 'overwrite' checked, then messages will not be lost.

christicehurst 01-12-2009 08:43 AM

The mod stays on Loading the whole time.

Saviour 01-12-2009 10:18 AM

1 Attachment(s)
Cyb...

Since you were on and didn't reply to this post: https://vborg.vbsupport.ru/showpost....22&postcount=8

I'll have to bump the question...

If a user navigates to the ChatBox, the Navigation tree doesn't display correctly. It only shows the [bbtitle]...in my case "Glitch PC Forums". It should show "Glitch PC Forums > ChatBox". Take a look at the images I attached in the post I've referred to so that you get a better understanding of what I'm referring to.

However, if a user navigates to the ChatBox archive page, then the navigation tree does appear correctly. Although it shows "Coder" under my rank here...I'm not that great of a coder. The closest I can figure...is that there's a problem with the XML file coding. When a user navigates to the ChatBox page...it should show this in the navigation tree, but it doesn't. Like I said...it does show correctly if I navigate to the "ChatBox Archive" page...however, on that page it shows "Glitch PC Forums > ChatBox". Shouldn't it read "Glitch PC Forums > ChatBox Archive"?

I've added updated attachments to this post, so that you can see where the problem lies. The first image's navigation tree (circled) should show that I'm on the ChatBox page, but it doesn't. The second image is when I'm on the ChatBox Archive page, but it reads "ChatBox" only...when it should read "ChatBox Archive"...correct?

Again...I feel the issue lies somewhere in the product's XML file, but I don't want to go screwing around with it...for fear I may break the mod.

So...as I have asked you before...is there a fix for this?


Thank you for your time.

Vaupell 01-12-2009 10:51 AM

tx installed, just didnt figure out how to add it to Vba 3.1
not the same install options as descriped. but works fine.

optrex 01-13-2009 06:44 AM

Quote:

Originally Posted by christicehurst (Post 1709485)
The mod stays on Loading the whole time.

I have the same issue

Saviour 01-13-2009 02:22 PM

Bump...

https://vborg.vbsupport.ru/showpost....8&postcount=13

Saviour 01-13-2009 10:54 PM

In reference to my previous support request...

Never mind. Product uninstalled.

Lynne 01-13-2009 11:04 PM

Quote:

Originally Posted by Saviour (Post 1709548)
So...as I have asked you before...is there a fix for this?


Thank you for your time.

Just do exactly what he did for the archive page.

(Find code like this and modify as below.)
PHP Code:

            if ($_REQUEST['do']=='cchatbox')
            {
                require_once(
'./global.php');
                
$navbits = array('misc.php?do=cchatbox' $vbulletin->session->vars['sessionurl_q'] => $vbphrase['cybcb_chatbox']);
                
construct_forum_jump();
                
$navbits construct_navbits($navbits);
                eval(
'$navbar = "' fetch_template('navbar') . '";');

etc.... 


Nadavy 01-14-2009 01:57 AM

In the future it would be nice to be able to report messages people post. If not in the main box, perhaps in the chatbox archive? You could even select a spread of messages if they posted it over a couple messages.

txbritt 01-14-2009 07:48 PM

I love this add on a lot because not only is it an easy to get your members attention it is fully customizable.


All times are GMT. The time now is 05:17 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.05049 seconds
  • Memory Usage 1,743KB
  • 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_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (2)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