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)
-   -   Chat Modifications - [Shout/Chatbox 0.7.06] GCBOS - Generic Chat Box Operating System (https://vborg.vbsupport.ru/showthread.php?t=228046)

goroush 01-04-2010 02:49 AM

Would it be possible to add a time stamp to the chat

valendono 01-04-2010 04:05 AM

Quote:

Originally Posted by cbiweb (Post 1946589)
Did you enable the commands in the usergroup permissions?

yes.. I thick everything in administrator group.

Snug 01-04-2010 04:35 AM

idk why everyone is having problems, works flawless on my site, just would be awesome to have colors in the chat box, but other than that, i love it :)

MaestroTPG 01-04-2010 04:42 AM

I get the following Error where the Shout SHOULD be located on the page...

Warning: Invalid argument supplied for foreach() in [path]/includes/functions.php on line 4762

Any Ideas? I'm using the 6.10 Vers with VB PubSte 4.0

JonoE 01-04-2010 08:37 AM

Is anyone using it on there CMS page? Which Template have you put it in.

Thanks all

stevectaylor 01-04-2010 08:38 AM

Was going great then all of a sudden every message posted come up with

#/delmessage]10:34 stevectaylor/pm]> message/edit]/instant]/message]

kalliey 01-04-2010 02:11 PM

Great Job thanks. Works fine.

But how can i change the fontsize in the inputfield?

yilmaz 01-04-2010 02:26 PM

TR: T?rk?e karekter sorunu bu şekilde ??z?lm?şt?r.
EN: Problem is solved in this way, Turkish character.

TR: gcbos.php dosyasında 41. satırda bul
EN: The file gcbos.php find line 41

BUL/FIND
PHP Code:

$message trim($_POST['message']); 


Altına Ekle/Add below

PHP Code:

        $vbturkocom = array(
        
'?œ'=>'?',
        
'ü'=>'?',
        
'?„'=>'?',
        
'ä'=>'?',
        
'?Ÿ'=>'?',
        
'ö'=>'?',
        
'?–'=>'?',
        
'ç'=>'?',
        
'?‡'=>'?',
        
'?Ÿ'=>'?',
        
'?ž'=>'?',
        
'?Ÿ'=>'?',
        
'?ž'=>'?',
        
'ı'=>'?',
        
'İ'=>'?',
        
'?r'=>'?',
        
'?c'=>'?',
        
'?‚?'=>'€'
);
   
$message strtr($message$vbturkocom); 

Demo: http://www.yilmazweb.com/test/forum.php

mikexxx 01-04-2010 03:57 PM

Quote:

Originally Posted by MaestroTPG (Post 1946625)
I get the following Error where the Shout SHOULD be located on the page...

Warning: Invalid argument supplied for foreach() in [path]/includes/functions.php on line 4762

Any Ideas? I'm using the 6.10 Vers with VB PubSte 4.0

Same problem here.

GCBOS_0.6.10.zip
vBulletin 4.0 PL 1

scorpi 01-04-2010 05:24 PM

for change charset :

find line 41 :
PHP Code:

$message trim($_POST['message']); 

and change :
PHP Code:

$message iconv('utf-8','iso-8859-2',trim($_POST['message'])); 



All times are GMT. The time now is 09:15 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.01880 seconds
  • Memory Usage 1,752KB
  • 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
  • (4)bbcode_php_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