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)

zbosskiller 03-20-2009 07:17 AM

Just go into VBulletin Options >> CYB - Chatbox >> You will then see an option saying 'Position on page (Disable if you add ChatBox manually in templates)' >> Change this to disabled as you have manually added the code to each template.

That should work.

Z

zbosskiller 03-20-2009 10:38 AM

Seriously, waitied 2 days now and no response!

Hi,

I've had this mod installed for around 6 weeks. It worked great. Yesterday got home from work, haven't modified the site at all and the chat box says 'Loading' and also the same applies to the 'CYB Stats'

Any ideas would be really appreciated. It's obviously something to do the AJAX but can't figure it out.

Cyber, can you help me please?

ged 03-20-2009 12:09 PM

I think cyb doesn't want his hack to be used by vBulletin users. Reason lies in my previous posts, he could at least say "sorry, I can't answer this problem."

texasf1racer 03-20-2009 03:22 PM

Quote:

Originally Posted by ged (Post 1772489)
I think cyb doesn't want his hack to be used by vBulletin users. Reason lies in my previous posts, he could at least say "sorry, I can't answer this problem."


Agreed <.<

I have a rather straight forward problem appears to be some sort of bug and haven't heard anything since posting in this thread already. If the damn thing wasn't so popular on my site I'd just remove it..

Quote:

Once a user changes their text color, there is no way to change it back to the default... am I missing something here? The problem is that most people attempt to change it to black thinking that is the default text color, however that is not the case for all skins, so in the end the users who use our dark skin can't read the black text, they need a way to select the default text color for the skin they're currently using.
...maybe Cyb is away on vacation? At any rate, a simple reply here letting us know you can or can't fix the problem would be cool.

TacticalNuke 03-20-2009 07:23 PM

Cyb,

I was wondering if it'd be possible to add a feature that would turn the chatbox on and off at certain times of the day. For instance, I'm interested in turning the chatbox on only between a certain set of hours.

If this is possible I'd be willing to compensate you for the work.

Thanks.

-TN

ndahiya 03-20-2009 09:24 PM

Think this has been asked before without an answer, so wondering of someone got it figured out....

1. Disable edit button from all users (except mods, maybe) <-- solved
2. Disable archive for all users (except mods)
3. Do not delete messages when user is banned
4. auto scroll to bottom when message order is top to bottom

ndahiya

ndahiya 03-20-2009 10:10 PM

Figured one out... To hide the edit message link for non-mods:
Find (in the product's .xml file) -- There are 2 instances of this string... :
Code:

($bbuserinfo[userid]==$cybcb_msg_arc[userid]) OR $cybcb_canmod
Replace with:
Code:

($cybcb_canmod)
Alternatively, to INHERIT the *can delete* setting, Replace with:
Code:

(($bbuserinfo[userid]==$cybcb_msg_arc[userid]) AND $vbulletin->options['cybchatbox_users_candelete']) OR $cybcb_canmod

Import the product, allow overwrite.
Both methods work fine...

Suspect someone could construct the link and then edit messages, But i can live with it...
To disable it in the code (not tested), search for Ccb_controlArcMessage.prototype.Save and edit the function >> edit the condition???: if (this.active)


===
disabling the archive might require a lot of code to be edited?


ndahiya

nNJ 03-22-2009 01:55 AM

Is it possible to have two seprate Chat Boxes Installed?

For example, I wanted to have One chatbox on Forums/User Forums,

and a Totaly seperate Chatbox on Forums/Leader Forums,

Each with its seperate Archive, Search feature, and full view?

Valter 03-22-2009 09:47 AM

Not possible without a lot of code changes.

nNJ 03-22-2009 01:20 PM

Alright, thanks for the response. I though of a workaround to this problem- it isnt ideal, but Im going to use two different chatbox products ;).

Thanks Cyb!


All times are GMT. The time now is 06:47 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.01471 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
  • (3)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
  • (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