View Full Version : Chat Modifications - [Shout/Chatbox 0.7.06] GCBOS - Generic Chat Box Operating System
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
Did you enable the commands in the usergroup permissions?
yes.. I thick everything in administrator group.
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
$message = trim($_POST['message']);
Altına Ekle/Add below
$vbturkocom = array(
'?œ'=>'?',
'ü'=>'?',
'?„'=>'?',
'ä'=>'?',
'?Ÿ'=>'?',
'ö'=>'?',
'?–'=>'?',
'ç'=>'?',
'?‡'=>'?',
'?Ÿ'=>'?',
'?ž'=>'?',
'?Ÿ'=>'?',
'?ž'=>'?',
'ı'=>'?',
'İ'=>'?',
'?r'=>'?',
'?c'=>'?',
'?‚?'=>'€'
);
$message = strtr($message, $vbturkocom);
Demo: http://www.yilmazweb.com/test/forum.php
mikexxx
01-04-2010, 03:57 PM
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.0Same 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 :
$message = trim($_POST['message']);
and change :
$message = iconv('utf-8','iso-8859-2',trim($_POST['message']));
masons
01-04-2010, 11:13 PM
I love to use this chatbox, but it seems to complete overload my server.
I add this mod, server load the next morning 401.1 I remove this mod, server load 0.01
kylek
01-05-2010, 01:27 AM
Had to uninstall it and later on added it back. Right now doesn't work in IE8, with google chrome you get all the extra stuff - edit, instant/message
#06:25 WinJStar/pm]> Phew - thought my computer was dying/instant]/message]
And with firefox it works fine.
Using 0.6.10 with vb4PL1
Krysalid
01-05-2010, 08:27 AM
Hello ,
Add Button from smilies is possible ?
;) Thank's
Skyrider
01-05-2010, 11:09 AM
I love to use this chatbox, but it seems to complete overload my server.
I add this mod, server load the next morning 401.1 I remove this mod, server load 0.01
Try GCBOS_0.6.9
Sangheili
01-05-2010, 11:20 AM
Had to uninstall it and later on added it back. Right now doesn't work in IE8, with google chrome you get all the extra stuff - edit, instant/message
#06:25 WinJStar/pm]> Phew - thought my computer was dying/instant]/message]
And with firefox it works fine.
Using 0.6.10 with vb4PL1
Im using 0.6.10 with vB4PL1 and its working perfectly in IE8
stevectaylor
01-05-2010, 12:21 PM
Had to uninstall it and later on added it back. Right now doesn't work in IE8, with google chrome you get all the extra stuff - edit, instant/message
#06:25 WinJStar/pm]> Phew - thought my computer was dying/instant]/message]
And with firefox it works fine.
Using 0.6.10 with vb4PL1
I get the same in Fire fox as well
psypher
01-05-2010, 09:22 PM
When I install the shoutbox I get the following error:
Warning: Invalid argument supplied for foreach() in [path]/includes/functions.php on line 4762
When I uninstall everything is fine again. I also do not get the permissions in the admincp for the usergroups. Is this version not currently working on gold?
ti07shadow
01-06-2010, 12:09 AM
i get the same error. uninstalled till fixed
meissenation
01-06-2010, 12:27 AM
I just installed it on Gold and it's working perfectly fine for me. Although I have one user with IE8 complaining that the shoutbox does not automatically refresh.
What I'm really here to ask though - how do I change the background of the shoutbox and the input box? I'm just getting started with the StyleVars and I can't figure out what stylevar is telling the Shoutbox to have a white background.
ti07shadow
01-06-2010, 01:04 AM
im having issues with the shoutboxes commands, several of them such as /say, /help
dont want to work?
also is there a way for it not to do that typing effect?
meissenation
01-06-2010, 01:38 AM
OK I agree - I can't get any of the shoutbox commands to work and I got marked as a spammer in my own shoutbox and now I can't unmute myself. Talk about owned. I turned off the spam controls but I'm still muted. How long do I stay muted for?
ti07shadow
01-06-2010, 02:09 AM
it probably mutes users through the database, and thus probably kept you muted.
try typing
/unmute <username>
if not well dont know what to say
also how do i remove the typing function? i just want it to display
meissenation
01-06-2010, 09:14 AM
Yeah this ++++ing sucks. It's now hours later and my username is still muted. The /unmute command doesn't work at all for me - at that, NONE of the commands work for me. I can't even use the /me command. I've been having to use another username that I have which is in the Administrator usergroup and has permissions set to "Yes" for every GCBOS usergroup permission and yet I can't use anything.
meissenation
01-06-2010, 09:21 AM
FINALLY - Found the database entry in the User table - column ID is gcbos_effects. If muted then it will be 1, if not muted it will be 0.
cbiweb
01-06-2010, 10:48 AM
Thanks for that, meissenation! I've looked around for that myself and couldn't figure it out.
I also discovered that the spam filter in this mod is at fault for muting people. The default settings are very sensitive, and if you type too many messages in a short period of time, you're screwed. Also, if you repeat a word (like someone did on a sports forum) like JETS JETS JETS!! you'll get booted.
I disabled the spam filter until I get a chance to play with the settings. But great find in the db! Good job!
matryoshka
01-06-2010, 11:32 AM
Thank alot !!! But , i like smiles . Can you help me?
ti07shadow
01-06-2010, 03:58 PM
I like how the commands are done, however I do feel that you should make it when you click the users name it should give you a list menu of like ignore user, mute user, etc. and then in the bar above where GCBOS is you should put like options and in the options drop down it should use list muted users, list ignored, and when you load it mae a popup window which lists the users. keep the commands for good measure :p
marcopolo
01-06-2010, 05:15 PM
Is there a way to define how many lines are displayed, it uses about 10 at the moment, I'd prefer approx 5
Thanks
meissenation
01-07-2010, 01:08 AM
Any info on the commands not working? This shoutbox has a LOT of potential but there's a few things that I'd love to see changed that would make this the shoutbox to have.
- I'd like the ability to switch to 12 hour format for the timestamp
- I'd like to be able to allow the users to choose their own font color to use and have it be remembered (so they aren't choosing it every single time they send something to the shoutbox)
- I'd like to see a smilies box or popup menu or something.
If you could get the commands fixed so they work and those 3 things this would definitely be a Mod of the Month. I mean the PM system notifying you in the shoutbox is just awesome.
JointRolla420
01-07-2010, 04:16 AM
i dont understand what the TrueSight is used for? any1 have any idea what the difference is if its enabled or disabled... i didnt see any??
stevectaylor
01-07-2010, 05:57 AM
It throws now end of problems here, now uninstalled.
Sador
01-07-2010, 10:44 AM
Installed, works fine for me. Nice addon.
Small thing, you can't edit texts that have been posted with the /me command. Don't know if this has been said before, but wanted to tell you anyway.
siriuxs
01-07-2010, 02:03 PM
Hi, I have install it, but when I go to under Usergroups->Usergroup Manager->Administrator or other group there isn't a GCBOS option... Why?
Sador
01-07-2010, 02:12 PM
I like how the commands are done, however I do feel that you should make it when you click the users name it should give you a list menu of like ignore user, mute user, etc. and then in the bar above where GCBOS is you should put like options and in the options drop down it should use list muted users, list ignored, and when you load it mae a popup window which lists the users. keep the commands for good measure :p
Any info on the commands not working? This shoutbox has a LOT of potential but there's a few things that I'd love to see changed that would make this the shoutbox to have.
- I'd like the ability to switch to 12 hour format for the timestamp
- I'd like to be able to allow the users to choose their own font color to use and have it be remembered (so they aren't choosing it every single time they send something to the shoutbox)
- I'd like to see a smilies box or popup menu or something.
If you could get the commands fixed so they work and those 3 things this would definitely be a Mod of the Month. I mean the PM system notifying you in the shoutbox is just awesome.Agreed on all this stuff btw. Hope this will be added.
meissenation
01-08-2010, 03:02 AM
Uninstalled. Found Inferno Shoutbox works for 4.0 so I switched to that. This mod has a lot of potential but needs more work and/or support. Coupled with the fact that this add-on is not compatible with the only add-on available for resizing images AND iTrader ... had to uninstall.
stevectaylor
01-08-2010, 06:32 AM
Uninstalled then reinstalled when I upgraded my SQL now wont display at all.
1Matthew1
01-08-2010, 12:08 PM
It doesen't show the shoutbox for me, instead I can see the <!-- {SHOUTBOX} --> code in source code. Any solution?
Namaless
01-08-2010, 12:51 PM
for change charset :
find line 41 :
$message = trim($_POST['message']);
and change :
$message = iconv('utf-8','iso-8859-2',trim($_POST['message']));
I solved with this:
// $message = trim($_POST['message']);
$message = utf8_decode(trim($_POST['message']));
Comment line 41 e add my line.
Good Product ^^
viader
01-09-2010, 05:57 PM
When I try to accept all users in new user moderation i have such error:
Fatal error: Cannot redeclare gcbos_command_help() (previously declared in /var/www/vhosts/wayofwar.org/httpdocs/includes/class_gcbos.php(47) : eval()'d code:33) in /var/www/vhosts/wayofwar.org/httpdocs/includes/class_gcbos.php(47) : eval()'d code on line 50
OR (it was second time i tried to accept all user registrations):
Fatal error: Cannot redeclare gcbos_command_impersonate() (previously declared in /var/www/vhosts/wayofwar.org/httpdocs/includes/class_gcbos.php(47) : eval()'d code:22) in /var/www/vhosts/wayofwar.org/httpdocs/includes/class_gcbos.php(47) : eval()'d code on line 35
GCBOS 0.6.10
I solved with this:
// $message = trim($_POST['message']);
$message = utf8_decode(trim($_POST['message']));
Comment line 41 e add my line.
Good Product ^^
Great thx Namaless, it works perfectly ! :up:
JasonReynolds
01-10-2010, 12:03 AM
Would not work for me. Are you sure this is 4.0?
ArtAttack
01-10-2010, 04:03 AM
In the GCBOS template:
<a class="collapse" id="collapse_c_gcbos" href="forum.php#top"><img src="images/buttons/collapse_40b.png" alt="" title="Collapse this Category"></a>
should be:
<a class="collapse" id="collapse_c_gcbos" href="forum.php#top"><img src="images/buttons/collapse_40b.png" alt="" title="Collapse this Category" /></a>
Skyrider
01-10-2010, 12:27 PM
*shrugs*, still awaiting a reply to fix my issue. I can't change the forum URL within the adminCP settings from http://forum.xxx.com to forum.xxxx.com so http & https can be used. It makes the chatbox to keep loading all the time.
ProFifaLeagues
01-10-2010, 12:47 PM
Working a1 for me on 4.0
InsomniacP
01-10-2010, 01:35 PM
Hey we have just installed this on to our site, though i can see it we have members that can't..
I also get this https://vborg.vbsupport.ru/external/2010/01/96.jpg
Also is there no tool box for changing font's and colours? or any ACP control...
Can we change the name to shoutbox or something rather than GCBOS?
InsomniacP
01-10-2010, 02:10 PM
This isn't working......? I get all the reports of peoples private messages and extra code here, something isn't right?
elwachiman
01-10-2010, 02:28 PM
I solved with this:
// $message = trim($_POST['message']);
$message = utf8_decode(trim($_POST['message']));
Comment line 41 e add my line.
Good Product ^^
not working for me completely cut the sentence in the chat ..
M3xital
01-10-2010, 03:18 PM
The script was working fine, but today i found my email box with + 1450 database error messages, all the same, and i don't know if this script has nothing to do with it.
Database error in vBulletin :
mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Lost connection to MySQL server at 'reading initial communication packet', system error: 111
/home/mxitalc1/public_html/forum/includes/class_core.php on line 312
MySQL Error :
Error Number :
Request Date : Sunday, January 10th 2010 @ 09:10:38 AM
Error Date : Sunday, January 10th 2010 @ 09:10:38 AM
Script : http://www.m3xital.com/forum/gcbos.php
Referrer : http://www.m3xital.com/forum/content.php
IP Address : xx.xxx.xxx.xx
Username :
Classname : vB_Database
MySQL Version :
The line 312 in class_core.php is:
$link = $this->functions[$usepconnect ? 'pconnect' : 'connect']("$servername:$port", $username, $password);
InsomniacP
01-10-2010, 04:49 PM
Anyone replying to these? know you do these for free... And I appreciate your efforts, just wanted to see if we could sort these out before i decide to remove it...
Best regards,
Paul
mikem164
01-11-2010, 02:24 AM
Anyone replying to these? know you do these for free... And I appreciate your efforts, just wanted to see if we could sort these out before i decide to remove it...
Best regards,
Paul
Your right. not a lot of support in this thread, eh? Well, if anyone knows I'd like to Change the GBCOS in the top of the shout. Any input would be great!
I've been a supporter of this mod since I first saw it posted for 4.0, but I'd have to agree with the lack of updates I'm not sure I'll be using it when I go live with my site (Hopefully soon if tomorrow's release is good of vB).
Anyway, I hope I don't have to use an alternative. I understand if things are busy for the author right now, etc. However, please let us know the future plans for this mod so those of us who are on the fence can make a decision one way or the other. Thanks!
revmitchell
01-11-2010, 02:42 AM
It never stops loading
http://www.pastors-source.com/vb/forum.php
stevectaylor
01-11-2010, 06:47 AM
It never stops loading
http://www.pastors-source.com/vb/forum.php
You will see a fix to this in the 'read me' text with the package.
stevectaylor
01-11-2010, 06:49 AM
Hey we have just installed this on to our site, though i can see it we have members that can't..
I also get this https://vborg.vbsupport.ru/external/2010/01/96.jpg
Also is there no tool box for changing font's and colours? or any ACP control...
Can we change the name to shoutbox or something rather than GCBOS?
I had this, deleted the GCBOS sql folder and reinstalled it now works fine, what I concluded was it was not compatable with another hack wich may have altered something.
InsomniacP
01-11-2010, 06:58 AM
I will give it a try thanks Steve....
revmitchell
01-11-2010, 12:40 PM
You will see a fix to this in the 'read me' text with the package.
I have gone over that and reloaded everything reloaded the xml file I do not know what else to do
silverfox_uw
01-11-2010, 03:16 PM
ok, i have gone through all 38 pages to see if there was an update or a line of coding that could be included to add a smilies box and an editor box. I have noted that many people have asked for this yet the majority of their requests have just been ignored and not even replied to. I think the last one that got replied to was on the 17 Dec where it was said that you are looking to include them in the next relase, but that did not happen.
Can you confirm if at all, a smilies and editor box is going to be added, or tell us how to add one to our current versions. This is a top mod, and i feel it is just missing a few minor things to make it an amazing mod.
Also, is there a way to have the posts going upwards, instead of downwards, ie the last post is at the top not bottom?
I look forward to your reply, as this is the best shoutbox out there, it just needs a few tweeks.
meissenation
01-11-2010, 04:13 PM
Hey we have just installed this on to our site, though i can see it we have members that can't..
I also get this https://vborg.vbsupport.ru/external/2010/01/96.jpg
Also is there no tool box for changing font's and colours? or any ACP control...
Can we change the name to shoutbox or something rather than GCBOS?
That happened to me when I had the BBR Image Resizer with lytebox installed. I grew so frustrated with the lack of updates in this thread that I went to a different shoutbox.
ProFifaLeagues
01-11-2010, 04:35 PM
To the above posts did you make sure to change the user permissions so as your members could view it??
We have it installed to our board 4.0 and it is working a treat.
kylek
01-11-2010, 07:23 PM
I had this, deleted the GCBOS sql folder and reinstalled it now works fine, what I concluded was it was not compatable with another hack wich may have altered something.
Where is the GCBOS sql folder found?
Thanks
revmitchell
01-11-2010, 09:55 PM
To the above posts did you make sure to change the user permissions so as your members could view it??
We have it installed to our board 4.0 and it is working a treat.
Yes
luciano99999
01-11-2010, 09:56 PM
I see all characters correctly except à I see so �*
My default charset is ISO-8859-1.
stevectaylor
01-12-2010, 05:25 AM
Where is the GCBOS sql folder found?
Thanks
In the sql database. As everything else when altering the database make sure you back up the whole database first before attempting to delete.
kylek
01-12-2010, 06:46 AM
Tried that and it didn't make any difference. Strange, in firefox its fine but in Google Chrome and IE8 it shows all the tags like edit/instant/message.
OmekaTeam
01-12-2010, 07:59 AM
Why is this?
MyChemicalSelf
01-12-2010, 09:11 AM
I can confirm commands are broken in the last release, i will be uploading a fix some time today. It was due to a 'fix' i made for PHP 5.3.x thanks for the continued use and thank you to those who provided support to others.
About the UTF8 bug some one posted a fix a few pages back i will test this and post the results later (may end up in the main files).
Sometimes this doesn't load it's blank. I am using the one on otaku.
Its an issue with how its setup on otaku
I've had two users report that they somehow muted themselves? I don't even have mute enabled, and never told anyone how to use the mute feature. Any suggestions how to fix?
Spam prevention :) it auto mutes users for flooding
Any info on the commands not working? This shoutbox has a LOT of potential but there's a few things that I'd love to see changed that would make this the shoutbox to have.
- I'd like the ability to switch to 12 hour format for the timestamp
- I'd like to be able to allow the users to choose their own font color to use and have it be remembered (so they aren't choosing it every single time they send something to the shoutbox)
- I'd like to see a smilies box or popup menu or something.
If you could get the commands fixed so they work and those 3 things this would definitely be a Mod of the Month. I mean the PM system notifying you in the shoutbox is just awesome.
-Noted
-Its coming ive just been busy :)
-Good idea :)
i dont understand what the TrueSight is used for? any1 have any idea what the difference is if its enabled or disabled... i didnt see any??
If some one uses /say or /impersonate it tells you who actually said the message.
silverfox_uw
01-12-2010, 11:25 AM
ok, i have gone through all 38 pages to see if there was an update or a line of coding that could be included to add a smilies box and an editor box. I have noted that many people have asked for this yet the majority of their requests have just been ignored and not even replied to. I think the last one that got replied to was on the 17 Dec where it was said that you are looking to include them in the next relase, but that did not happen.
Can you confirm if at all, a smilies and editor box is going to be added, or tell us how to add one to our current versions. This is a top mod, and i feel it is just missing a few minor things to make it an amazing mod.
Also, is there a way to have the posts going upwards, instead of downwards, ie the last post is at the top not bottom?
I look forward to your reply, as this is the best shoutbox out there, it just needs a few tweeks.
any update on any future plans?
scorpi
01-12-2010, 07:18 PM
how to change font size in chat window ?
MyChemicalSelf
01-12-2010, 08:00 PM
Fix'd commands and started once again on displaying thread notifications, still a few issues with /me and /pm i will upload it some time tomorrow as i haven't got round to the finishing touches yet :)
Your right. not a lot of support in this thread, eh? Well, if anyone knows I'd like to Change the GBCOS in the top of the shout. Any input would be great!
search the thread, someone explains how to do it
Fix'd commands and started once again on displaying thread notifications, still a few issues with /me and /pm i will upload it some time tomorrow as i haven't got round to the finishing touches yet :)
i dont have any issues with /me or /pm
SpongeBob71
01-12-2010, 11:13 PM
Does anyone have this working AFTER the 4.1 upgrade?
Doesn't work for me..
-Sponge
Ozymandyus
01-13-2010, 01:25 AM
I just updated my site to 4.0.1. No problems with GCBOS, still running well.
kylek
01-13-2010, 01:56 AM
Same here, still working after the upgrade to 4.0.1
utahraves
01-13-2010, 05:30 AM
I am having issues after installing 4.0.1. I had to revert my templates because of an issue I was having trying to figure out what went wrong... and when I figured out what was wrong... it says LOADING but that is about it.
utahraves
01-13-2010, 05:37 AM
I just put my IE8 into private browsing and it worked. lol this vb4 is really hard on my server
CFodder
01-13-2010, 06:47 AM
Have a few of questions:
1. How can we put the chat/message under the username/time, and
2. How do we get rid of the # in front of the time, and
3. Would like the latest chat/message to be at the top, how coudl I do this?
Suspect both of these would be an edit in the GCBOS_class.php, but not sure where.
Now a fix of sorts, if you want to change the time display for each shout, you need to edit the following line in gcbos_class.php"
$time = vbdate('g:i', $timestamp, false, false, true);
Change the g:i to the time format you want. For example we changed it to h:ia, which gives time as 5:52pm
Namaless
01-13-2010, 07:56 AM
Does anyone have this working AFTER the 4.1 upgrade?
Doesn't work for me..
-Sponge
I use Ad system to show chatbox, after save ad show works!
calvert
01-13-2010, 08:01 AM
Great tool, but there is a problem for us Germans :)
Our special charakters are not working. Things like ???????
Probably easy build a solution?
? = ä
? = ü
? = ö
? = Ä
?= Ü
? = Ö
? = ß
Regards!
stevectaylor
01-13-2010, 08:14 AM
I use Ad system to show chatbox, after save ad show works!
Works fine for me.
halino
01-13-2010, 09:49 AM
i cant see the shoutbox? im admin and set the permission to see it..
as default it was global start, there were still an error message on the top of the header..
i made it forumhome to see it only in the forum menu, but still there is nothing.. but the error message isnt there anymore..
can anyone help?
carrlos
01-13-2010, 02:42 PM
Do we have the ability to edit the posts?
ccunnin71
01-13-2010, 05:30 PM
I use Ad system to show chatbox, after save ad show works!
I am not getting GCBOS to show up after the 4.0.1 upgrade :( I have triple checked the template and it is correct. As an alternate method did I understand correctly you used the Advertising to insert the chat box?
I looked though this thread a bit and didn't see any examples. How did you accomplish this? Please :p
dondavis
01-13-2010, 06:45 PM
At first, Thank you very much for your Great work. But i have question, why chatbox don't update itself, so i have to reload page to see new messages?
Classico
01-13-2010, 08:34 PM
Same here, still working after the upgrade to 4.0.1
I am not getting GCBOS to show up after the 4.0.1 upgrade :( I have triple checked the template and it is correct. As an alternate method did I understand correctly you used the Advertising to insert the chat box?
I looked though this thread a bit and didn't see any examples. How did you accomplish this? Please :p
At first, Thank you very much for your Great work. But i have question, why chatbox don't update itself, so i have to reload page to see new messages?
Some problem here.
VB 4.0.1 has some changes in the template forumhome.
I had to uninstall it, upgrade the template to 4.0.1 and then install it again....
JasonReynolds
01-13-2010, 08:54 PM
Yeah it dont work :S i got it all workin then i put <!-- {SHOUTBOX} --> where you said in both of them and it ddnt work =/ in either 1
Can anyone help ?
Classico
01-13-2010, 09:04 PM
Great tool, but there is a problem for us Germans :)
Our special charakters are not working. Things like ???????
Probably easy build a solution?
? = ä
? = ü
? = ö
? = Ä
?= Ü
? = Ö
? = ß
Regards!
Some with the latin charakters with accents...
?, ?, ?, ?, ?, ?, ?....
rizelim
01-14-2010, 05:13 AM
#23:59 rizelim> testing
#00:00 rizelim> t?rk?e karakter hatası testi?
#00:05 testuye> test uye denmesi
#00:06 rizelim/testuye> merhaba
#00:07 testuye/rizelim> teşekk?r ederim
#00:22 rizelim> Rize Elsanatlary (Yskemle) di?er ady y�remize g�re (e?�emi) nasyl yapylyr hepsi el sanatlary ve Rize'ye �zel resimler Ar?iv linki T�m Resimelr Bu linkte mevcuttur
#00:23 rizelim> Rize Elsanatları (İskemle) diğer adı y?remize g?re (eş?emi) nasıl yapılır hepsi el sanatları ve Rize'ye ?zel resimler Arşiv linki T?m Resimelr Bu linkte mevcuttur
#08:45 052mor�im�ek/rizelim>
#08:59 rizelim> Arkadaşlar bazı karakter hatası sorunları ?ıkıyor onlarda bu chat programını yazan kişiye iletilip d?zenleme yapılacaktır.
#09:09 uydudoktoru> test
turkish charakter not working.
ş,?,ğ,?
d-talker
01-14-2010, 07:45 AM
Hello everybody,
how ca I get this working on a widget?
This is the last stable version GCBOS_0.6.10 and work fine with the vBulletin 4.0.1?
Skyrider
01-14-2010, 02:40 PM
Hello everybody,
how ca I get this working on a widget?
https://vborg.vbsupport.ru/showthread.php?t=231448&highlight=GCBOS
This is the last stable version GCBOS_0.6.10 and work fine with the vBulletin 4.0.1?
Works fine with 4.0.1, but I believe the /listmuted command doesn't work properly. You might want to use the second last version.
cory_booth
01-14-2010, 04:41 PM
Man, if you could add a notification alert or sound...
this would be absolutely perfect.
COL NIL SATIS
01-14-2010, 07:01 PM
brillaint mod..installed
Ocean-Wonders
01-14-2010, 07:16 PM
Is there anyway of making this notify new posts like it does PM's.
Would be really usefull for me.
Thanks
ProFifaLeagues
01-14-2010, 07:23 PM
Is there anyway of making this notify new posts like it does PM's.
Would be really usefull for me.
Thanks
Would be great if thats poss!
Tripolis
01-15-2010, 06:55 PM
Upload all and install.
No work for me, what is my Problem?
4.1 forum
<!-- {SHOUTBOX} -->
And what here??
milaszewski
01-15-2010, 07:19 PM
there is a problem with Polish characters too:
?
ś
ć
ż
ź
ó
ł
ę
exyuteam
01-16-2010, 11:55 AM
Upload all and install.
No work for me, what is my Problem?
4.1 forum
<!-- {SHOUTBOX} -->
And what here??
Just add that code, where you want Shoutbox to appears. Also, you MUST in Usergroups to enable shoutbox and desired options!!! Maybee here is a problem ;)
stevectaylor
01-16-2010, 12:09 PM
Just add that code, where you want Shoutbox to appears. Also, you MUST in Usergroups to enable shoutbox and desired options!!! Maybee here is a problem ;)
Works on mine. If you have the latest RC2 of VBSEO they have a new setting that does not show so fist disable VBSEO and see if it then shows, if so play around with the settings and it will appear.
KissOfDeath
01-16-2010, 12:09 PM
Installed, works fine but we need an option to remove the pm notification, and also that ability to set it to idle if unused
Tripolis
01-16-2010, 12:29 PM
Just add that code, where you want Shoutbox to appears. Also, you MUST in Usergroups to enable shoutbox and desired options!!! Maybee here is a problem ;)
Thats ok.
Only, which code?
I see no Example in this Quote.
Install:
-Upload the contents of the upload folder to your webserver
-Import product-gcbos.xml in your admincp
-Set usergroup permissions under Usergroups->Usergroup Manager->{your_group}->GCBOS in the acp
-Insert <!-- {SHOUTBOX} --> into the template you want it to display GCBOS in (EG FORUMHOME, FORUMDISPLAY). In FORUMHOME i would suggest placing GCBOS above "<!-- / main ->" or at the bottom of the navbar template to display GCBOS globally.
stevectaylor
01-16-2010, 12:59 PM
Thats ok.
Only, which code?
I see no Example in this Quote.
<!-- {SHOUTBOX} -->
add it to bottom of the navbar template to display GCBOS globally.
Tripolis
01-16-2010, 01:36 PM
a sry, i Understand it is inside.
Mistake from me.
trackbikes
01-16-2010, 02:59 PM
I've go GCBOS showing in the products section but I can't locate any mention of it in the usergroups area... where should it appear and any idea why it's not appearing?
dianna
01-16-2010, 03:32 PM
Is there a way to stop the GBOS messages that pop up when loaded?
"#21:11 GCBOS/member> You have just received a new private message from member entitled 'Re: posts'"
Nvr Mind think I got that worked out but I would like to know how change when veiwing who is online it says the member is veiwing GCBOS.
HansMuenchen
01-16-2010, 04:20 PM
Hello,
first I want say thnx for the great add-on.
Unfortunately the "Umlaute" like äöü will be not displayed correctly.
Is there any way to change it?
Thank you for the Help and the great add-on.
Greetings out of Germany
Hans
dianna
01-16-2010, 05:34 PM
Another issue I have come across, one of my members muted herself yet I have that option diabled for all usergroups. What can I do to unmute her?
BWT besides the little bugs it is a good add on I am hoping in the future you will be able to make it more like a reply box
exyuteam
01-16-2010, 06:44 PM
I've go GCBOS showing in the products section but I can't locate any mention of it in the usergroups area... where should it appear and any idea why it's not appearing?
Appears on TOP, and if you upload ALL files, they must be there... See is file bitfield_gcbos.xml in right place (includes/xml)?
Cool Matty
01-17-2010, 05:13 AM
I get this error:
Warning: Parameter 5 to gcbos_command_me() expected to be a reference, value given in [path]/includes/class_gcbos.php on line 125
Whenever I try to do a /me after upgrading my server to PHP 5.3.1.
Yes, I've confirmed that allow_call_time_pass_reference is on.
ShawnV
01-18-2010, 03:03 PM
whatever happened to the update?
angeljs
01-18-2010, 03:57 PM
Not sure why, but when people submit a message it shows all the code. For example:
#/delmessage]23/30/User/pm]>It shows the code/edit]/message]
is what shows
I have the same issue, but only when placing the chatbox on any other page but the forum homepage. It won't work if placed, say, under the navbar. On forumhome page it works fine.
HansMuenchen
01-18-2010, 04:03 PM
I have the same issue, but only when placing the chatbox on any other page but the forum homepage. It won't work if placed, say, under the navbar. On forumhome page it works fine.
The same Problem here! And also that the german "Umlaute" like ??? will be not displayed.
Greetings
Hans
mfbmike
01-18-2010, 04:26 PM
Hello.
GCBOS is awesome. Perhaps too awesome in fact. Unfortunately, my site, www.digitalsportscene.com resides on a shared server and GCBOS was hogging excessive resources and I was forced to remove it.
Is there any way to possibly set a refresh timer on the GCBOS as opposed to it being "live" in an effort to cut down on resource usage for people on shared servers like myself?
My site's traffic doesn't warrant a dedicated server imo but our guys love the chatbox. We previously used cyb's CB but he has yet to upgrade to vb4. But GCBOS grew on us and we'd like to have it back. However, limitations on resource usage make it hard for me to have it up.
A refresh timer where the chat messages come in every 10-20 seconds would be great. Is something like that possible?
dieKetzer
01-19-2010, 12:37 PM
looks great. unfortunately it was being spammed by my hosts analytics code nonstop.
movslow
01-19-2010, 01:03 PM
Have we gotten the typewriter effect removed yet? I know earlier in this thread I've seen a few people request a different effect, just curious.
Thanks.
woffie
01-19-2010, 03:48 PM
Is there a way to stop the GBOS messages that pop up when loaded?
"#21:11 GCBOS/member> You have just received a new private message from member entitled 'Re: posts'"
Nvr Mind think I got that worked out but I would like to know how change when veiwing who is online it says the member is veiwing GCBOS.
How did you get the PM notice to stop?
Ju4nCh0
01-19-2010, 03:50 PM
Have we gotten the typewriter effect removed yet? I know earlier in this thread I've seen a few people request a different effect, just curious.
Thanks.
I'd like that also... I checked JS files and couldn't find the code... =(
beacher
01-19-2010, 04:14 PM
Also for italian characters it don't work and if i change the code in language manager all my posts are a mess.. Can you fix on the next release?
movslow
01-19-2010, 04:33 PM
How did you get the PM notice to stop?
Look in admin cp under plugin manager, then find GCBOS and uncheck the box for pm notify.
MyChemicalSelf
01-19-2010, 06:51 PM
I get this error:
Warning: Parameter 5 to gcbos_command_me() expected to be a reference, value given in [path]/includes/class_gcbos.php on line 125
Whenever I try to do a /me after upgrading my server to PHP 5.3.1.
Yes, I've confirmed that allow_call_time_pass_reference is on.
I am aware of this issue i have a fix ready just needs a little more testing before i upload it, im going to upgrade my boards to the latest release tomorrow then test and release :)
Sorry for the delay i have been busy with work.
Edit: Uploading the newest version of vB to my server now so i can test.
Edit 2:
-GCBOS 0.7 RC1
--UTF8 Charters support thanks to Namaless
--Global Display
--Instant Message display
--Alert on new thread (Currently no filters*)
--Fix for broken commands in 0.6.10
--Check README for instructions on use with PHP5.3.x
*Being worked on
Edit 3:
In the next week or so i am going to add color settings to the modification it is currently still in testing and has been removed as such
volarium
01-19-2010, 07:38 PM
Hello.
GCBOS is awesome. Perhaps too awesome in fact. Unfortunately, my site, www.digitalsportscene.com resides on a shared server and GCBOS was hogging excessive resources and I was forced to remove it.
Is there any way to possibly set a refresh timer on the GCBOS as opposed to it being "live" in an effort to cut down on resource usage for people on shared servers like myself?
My site's traffic doesn't warrant a dedicated server imo but our guys love the chatbox. We previously used cyb's CB but he has yet to upgrade to vb4. But GCBOS grew on us and we'd like to have it back. However, limitations on resource usage make it hard for me to have it up.
A refresh timer where the chat messages come in every 10-20 seconds would be great. Is something like that possible?
I have the same situation. My web host claimed it was utilizing 50% of the CPU on a robust server that is shared across many customers. Looks like I'll need to find an alternative chatbox solution, unless there's some other way to optimize the utilization.
MyChemicalSelf
01-19-2010, 07:56 PM
just found a bug in the vb4.0.1 trying to work out whats going on the chatbox keeps writing blank lines to the screen.
3DUInc
01-20-2010, 02:20 AM
Tagged for future install :)
d-red
01-20-2010, 05:20 AM
when i post in my chat-box. i get this:
#02:09 D-RED </a></b>> hey
the </a></b>> are always there.
iceman-x
01-20-2010, 07:02 AM
Grate addone. thanks.
beacher
01-20-2010, 09:04 AM
--UTF8 Charters support thanks to Namaless
Thanks to all to work on it!! ;)
MyChemicalSelf
01-20-2010, 12:03 PM
Still trying to work out the error with 0.7 and vBulletin 4.0.1 not sure what caused it ^.^
Edit: Bug is fixed back to work on the topic notifications :)
mfbmike
01-20-2010, 05:29 PM
I have the same situation. My web host claimed it was utilizing 50% of the CPU on a robust server that is shared across many customers. Looks like I'll need to find an alternative chatbox solution, unless there's some other way to optimize the utilization.
lol yeah, my web host said GCBOS was slowing down a 8 CPU Xeon Core server.
MyChemicalSelf
01-20-2010, 05:37 PM
lol yeah, my web host said GCBOS was slowing down a 8 CPU Xeon Core server.
Runs fine on the demo site....
Anyway still working on 0.7 just have to sort some permissions (need to work this out) then i can release today or tomorrow :P
Edit: Released 0.7.0 RC1
-0.7.0 RC1
--Fixes for broken commands in 0.6.10
--Alert on new topic
--UTF-8 support thanks to Namaless
--Messages display instantly
--Check README for instructions on PHP5.3+
movslow
01-20-2010, 07:02 PM
Great.....reinstalled .7 or whatever the latest release was..and it errored out on install.
Fatal error: Call to undefined function ilog() in /home/.bartles/nightech/movslow/forum/includes/adminfunctions_plugin.php(450) : eval()'d code on line 1
Now in my chatbox it shows this over and over.
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of call_user_func(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /xxx/.bartles/xxx/xxx/forum/includes/class_gcbos.php on line 128
MyChemicalSelf
01-20-2010, 07:04 PM
Great.....reinstalled .7 or whatever the latest release was..and it errored out on install.
Now in my chatbox it shows this over and over.
Woops 2 minutes :)
KissOfDeath
01-20-2010, 07:06 PM
Are their options to turn of the alert on new topics?
I'd rather not update if their is no option to do this
movslow
01-20-2010, 07:07 PM
Woops 2 minutes :)
Ok, thanks.
MyChemicalSelf
01-20-2010, 07:10 PM
Ok, thanks.
I forgot to add the ini_set to the new php files ^.^ and sorry about the errors my server hides them by default :)
Fixed the upload.
Anyone who has downloaded 0.7.0 RC1 before now should re download, upload the contents of the upload directory and import the new product.
movslow
01-20-2010, 07:17 PM
I forgot to add the ini_set to the new php files ^.^ and sorry about the errors my server hides them by default :)
Fixed the upload.
Anyone who has downloaded 0.7.0 RC1 before now should re download, upload the contents of the upload directory and import the new product.
Negative, now it caused a DB error, and wouldn't even finish installed the mod.
:mad:
Skyrider
01-20-2010, 07:19 PM
Negative, now it caused a DB error, and wouldn't even finish installed the mod.
:mad:
Dito:
Database error in vBulletin 4.0.1:
Invalid SQL:
CREATE TABLE
`gcbos`
(
`gcbosid` INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
`displayuserid` INT(10) UNSIGNED NOT NULL,
`userid` INT(10) UNSIGNED NOT NULL,
`dateline` INT(10) UNSIGNED NOT NULL,
`recipientid` INT(10) UNSIGNED NOT NULL,
`type` TINYINT UNSIGNED NOT NULL,
`message` TEXT NOT NULL
);
MySQL Error : Table 'gcbos' already exists
Error Number : 1050
Request Date : Wednesday, January 20th 2010 @ 10:19:20 PM
Error Date : Wednesday, January 20th 2010 @ 10:19:20 PM
Username : FF|Skyrider
Classname : vB_Database
MySQL Version : 5.0.32-Debian_7etch11-log
Andyucs
01-20-2010, 07:21 PM
i got the above uninstalled and then installed the new on works fine now
but still shows as
#12:00 am FlatLiner> Welcome to GCBOS 0.6.9, (Generic ChatBox Operating System).
#9:16 pm FlatLiner> tester
in shout box
but 0.7.0 RC1 in ACP wierd
movslow
01-20-2010, 07:22 PM
Completly uninstalled/reinstalled no change.
I don't mean to be an a$$, but if you are going to release something, make sure it works.
:o
MyChemicalSelf
01-20-2010, 07:23 PM
Negative, now it caused a DB error, and wouldn't even finish installed the mod.
:mad:
How odd never done that before uploading a fix now :)
Completly uninstalled/reinstalled no change.
I don't mean to be an a$$, but if you are going to release something, make sure it works.
:o
I dont mean to be funny but im not paid for this so i don't put in as much effort as i do with my other products and my PHP configuration does not display errors as a security precaution so meh.
Edit: Uploading RC2
Skyrider
01-20-2010, 07:23 PM
Just wanted to add, the new thread feature is awesome. But it doesn't use the forum Friendly URL feature. It shows the normal non-SEO links. And the "new thread" feature, can you do "new posts" as well in threads? Would be awesome!
so what changed? just the time?
Negative, now it caused a DB error, and wouldn't even finish installed the mod.
:mad:
i uninstalled the product and then reinstalled... worked after that
kylek
01-20-2010, 07:25 PM
uninstalled and installed the new version.
Google chrome still shows:
#/delmessage]1:21 pm ely/pm]> test/edit]/instant]/message]
Also some members using Firefox say it shows them the same.
IE 8: gives page error and doesn't show shout message:
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; AskTB5.5)
Timestamp: Wed, 20 Jan 2010 21:26:14 UTC
Message: Object doesn't support this property or method
Line: 1
Char: 12137
Code: 0
URI: http://xxxxx.xxx/forum/clientscript/gcbos.js (http://luvinpokerplayers.com/forum/clientscript/gcbos.js)
movslow
01-20-2010, 07:28 PM
I dont mean to be funny but im not paid for this so i don't put in as much effort as i do with my other products and my PHP configuration does not display errors as a security precaution so meh.
Edit: Uploading RC2
I agree and I'm sure I speak for everyone here in saying we are very thankful for your time and energy, but on that note, it's no rush to release this....so in order for it to be correct, I'd suggest a bit more testing, before we install it and our sites come crashing down, lol.
MyChemicalSelf
01-20-2010, 07:31 PM
I agree and I'm sure I speak for everyone here in saying we are very thankful for your time and energy, but on that note, it's no rush to release this....so in order for it to be correct, I'd suggest a bit more testing, before we install it and our sites come crashing down, lol.
If im honest im not sure why the install code died ^.^, added a fix all shouts will be cleared during the upgrade from 0.6.x. to fix the issue with upgrading.
uninstalled and installed the new version.
Google chrome still shows:
#/delmessage]1:21 pm ely/pm]> test/edit]/instant]/message]
Also some members using Firefox say it shows them the same.
IE 8: gives page error and doesn't show shout message:
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; AskTB5.5)
Timestamp: Wed, 20 Jan 2010 21:26:14 UTC
Message: Object doesn't support this property or method
Line: 1
Char: 12137
Code: 0
URI: http://xxxxx.xxx/forum/clientscript/gcbos.js (http://luvinpokerplayers.com/forum/clientscript/gcbos.js)
Can you replace gcbos.js with gcbos_DECOMPRESSED.js to get the full error log? Not sure why IE would error its worked in the past.
revmitchell
01-20-2010, 07:36 PM
The update cause a database error when i tried to up,load the xml file:
Database error in vBulletin 4.0.1:
Invalid SQL:
DROP TABLE IF EXISTS `gcbos`;
CREATE TABLE
`gcbos`
(
`gcbosid` INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
`displayuserid` INT(10) UNSIGNED NOT NULL,
`userid` INT(10) UNSIGNED NOT NULL,
`dateline` INT(10) UNSIGNED NOT NULL,
`recipientid` INT(10) UNSIGNED NOT NULL,
`type` TINYINT UNSIGNED NOT NULL,
`message` TEXT NOT NULL
);
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CREATE TABLE
`gcbos`
(
`gcbosid` INT UNSIGNED NOT NULL AUTO_INCREMENT PR' at line 2
Error Number : 1064
Request Date : Wednesday, January 20th 2010 @ 03:34:42 PM
Error Date : Wednesday, January 20th 2010 @ 03:34:42 PM
Script : http://www.pastors-source.com/vb/admincp/plugin.php?do=productimport
Referrer : http://www.pastors-source.com/vb/admincp/plugin.php?do=productadd
IP Address : 68.205.204.98
Username : Revmitchell
Classname : vB_Database
MySQL Version : 5.0.89
Charlie98902
01-20-2010, 07:38 PM
For GCBOS to work with PHP 5.3 you must have
allow_call_time_pass_reference
set to On
How do I go about this or is that info on how to in the download?
Alien
01-20-2010, 07:39 PM
I cannot get the XML file to install over the last version.
It just hangs indefinitely and never updates the product. I waited 30 minutes on a newly rebooted server.
Importing Product, Please Wait...
[:]
volarium
01-20-2010, 07:39 PM
I am getting the same error, and I even tried to uninstall the product and then reinstall, and same error.
Then I tried RC2 and it installed just fine. Thanks.
Bouncer222
01-20-2010, 07:41 PM
Database error...
Database error in vBulletin 4.0.1:
Invalid SQL:
DROP TABLE IF EXISTS `gcbos`;
CREATE TABLE
`gcbos`
(
`gcbosid` INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
`displayuserid` INT(10) UNSIGNED NOT NULL,
`userid` INT(10) UNSIGNED NOT NULL,
`dateline` INT(10) UNSIGNED NOT NULL,
`recipientid` INT(10) UNSIGNED NOT NULL,
`type` TINYINT UNSIGNED NOT NULL,
`message` TEXT NOT NULL
);
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CREATE TABLE
`gcbos`
(
`gcbosid` INT UNSIGNED NOT NULL AUTO_INCREMENT PR' at line 2
Error Number : 1064
Request Date : Wednesday, January 20th 2010 @ 03:40:35 PM
Error Date : Wednesday, January 20th 2010 @ 03:40:35 PM
Script : http://www.brotherhoodofgamers.com/admincp/plugin.php?do=productimport
Referrer : http://www.brotherhoodofgamers.com/admincp/plugin.php?do=productadd
IP Address : 96.250.233.178
Username : Bouncer
Classname : vB_Database
MySQL Version : 5.1.30
Please test before releasing :)
MyChemicalSelf
01-20-2010, 07:46 PM
The update cause a database error when i tried to up,load the xml file:
Should be fixed redownload
How do I go about this or is that info on how to in the download?
It is included by default now :)
I cannot get the XML file to install over the last version.
It just hangs indefinitely and never updates the product. I waited 30 minutes on a newly rebooted server.
Try with the newest download i just updated it to fix a SQL error.
I am getting the same error, and I even tried to uninstall the product and then reinstall, and same error.
Read up :)
Database error...
Please test before releasing :)
I do test... dont be cocky.
volarium
01-20-2010, 07:53 PM
Can you explain what the "Alert on New Topic" feature does?
MarioRe
01-20-2010, 07:53 PM
does anyone have a link to a website were this is properly installed so I can see how it works before I attempt to add to my website. Please and thank you....
Skyrider
01-20-2010, 07:55 PM
Can you explain what the "Alert on New Topic" feature does?
If someone creates a new thread on the forums:
#10:54 pm FF|Skyrider> If you create new threads, you shall see it here.
#10:54 pm FF|Skyrider> has posted the thread Zomg... TEST THREADZomg... TEST THREAD
#10:54 pm Synth> you're high on life?
Check the bold text.. The "zomg, xxxx" is a link of course. I really would like to see a "has replied to" feature.
volarium
01-20-2010, 07:55 PM
does anyone have a link to a website were this is properly installed so I can see how it works before I attempt to add to my website. Please and thank you....
You are welcome to try it out on mine, but you need to register as a user first. http://vfrworld.com then click on Forums.
volarium
01-20-2010, 07:56 PM
If someone creates a new thread on the forums:
Check the bold text.. The "zomg, xxxx" is a link of course. I really would like to see a "has replied to" feature.
Okay thanks. For the record, this feature doesn't appear to be working on mine.
MyChemicalSelf
01-20-2010, 08:00 PM
If someone creates a new thread on the forums:
Check the bold text.. The "zomg, xxxx" is a link of course. I really would like to see a "has replied to" feature.
Yeah im going to include it in the next update i just didnt get round to it :)
Skyrider
01-20-2010, 08:00 PM
Okay thanks. For the record, this feature doesn't appear to be working on mine.
Only works with new threads, not new replies. Check your AdminCP Chatbox features to see if it's enabled.
vexvegaz
01-20-2010, 08:02 PM
hey MyChemicalSelf, 1st great mod love the simplicity of ur product.
that aside..few issues i have
1. when putting the chatbox anywhere besides forumhome(ie. navbar) i get these wierd errors
"#/delmessage]23/30/User/pm]>It shows the code/edit]/message]"
2.how do i change the time stamp from military to standard?
again, tnks for the mod.
edit: running on vb 4.0.1
MyChemicalSelf
01-20-2010, 08:05 PM
hey MyChemicalSelf, 1st great mod love the simplicity of ur product.
that aside..few issues i have
1. when putting the chatbox anywhere besides forumhome(ie. navbar) i get these wierd errors
"#/delmessage]23/30/User/pm]>It shows the code/edit]/message]"
2.how do i change the time stamp from military to standard?
again, tnks for the mod.
edit: running on vb 4.0.1
Hey im currently looking into the first issue as i have just noticed it myself :) and for the second open class_gcbos.php (its in includes) and search for vbdate you just need to edit the time format :)
volarium
01-20-2010, 08:19 PM
I am now getting the following errors everytime I post a new thread:
Warning: Call-time pass-by-reference has been deprecated in /home/michael/vfrworld.com/www/html/forums/includes/class_gcbos.php on line 128
Unable to add cookies, header already sent.
File: /home/michael/vfrworld.com/www/html/forums/includes/class_gcbos.php
Line: 128
I even tried disabling the new functionality "Alert on New Topic", and this error still appears whenever starting a new thread. The thread itself posts just fine.
cory_booth
01-20-2010, 08:22 PM
REQUEST:
Add sound notification on new chat / alert.
MyChemicalSelf
01-20-2010, 08:27 PM
I am now getting the following errors everytime I post a new thread:
Warning: Call-time pass-by-reference has been deprecated in /home/michael/vfrworld.com/www/html/forums/includes/class_gcbos.php on line 128
Unable to add cookies, header already sent.
File: /home/michael/vfrworld.com/www/html/forums/includes/class_gcbos.php
Line: 128
View the readme.
kalliey
01-20-2010, 08:34 PM
Thanks for the Update, but where can i change from am/pm to 24h?
volarium
01-20-2010, 08:36 PM
View the readme.
Sincere apologies if I'm somehow missing it, but I am not finding an answer in the README. The only line I see that seems applicable says:
-Navigate to vBulletin Settings->GCBOS set the forum restrictions to disable topic notifications or disable them by selecting no
I tried setting "No" for "Display an alert on a new topic" and that did not resolve the issue.
Skyrider
01-20-2010, 08:46 PM
Thanks for the Update, but where can i change from am/pm to 24h?
You should be able to change this within the AdminCP "Date and Time Options" settings. Could be wrong, but I believe the chatbox uses the same timer settings as the forum.
kalliey
01-20-2010, 08:50 PM
You should be able to change this within the AdminCP "Date and Time Options" settings. Could be wrong, but I believe the chatbox uses the same timer settings as the forum.
In the AdminCP i have this: H:i thats right for me the chatbox use h:i A that?s wrong for me, can i change this in one of the upload files?
MarioRe
01-20-2010, 09:01 PM
Looks like im gonna give this a shot
vexvegaz
01-20-2010, 09:05 PM
Thanks for the Update, but where can i change from am/pm to 24h?
...open class_gcbos.php (its in includes) and search for vbdate you just need to edit the time format :)
hope this helps :D
ArtAttack
01-20-2010, 09:08 PM
The include for the gcbos script is still missing the type attribute
<script src="http://instantjump.com/clientscript/gcbos.js"></script>
Should be
<script src="http://instantjump.com/clientscript/gcbos.js" type="text/javascript"></script>
kalliey
01-20-2010, 09:09 PM
hope this helps :D
Perfect. Thank you!
Charlie98902
01-20-2010, 09:19 PM
Upgraded smoothly and works well no errors like what has been posted. I did upgrade from 6.10 to 7 RC2 though. Just uploaded all and overwrote the old disabled thread notification as I careless on that and all good. :)
CORSO
01-20-2010, 09:30 PM
Still have problems with " í "
Ju4nCh0
01-20-2010, 10:28 PM
FYI....
I did a clean install on v 0.7 RC2 and I was getting this error.....
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of call_user_func(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /home/content/j/u/a/juanchito/html/foros/includes/class_gcbos.php on line 128
Warning: Cannot modify header information - headers already sent by (output started at [path]/includes/class_gcbos.php:128) in [path]/gcbos.php on line 143
So I went in class_gcbos.php and in line 128 found this
$done = call_user_func($command['function'], $this, $command, $params, $message, &$output);
There's an extra & right before $output... removed it, reuploaded it and it worked just fine =D
However... it's still showing the text with the "typewriter effect" and takes forever to load all the messages =S
Is there a way to disable it???
Bouncer222
01-20-2010, 10:53 PM
I do test... dont be cocky.
Not trying to be cocky, sorry if it came out that way, but apperently everyone had this issue.
Anyway, thanks.
movslow
01-20-2010, 11:01 PM
Still getting the same error in the chatbox.
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of call_user_func(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /xxxx/includes/class_gcbos.php on line 128
At the top of this page, you say this
PHP 5.3
For GCBOS to work with PHP 5.3 you must have
allow_call_time_pass_reference
set to On
Where??
Nothing is said in the readme?
:confused::confused::confused:
MyChemicalSelf
01-20-2010, 11:03 PM
FYI....
I did a clean install on v 0.7 RC2 and I was getting this error.....
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of call_user_func(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /home/content/j/u/a/juanchito/html/foros/includes/class_gcbos.php on line 128
Warning: Cannot modify header information - headers already sent by (output started at [path]/includes/class_gcbos.php:128) in [path]/gcbos.php on line 143
So I went in class_gcbos.php and in line 128 found this
$done = call_user_func($command['function'], $this, $command, $params, $message, &$output);
There's an extra & right before $output... removed it, reuploaded it and it worked just fine =D
However... it's still showing the text with the "typewriter effect" and takes forever to load all the messages =S
Is there a way to disable it???
Its not extra... its a reference... its how commands work yknow
elwachiman
01-20-2010, 11:03 PM
I HAVE WILL PHP Version 5.2.8 may work with that version?
Alien
01-20-2010, 11:50 PM
I have installed the RC2 update, but still get the slower "typewriter" writing. Wasn't this changed, or have i missed an option?
volarium
01-20-2010, 11:54 PM
Its not extra... its a reference... its how commands work yknow
Chemical - what do you recommend I do about this issue? Obviously, I can't have users getting this error message every time they post a new thread. Thanks for your help.
venom2124
01-21-2010, 12:33 AM
okay uploaded everything and installed the product but it doesn't show up need help.
carrlos
01-21-2010, 01:08 AM
FYI....
I did a clean install on v 0.7 RC2 and I was getting this error.....
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of call_user_func(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /home/content/j/u/a/juanchito/html/foros/includes/class_gcbos.php on line 128
Warning: Cannot modify header information - headers already sent by (output started at [path]/includes/class_gcbos.php:128) in [path]/gcbos.php on line 143
So I went in class_gcbos.php and in line 128 found this
$done = call_user_func($command['function'], $this, $command, $params, $message, &$output);
There's an extra & right before $output... removed it, reuploaded it and it worked just fine =D
However... it's still showing the text with the "typewriter effect" and takes forever to load all the messages =S
Is there a way to disable it???
I had this issue to. Removing the "&" before $output solved it for me too. If it's suppose to be there, why is it causing errors?
Videx
01-21-2010, 01:31 AM
Installed, but needs a few things to make it functional.
An idle time out is mandatory, otherwise it's a chatbox, not a shoutbox.
A rolling 24 hour archive, so people can look back and see what's being talked about.Eventually more editor functions would be nice like formatted text.
Videx
01-21-2010, 01:33 AM
okay uploaded everything and installed the product but it doesn't show up need help.That's much too vague for us to help. Usually this happens if you skip a step somewhere. Try reinstalling, making sure to follow each step carefully. Double check that your usergroups have permission to see the box, and that you've put the call somewhere in a template so that it's viewable.
Charlie98902
01-21-2010, 01:51 AM
Videx maybe he didn't do the template edit? Just a thought with what little he posted.
volarium
01-21-2010, 02:09 AM
I had this issue to. Removing the "&" before $output solved it for me too. If it's suppose to be there, why is it causing errors?
Thanks!
movslow
01-21-2010, 04:37 AM
Bump.
Still getting the same error in the chatbox.
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of call_user_func(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /xxxx/includes/class_gcbos.php on line 128
At the top of this page, you say this
PHP 5.3
For GCBOS to work with PHP 5.3 you must have
allow_call_time_pass_reference
set to On
Where??
Nothing is said in the readme?
:confused::confused::confused:
dieKetzer
01-21-2010, 04:45 AM
allow_call_time_pass_reference refers to a setting in php.ini.
in your vb admincp, go to maintenance > view php info. find 'allow_call_time_pass_reference' and see if it is set to 'on'.
if it is not you will need to talk to your host.
beacher
01-21-2010, 06:46 AM
upgrade and work like a charm ;) thanks and keep up the good work ;)
beacher
01-21-2010, 08:02 AM
just an update: the italian characters ° and à have been showed like a mess
MyChemicalSelf
01-21-2010, 08:08 AM
I had this issue to. Removing the "&" before $output solved it for me too. If it's suppose to be there, why is it causing errors?
Its not an 'error' as such its a warning in PHP5.3 they depreciated referencing and i haven't got round to recoding GCBOS's commands and core to work without them. For now all that can be done is enabling referencing in php.ini or doing it with ini_set (some hosts disallow this).
anaksimandros
01-21-2010, 08:30 AM
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
$message = trim($_POST['message']);
Altına Ekle/Add below
$vbturkocom = array(
'Ü'=>'?',
'ü'=>'?',
'Ä'=>'?',
'ä'=>'?',
'ß'=>'?',
'ö'=>'?',
'Ö'=>'?',
'ç'=>'?',
'Ç'=>'?',
'ğ'=>'?',
'Ğ'=>'?',
'ş'=>'?',
'Ş'=>'?',
'ı'=>'?',
'İ'=>'?',
'?r'=>'?',
'?c'=>'?',
'€'=>'?'
);
$message = strtr($message, $vbturkocom);
Demo: http://www.yilmazweb.com/test/forum.php
?ok teşekk?r ederim abi.
thank you my brother
HansMuenchen
01-21-2010, 08:39 AM
Great.....reinstalled .7 or whatever the latest release was..and it errored out on install.
Now in my chatbox it shows this over and over.
Here at me too, "Header already send" and the messages also be shown
HansMuenchen
01-21-2010, 09:08 AM
?ok teşekk?r ederim abi.
thank you my brother
Don't work for me :(
movslow
01-21-2010, 12:07 PM
allow_call_time_pass_reference refers to a setting in php.ini.
in your vb admincp, go to maintenance > view php info. find 'allow_call_time_pass_reference' and see if it is set to 'on'.
if it is not you will need to talk to your host.
Thank your for an explanation.
However when I view my php.ini through admin cp, it's just an output of that file, no changes can be made.
Directive Local Value Master Value
allow_call_time_pass_reference Off Off
Where do I go to change this?
I'm not sure I understand the need for this reference, as I'm only using PHP Version 5.2.6.
digibyte
01-21-2010, 12:10 PM
Is it possible to add a menu block "Chat" or "Chatbox" besides the existing menu blocks "Home", "Forum", "Blogs", "What's New?". This block should link to a full-page chatbox version. There can be an option in the admin panel to enable/disable this menu block.
movslow
01-21-2010, 12:28 PM
Well after chatting w/my hosting provider, they will not make changes to the php.ini file.
So I assume that leaves us S.O.L.
movslow
01-21-2010, 12:35 PM
I went ahead and removed the & in front of output in the class_gcbos file.
Seems to be working so far...so we shall see.
SpongeBob71
01-21-2010, 12:45 PM
allow_call_time_pass_reference refers to a setting in php.ini.
in your vb admincp, go to maintenance > view php info. find 'allow_call_time_pass_reference' and see if it is set to 'on'.
if it is not you will need to talk to your host.
I have the same error message....Uninstalled for now.
-Sponge
dangerin
01-21-2010, 12:52 PM
after installing the chat i've this error :
Warning: Invalid argument supplied for foreach() in [path]/includes/functions.php on line 4760
what can be happened ?
cbiweb
01-21-2010, 02:09 PM
I don't know if this was addressed already, but every message in the chat box looks like this:
#1:06 pm (username)> blah bah
See the 'pm' before the name? That's all I see, but I've never used the /pm command. It started like that from the time I installed. Any ideas?
fromtheflames
01-21-2010, 02:09 PM
hello, thanks for this mod
May I suggest you to use the locale settings for formatting the time in chat?
thank you
thomas
MyChemicalSelf
01-21-2010, 02:13 PM
I don't know if this was addressed already, but every message in the chat box looks like this:
#1:06 pm (username)> blah bah
See the 'pm' before the name? That's all I see, but I've never used the /pm command. It started like that from the time I installed. Any ideas?
The pm is the time in 12 hour format 1:06 am and 1:06pm ya see
cbiweb
01-21-2010, 02:23 PM
Ah, okay! LOL... my bad.
Ju4nCh0
01-21-2010, 02:25 PM
after installing the chat i've this error :
Warning: Invalid argument supplied for foreach() in [path]/includes/functions.php on line 4760
what can be happened ?
I had the exact same issue... that seems to be an incompatibility issue with the "VSa - Login To User Account" plugin... i disabled it and the error went away.
kiwi1342
01-21-2010, 03:30 PM
it doesn't seem like the messages appear immediately like stated few pages ago
you can see what I mean here http://www.cryrulez.net/forum/forum.php
the alert of new messages doens't work too (yes it's enabled)
:(
also as said from other people it's necessary a history of all messages and it should be lighter... choose font color etc
kiwi1342
01-21-2010, 03:39 PM
I don't know if this was addressed already, but every message in the chat box looks like this:
#1:06 pm (username)> blah bah
See the 'pm' before the name? That's all I see, but I've never used the /pm command. It started like that from the time I installed. Any ideas?
to change it into the "normal" format 19:00 open the file class_gcbos.php in the include folder that you uploaded.
Search for vbdate and where it says 'h:i a' put 'H:i'.
It takes few refreshes to the change to apply
Videx
01-21-2010, 06:30 PM
Bug report: Regular users just reported seeing notification of a thread to a private moderators forum! I may have to disable this unless there's a setting somewhere to prevent this?
dieKetzer
01-22-2010, 04:09 AM
hi. the php info page in admin cp is a reference only, using a built in php command to output your server configuration for you to inspect for debugging purposes. php.ini is a separate file used to configure php, typically located well out of reach. some hosts do allow you to upload your own php.ini to override and change some options, but they are few and far between.Thank your for an explanation.
However when I view my php.ini through admin cp, it's just an output of that file, no changes can be made.
Directive Local Value Master Value
allow_call_time_pass_reference Off Off
Where do I go to change this?
I'm not sure I understand the need for this reference, as I'm only using PHP Version 5.2.6.
rizelim
01-22-2010, 06:43 AM
names of characters in error chatbox ta member is.
#10:04 am 052mor�im�ek>
Matais
01-22-2010, 09:26 AM
I am trying to remove the "roll" "typing" effect and make new messages appear at the top, does anyone have any ideas how to do this?
I have altered it so when you first load the shoutbox new messages appear at the top but when you post a new one it appears at the bottom, I did this by editing the fetch_messages function in class_gbcos.php
armthehomeless1
01-22-2010, 09:59 AM
hey MyChemicalSelf, 1st great mod love the simplicity of ur product.
that aside..few issues i have
1. when putting the chatbox anywhere besides forumhome(ie. navbar) i get these wierd errors
"#/delmessage]23/30/User/pm]>It shows the code/edit]/message]"
2.how do i change the time stamp from military to standard?
again, tnks for the mod.
edit: running on vb 4.0.1
I too am having this issue, but only on 'SHOWTHREAD'. FORUMHOME and FORUMDISPLAY work fine.
Davidinh
01-22-2010, 10:13 AM
how can i change particular font style on GCBOS
some character of unicode is not shown right
I thought is a font issure because the rest of place on my site are okay
so, somebody can tell me how i set or assigned the font style on it
thanks.
.... it will set arial, tahoma
cloferba
01-22-2010, 10:31 AM
i get this error after send an infraction:
Fatal error: Cannot redeclare gcbos_command_impersonate() (previously declared in includes/class_gcbos.php(49) : eval()'d code:22) in includes/class_gcbos.php(49) : eval()'d code on line 35
on url
infraction.php?do=update
HansMuenchen
01-22-2010, 10:58 AM
how can i change particular font style on GCBOS
some character of unicode is not shown right
I thought is a font issure because the rest of place on my site are okay
so, somebody can tell me how i set or assigned the font style on it
thanks.
.... it will set arial, tahoma
Also waiting for a answer to that, because need unicode for the german umlaute ???? etc.
Also would be interesting to set the font size bigger.
But ok let's wait and see. I used before the MGC Chatbox (https://vborg.vbsupport.ru/showthread.php?t=168992&highlight=shout) (not updated now) and never had such Problems like with that mod.
Greetings
Hans
kiwi1342
01-22-2010, 01:03 PM
Today the chat disappeared. I can't display it anymore. I reinstalled the latest version, the previous version, deleted old files manually etc. but still no luck.
What's going on???
kiwi1342
01-22-2010, 01:08 PM
I fixed with usergroup permission but I canpt understand how it disappeared the first time
update:
I lastly installed the previous version 6.10 but it seems like I have the latest version with alerts on new topics....
Moondust
01-22-2010, 01:18 PM
Hi,
i have install the newest DL and i see the Chatbox in my Forum - but when i will Submit a Text..... no working.
Greetings
Moondust
Davidinh
01-22-2010, 01:42 PM
Also waiting for a answer to that, because need unicode for the german umlaute ???? etc.
Also would be interesting to set the font size bigger.
But ok let's wait and see. I used before the MGC Chatbox (https://vborg.vbsupport.ru/showthread.php?t=168992&highlight=shout) (not updated now) and never had such Problems like with that mod.
Greetings
Hans
well within version 3.x of vbb no problem at all
i am using Shoutbox V2.x
With a new version 4 of vbb it causes a lot of structure code imcompatible
so that's a problem for everyone
MyChemicalSelf
01-22-2010, 02:41 PM
Bug report: Regular users just reported seeing notification of a thread to a private moderators forum! I may have to disable this unless there's a setting somewhere to prevent this?
How is that a bug? If you look at the readme i added that you have to add the forum id into the filter.... you seriously dont expect me to do it for you?
Matais
01-22-2010, 02:47 PM
Please can anyone tell me how to remove the type write effect?
I don't mind it on new shouts though, just not when it first fetches them.
Videx
01-22-2010, 03:08 PM
How is that a bug? If you look at the readme i added that you have to add the forum id into the filter.... you seriously dont expect me to do it for you?Ah. This bug is clearly with me then! I also didn't notice the option right above that to just turn off new topic alerts entirely. Thanks for the reminder.
PukkaBen
01-22-2010, 03:32 PM
Before I install this, can I add this to a totally separate page? If I build a page and add it to a template, will it work?
HansMuenchen
01-22-2010, 04:12 PM
well within version 3.x of vbb no problem at all
i am using Shoutbox V2.x
With a new version 4 of vbb it causes a lot of structure code imcompatible
so that's a problem for everyone
My biggest Problem is now that because my board is in german language the code settings, means that the transformation format don't can handle signs like ????
When I typ ??? for example I become : ÄÖÜ
The other things I figured now out how to disable when they are not needed.
Greetings
Hans
calvert
01-22-2010, 05:08 PM
New version supports the letters, Hans.
My problem now is the Time. We don't use dates like 7:30 pm, we're writing 19:30. For the next version it would be great to have a configure option for that.
Thank you !!!!!
:)
Muggz562
01-22-2010, 06:24 PM
hmm for some reason I cannot get this to show up on my forum. I followed the Instructions and nothing.
cloferba
01-22-2010, 09:34 PM
How is that a bug? If you look at the readme i added that you have to add the forum id into the filter.... you seriously dont expect me to do it for you?
hi chemical....would you like to help me with this error?
i get this error after send an infraction:
Fatal error: Cannot redeclare gcbos_command_impersonate() (previously declared in includes/class_gcbos.php(49) : eval()'d code:22) in includes/class_gcbos.php(49) : eval()'d code on line 35
on url
infraction.php?do=update
https://vborg.vbsupport.ru/showpost.php?p=1963259&postcount=714
thank you very much, i think this is a bug
BTW, just upgraded to vB4, this is working just fine.
Can't wait for the updates though and the removal of the "typewriter" effect. ;)
Thanks much for your work!
rlvassallo
01-22-2010, 11:27 PM
hmm for some reason I cannot get this to show up on my forum. I followed the Instructions and nothing.
I'm having the same issue on a clean install of vb4suite
cbiweb
01-23-2010, 12:17 AM
I'm getting reports from one of my clients that the chat is randomly filling up with the HTML source code of the page it's on. I saw this happening myself a couple nights ago, so I completely ripped it out and reinstalled clean. Now it's happening again. I'm running vB4 and the most recent version of this add-on. Any suggestions?
cloferba
01-23-2010, 12:45 AM
anybody has same issue?
i get this error after send an infraction:
Fatal error: Cannot redeclare gcbos_command_impersonate() (previously declared in includes/class_gcbos.php(49) : eval()'d code:22) in includes/class_gcbos.php(49) : eval()'d code on line 35
on url
infraction.php?do=update
dante_hd
01-23-2010, 01:27 AM
Quite strange: GCBOS is only working when using http://www.url-of-my-board.com and not with http://url-of-my-board.com
Will there be any fix for that issue?
Cheers,
Stefan
dante_hd
01-23-2010, 01:36 AM
Quick and dirty solution: htaccess + mod-rewrite.
cbiweb
01-23-2010, 03:34 PM
I'm getting reports from one of my clients that the chat is randomly filling up with the HTML source code of the page it's on. I saw this happening myself a couple nights ago, so I completely ripped it out and reinstalled clean. Now it's happening again. I'm running vB4 and the most recent version of this add-on. Any suggestions?
I seriously need some help with this. Here's a screenshot of what's happening (http://cbiweb.com/stuff/chatcrap.png). My client is getting a little impatient, and doesn't seem to believe that I have no idea what to do. Has anyone ever seen this before? Does anyone know how to fix it?
Videx
01-23-2010, 03:53 PM
I seriously need some help with this. You haven't given us much to go on. My first wild guess would be that you put the call in the wrong place. But you may also be trying to install it on a wrong version of vb4, I dunno. Have you tried disabling all your other mods? Can we at least assume the forum works okay when you remove the shoutbox call?
cbiweb
01-23-2010, 04:08 PM
Not much to go on? lol... The chat starts filling up with HTML source code, and you can see what it does to the chat window in the screenshot, what more can I say? It's been installed for a few weeks, and only a few days ago this started happening, and I haven't made any changes at all on the forums. No further add-ons, no customizations, nothing. Not sure how the shoutbox call can be in the wrong place? It should be able to placed almost anywhere, right? I have it at the very end of the navbar template to make it show up on every page.
mfbmike
01-23-2010, 04:55 PM
That was happening to me when I was hogging excessive resources from my web host/server cbi. Check your email. You could be at risk for having your account suspended.
I wish there was a lightweight version of this script. I get in trouble with my web host for using GCBOS because I'm on a shared server.
cbiweb
01-23-2010, 05:09 PM
Okay, thanks for the info. :)
JaredMarino
01-23-2010, 11:03 PM
I don't know if this is in this thread somewhere but muted members can get around it by the "/me" code
:|
junaid
01-24-2010, 03:17 AM
when give infractions to a member
following error
Fatal error: Cannot redeclare gcbos_command_impersonate() (previously declared in /home/xxxx/public_html/includes/class_gcbos.php(49) : eval()'d code:22) in /home/xxxx/public_html/includes/class_gcbos.php(49) : eval()'d code on line 35
indiancinema
01-24-2010, 12:46 PM
getting same error message, while trying to give warning to users through normal thread
Fatal error: Cannot redeclare gcbos_command_impersonate() (previously declared in /home/xxxx/public_html/myboard/includes/class_gcbos.php(49) : eval()'d code:22) in /home/xxxx/public_html/myboard/includes/class_gcbos.php(49) : eval()'d code on line 35
Videx
01-24-2010, 02:51 PM
Cannot redeclare gcbos_command_impersonate()Just a thought, but as a temporary fix, have you guys tried disabling "Can Impersonate Other People" in the usergroup settings?
e36freak
01-25-2010, 08:14 AM
The new version was not running proberly on my webpage - getting the same errormessage as some other uses reported. I changed the changes back to the old version 0.6.10 - now it works again.
Moondust
01-25-2010, 09:53 AM
"Display an Alert on a new topic" this is nice....
can you modify this that all Answers to a Topic Display in Chat ? Also only a Message User xxx has post in Thread XXX ?
Sorry for my BAD english.
hohleweg
01-25-2010, 10:50 AM
Hi
Greatbox!
but i dont want that the user see:
xxx has posted the thread test
can i adjust it?
Greetings Jo
kiwi1342
01-25-2010, 12:35 PM
edit: wrong thread
Videx
01-25-2010, 03:42 PM
Hi
Greatbox!
but i dont want that the user see:Yes, if you read the last page you already saw me get chewed out for missing theses options. AdminCP>Settings>Options>GCBOS> at the bottom you can turn off topic alerts or list forums you don't want included. However, there is currently no way to turn off the PM notices.
Siyico
01-25-2010, 07:55 PM
This shoutbox is okay. It would be nice to see it have a lot more qualitys when it comes out of beta. For example more like Inferno.
J105C
01-25-2010, 10:12 PM
I'm getting the following error, it just repeats itself. I am unable to post a shout:
Warning: ini_set() has been disabled for security reasons in /home/futu32k/public_html/gcbos.php on line 3
Warning: ini_set() has been disabled for security reasons in [path]/includes/class_gcbos.php on line 3
Warning: Cannot modify header information - headers already sent by (output started at [path]/gcbos.php:3) in [path]/gcbos.php on line 143
What settings do I need to change on my VPS server to fix this?
Edit: Nevermind, fixed it! ;)
Bouncer222
01-25-2010, 11:25 PM
**REQUEST!**
May I make a suggestion that you PLEASE add a sound notifier for the chatbox, when something is posted in chatbox, such as a new thread/post/or simple text by a user, a sound is played.
This is helpful if you're not looking at the site at the moment and maybe waiting for someone to go onto the chatbox or w/e your cause is..
Possible to do this?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.