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)
-   -   Chat Modifications - Cyb - ChatBox (https://vborg.vbsupport.ru/showthread.php?t=177552)

MaR? 07-08-2009 08:11 PM

My users want more text color´s.... how can I add those??. thanks

vjudget 07-10-2009 07:48 AM

Hello,

I have a problem with this application to Vb 3.8.3.
Everything works fine until you send a message with accented characters [characters: ąęśżźćńłó] (Polish language).

I changed the encoding tables to match (latin2_ci, latin2_genral_ci) html encoding (iso-8859-2) vb, without positive result.

Thank you in advance for your help.
Regards

s-p0k 07-10-2009 06:02 PM

how do i add more smilies to the chat???

Valter 07-10-2009 07:00 PM

It uses forum smilies.

s-p0k 07-10-2009 07:50 PM

ok ty

chriske 07-14-2009 11:18 PM

I have a conflict with an other mod: Advanced BBCode Permissions 3.0

I disabled the advanced bbcode mod because it rapes the chatbox.

When this mod is enabled when you post a message in the shoutbox that contains bbcode suck as the newest entry is displayed as it should, but when you post a new message the older message is displayed between the bb code.

I really need the "Advanced BBCode Permissions 3.0" mod, does anyone have any clue how i can solve this?

btw, thanks for the latest version i really like it!

- Edit: I also noticed that when you edit a message with a link in it, the link is displayed as text not as a click able link

shawnkaycie 07-16-2009 02:12 AM

I love the chat box! Awsome addon! I have one problem after a post has been post an I try to click on the box to edit the chat I get an error

Internet Explorer cannot open the Internet site
http:mysite.com/misc.php?do=ccar&page-1&cm=3#3

Operation aborted

What is this error I have tried to reinstall chat an still error! whats odd If I am on my
Iphone I can delete or edit post! any help ty

Shawn

NeDra 07-16-2009 10:18 PM

Banned BB Tags

There is an issue where the tag are case sensitive
If you ban [ QUOTE ] people can use [ Quote ] etc...

Here is the solution to make it case insensitive:
Replace
Code:

$vbulletin->GPC['ccb_newmessage'] = str_replace($cybcb_bannedtagsf, '', $vbulletin->GPC['ccb_newmessage']);
With
Code:

$vbulletin->GPC['ccb_newmessage'] = str_ireplace($cybcb_bannedtagsf, '', $vbulletin->GPC['ccb_newmessage']);
Look carefully they are different...
It should solve all the exploit to use blocked tag

Please note this exploit is in the version 2.3 of this tools.
People are using [ iMg ] porn picture [/ iMg ]
Which is bypassing the filter.

Dermo-MIO 07-17-2009 01:22 PM

can someone tell me the manual code to prune the chat box ? i thought it was /prune but thats not working thanks

Valter 07-17-2009 04:55 PM

Quote:

Originally Posted by Dermo-MIO (Post 1850547)
can someone tell me the manual code to prune the chat box ? i thought it was /prune but thats not working thanks

There is no code to prune ChatBox. There is an option in Archive menu to do this.
Quote:

Originally Posted by NeDra (Post 1850198)
Here is the solution to make it case insensitive:

str_ireplace will not work on servers with PHP4.


All times are GMT. The time now is 11:43 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.02613 seconds
  • Memory Usage 1,736KB
  • 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
  • (4)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