View Full Version : Chat Modifications - [Shout/Chatbox 0.7.06] GCBOS - Generic Chat Box Operating System
MyChemicalSelf
11-14-2009, 10:00 PM
GCBOS - Generic Chat Box Operating System
by VertiCode UK (http://www.verticode.net/)
GCBOS is a command-based chat client written in PHP for vBulletin 3 & 4, the original modification was written by dinnerbone for vBulletin 3.7.
Versions:
-vBulletin 3.8 (https://vborg.vbsupport.ru/showthread.php?t=240659)
Features:
-Commands
-Topic and Reply notifications
-Simple to use commands
-Chat permissions
-Hide chatbox from usergroups
-Allow guests to view
-The ability to use similes and BB code
-Show who is using GCBOS on who's online
-Edit and delete messages
-Ability to prune the chat
Demo:
Otaku Studios (http://www.otaku-studios.com)
Commands:
- Impersonate: Makes <user> say <message ...>
- Usage: /say <user> <message ...>
- Example: /say "Basfreak" I like to touch myself at night.
- Mute User: Mutes <user>, preventing them from talking.
- Usage: /mute <user ..>
- Example: /mute Forum Troll
- Unmute User: Unmutes <user>, allowing them to talk.
- Usage: /unmute <user ..>
- Example: /unmute Forum Troll
- Edit Message: Edits message <messageid>, setting the new text to <message ..>
- Usage: /edit <messageid> <message ..>
- Example: /edit 1337 I'm in your message, stealing your texts.
- Delete message: Deletes message <messageid>.
- Usage: /delete <messageid>
- Example: /delete 1497
- Toggle Truesight: If enabled allows you to see who actually sent a message
- Usage: /truesight <0 or 1>
- Example: /truesight 1
- Clear Messages: Clears GCBOS, deleting all messages. Only you will see this.
- Usage: /clear
- Example: /clear
- List Muted Users: Lists all muted users
- Usage: /listmuted
- Example: /listmuted
- Private Message: Sends a private message to <user>
- Usage: /pm <user> <message ...>
- Example: /pm "Kanye West" Do you like fishsticks?
- List Ignored: Lists all users you are currently ignoring
- Usage: /listignores
- Example: /listignores
- Ignore User: Ignores all messages from <username ...>, preventing them from showing.
- Usage: /ignore <username ...>
- Example: /ignore Just Another Forum Troll
- Unignore User: Stops messages from <username ...> from being ignored.
- Usage: /unignore <username ...>
- Example: /unignore Dinnerbone
- Set Notice: Sets the notice to <notice>
- Usage: /notice <message ..>
- Example: /notice Welcome your new overlords!
- User Action: Perform an action, useful for role playing.
- Usage: /me <action ...>
- Example: /me dances
- Help: Displays this help menu
- Usage: /help
- Example: /help
- Prune Messages: Deletes all messages in GCBOS, this cannot be undone
- Usage: /prune
- Example: /prune
When using a command with 'parameters', you may either enter each parameter in the form of:
/command param1 param2 param3
However if the parameter contains spaces you must enclose it in quotes, such as:
/command "parameter 1" 'parameter2' param3.
You may edit messages by double clicking on them (If you have permission to do so), delete messages by clicking on the '#' in front of your messages, send a user a private message by single clicking their name, or speed up/slow down the speed messages are typed at by pressing the 'up' or 'down' arrow keys on your keyboard.
License:
GCBOS was released under the MPL on google code please see http://www.mozilla.org/MPL/MPL-1.1.html or view LICENSE.txt
Compatibility:
-vBulletin 4.x
-IIS7
-Apache2
-Litespeed webserver
-PHP 5.2.x
-PHP 5.3 (if references are enabled)
PHP 5.3
For GCBOS to work with PHP 5.3 you must have
allow_call_time_pass_reference set to On
Install:
-Upload the contents of the upload folder
-Import product-gcbos.xml
-Set usergroup permissions
-Insert <!-- {SHOUTBOX} --> into the template you want it to display in (EG FORUMHOME, FORUMDISPLAY) or at the bottom of navbar
-Navigate to vBulletin Settings->GCBOS set the forum restrictions to disable topic notifications or disable them by selecting no
-For 0.7.07 and above i reccomend installing the following modification (https://vborg.vbsupport.ru/showthread.php?t=228507) to add GCBOS to your navbar (http://yoursite.com/forums/gcbos.php?action=page).
Upgrade:
-Overwrite all files then import the product
-Edit permissions as required
MyChemicalSelf
11-15-2009, 09:07 PM
Change-log:
-0.6
--Working on vB4
--Recoded style
-0.6.2
--Improvements to style
--Added submit button
--Fixed template bug
-0.6.3
--Changed the style of /me
--Fixed new template bugs that caused the submit button to display incorrectly
-0.6.4
--Fixed Who's online location
-0.6.5
--Fixed a HTML issue that caused issues on some browsers (un needed table tag, unsure how it got left in)
--Fixed an extra tag in enlarge or shrink options
--Reduced the amount of AJAX requests made
-0.6.6
--Fixed an issues with PHP 5.3
-0.6.6 PL1
--Fixed a issue with older versions of Internet Explorer
-0.6.7
--Fixed an issue with vBulletin CMS
--Fixed an issue with PHP 5.3
--Fixed bad version number
-0.6.8
--Issue with forums loading
--First shout on installation
--Minor tweaks
-0.6.9
---This version shows messages instantly and does not type them, in the next day or so i will upload a dual version that allows you to choose your preference.
--Fixed template error
--Adjusted template to work with the sidebar
--Change JS settings
--Changed style of shouts
--Changed style of PM's
--Added permissions for /impersonate and /truesight
--Changed Messages to show instantly (I will provide a typing version and instant at a later date)
--Added phrases
-0.6.10
--Changed the way the product is displayed
--Fixed compatibility issues with other products
--Fixed depreciated issues with PHP 5.3
--Fixed a template issue
-0.7.06 (0.7 Gold / Final)
--Fixes for broken commands in 0.6.10
--Alert on new topic
--Messages display instantly
--Check README for instructions on PHP5.3+
--Fixed an xml error
--Fixed SQL error
--Fixed template errors
--Optimised for vB4
--Removed vB3 specific code
--Fixed a white screen (php error) when infracting users
--Added topic reply notifications
--Fixed a 'important' issue with topic reply notifications
--Option to disable notifications for New topics and New reply's individually
--Fixed gcbos showing post editing as a reply
--UTF8 support (i have tested English characters and Arabic on my iis7 install) and Macheath confirmed it working on her site.
-0.7.07
--GCBOS Page: http://yoursite.com/forum/gcbos.php?action=page
--Fixes for PHP5.3
-0.7.08
--Added support for vBulletin 3.x
-0.8
-- Fixed comand system (/help /listmuted /clear now work again)
-- Updated the vBulletin 3.x version to be in lockstep with the vB4 build
-0.8.02
--Fixed known issues with vBCMS
FAQ
Q: My board uses UTF-8 or another nonstandard charset how can i fix this?
A: because UTF-8 is not vBulletin's default charset the data is incorrectly displayed. The fastest way to fix this is to open your admin panel select "Languages and Phrases" then Language Manager. Now hit edit settings on the language you are using and 7 options down you will see "HTML Character Set" change this to UTF-8 (default is ISO-8859-1).
Q: GCBOS always says loading how can i fix this?
A: The header include hooks is either missing or not working simply view your pages source and check if you can see gcbos.js if you cant please re-read the installation instructions and make sure all the steps have been followed.
Q: My host uses PHP 5.3 or above how do i make GCBOS work?
A: It should work by default (GCBOS sets 'allow_call_time_pass_reference' to on at runtime) if this doesnt work consult your host
Support
If you encounter any bugs please post as much detail as possible to help me find a solution this includes SQL errors and screen shots if you are not comfortable posting the error please PM me.
Charlie98902
11-15-2009, 09:07 PM
This may be useful later. Tagged.
David Regimbal
11-15-2009, 10:05 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
MalluParadise
11-15-2009, 11:18 PM
Can u add smiles ,Bold ,Italic , color and Font option
MyChemicalSelf
11-16-2009, 06:21 AM
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 never seen this before can you post a screen shot/ a link to thesite so I can take a look? If it's what I think it is it's a feature as the original developer intended it to be a command line system.
Can u add smiles ,Bold ,Italic , color and Font option
I plan on adding a font option later today, but if people encounter bugs i will fix those first :) I beloved smilies work though but there is not an editor to show them as of yet.
This site realy needs a mobile style >_>
Vackrick
11-16-2009, 07:01 AM
it keep saying loading...
gothicuser
11-16-2009, 08:38 AM
What an eye opener. This is really nice, thankyou very much :D
sematopdemir
11-16-2009, 08:48 AM
Thanks
Kolbi
11-16-2009, 09:55 AM
How much ressources does your chat system need?
MyChemicalSelf
11-16-2009, 10:13 AM
How much ressources does your chat system need?
From what I remember not that much, the original developer used it on a rather large site with no noticeable changes.
@above if it still shows loading you need to add the hook to headinclude.
abdobasha2004
11-16-2009, 11:14 AM
reserved
it was very popular for 3.8
I expect also for vb4
Vackrick
11-16-2009, 11:29 AM
Hey when i install the shoutbox it wrking fine the install when smoothly
when i go forum home see the shoutbox
it give me loading...
Alucard^
11-16-2009, 11:34 AM
I can't found the version for 3.8, someone can give me the link? or is a private addon?
MyChemicalSelf
11-16-2009, 12:52 PM
I can't found the version for 3.8, someone can give me the link? or is a private addon?
GSBOS the predecesor was released here or if you check the google code page (it's linked in the first post) you can find GCBOS for 3.8
About the font editor etc, i have an idea of how to code it but how would you like me to lay it out? Eg: B, U, I / Color picker in the notice bar or?
Update
Uploaded 0.6.4 fixes the who's online location issue.
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
Coming back to this you mean when you edit a message the input box shows /edit <message_id> <message_body> and delete shows /delete <message_id> ? If so this is an intended feature of the original developer as this is ment to be a command line system like IRC (ish).
macheath
11-16-2009, 01:55 PM
Looks very nice, tagged.
meissenation
11-16-2009, 02:16 PM
Thank you for taking time to make this. I really am interested in the IRC functionality that you have planned.
Kocuce
11-16-2009, 04:29 PM
"#20/23/bigahega> türkçe karakter yok "
Something wrong with UTF-8?
MyChemicalSelf
11-16-2009, 05:15 PM
"#20/23/bigahega> türkçe karakter yok "
Something wrong with UTF-8?
Should be fine what language are you using? I have a hunch what it might be though.
milaszewski
11-16-2009, 05:17 PM
what code should be put into a HTML widget in order to have the chat as a widget?
MyChemicalSelf
11-16-2009, 05:31 PM
what code should be put into a HTML widget in order to have the chat as a widget?
I will take a look into this later should be rather easy :)
About UTF8 Support i have replicated the problem and i will work on finding a fix.
Kocuce
11-16-2009, 05:49 PM
Should be fine what language are you using? I have a munch what it might be though.
I'm using Turkish.
As far as you've managed to replicate, I'm waiting the fix then :p
MyChemicalSelf
11-16-2009, 06:19 PM
I'm using Turkish.
As far as you've managed to replicate, I'm waiting the fix then :p
Found a fix :) because UTF-8 is not vBulletin's default charset the data is incorrectly displayed the fastest way to fix this is to open your admin panel select "Languages and Phrases" then Language Manager. Now hit edit settings on the language you are using and 7 options down you will see "HTML Character Set" change this to UTF-8 (default is ISO-8859-1).
https://vborg.vbsupport.ru/attachment.php?attachmentid=106216&d=1258403651
Added FAQ to first post. Some time tomorrow i will be uploading a fix to gcbos.js this simply reduces the amount of AJAX requests made to the server and should make this more suitable for larger boards. The difference is not visible but will reduce server load when it counts.
Kocuce
11-16-2009, 06:41 PM
Default charset was ISO-8859-9 here. When I change it to UTF-8, yes as you've said it works but everything except the chat breaks down. You can see it in the attachment.
MyChemicalSelf
11-16-2009, 06:48 PM
Default charset was ISO-8859-9 here. When I change it to UTF-8, yes as you've said it works but everything except the chat breaks down. You can see it in the attachment.
I shall have a look on my test board sorry for the inconvenience. How odd seems to work for me, do you know what the collation of your database is? As that's the only thing i can see it being.
https://vborg.vbsupport.ru/external/2009/11/10.png
Kocuce
11-16-2009, 06:52 PM
I shall have a look on my test board sorry for the inconvenience
Nema problema. I hope you can find another fix.
I've looked to my tables and they are utf8_general_ci.
MyChemicalSelf
11-16-2009, 06:56 PM
seems to work for me using some turkish i found on the net (i have my sql server set to UTF-8 aswell as boards). Im currently out of ideas towards this i shall ask around a few people i know who might have an answer :)
Kocuce
11-16-2009, 07:10 PM
Interesting it really looks fine from your images but not like here. There is nothing to do but waiting then.
cjwzx2
11-16-2009, 08:02 PM
I've found that using this chatbox inside a style breaks IE rendering on pages the chatbox is displayed on. Renders fine in Chrome & FireFox. What's the deal?
MyChemicalSelf
11-16-2009, 08:16 PM
I've found that using this chatbox inside a style breaks IE rendering on pages the chatbox is displayed on. Renders fine in Chrome & FireFox. What's the deal?
I cant test on IE as i have no windows machine 8-) and the general vBulletin style hardly work on IE atm. Last time my testers used it IE reported fine what exactly is the error. If youc an provide a screen shot that would help :)
cjwzx2
11-16-2009, 08:25 PM
I cant test on IE as i have no windows machine 8-) and the general vBulletin style hardly work on IE atm. Last time my testers used it IE reported fine what exactly is the error. If youc an provide a screen shot that would help :)
It basically looks like a blank page. I haven't had a change to look through the GCBOS template but I'm wondering if we don't have an open tag or something. Here's a SS:
http://pics.fullavit.com/vb_bugs/ss1.png
http://pics.fullavit.com/vb_bugs/ss2.png
Basically, nothing of the page renders right, it's empty til the footer information. If I do a view source, the source is there...
MyChemicalSelf
11-16-2009, 08:37 PM
It basically looks like a blank page. I haven't had a change to look through the GCBOS template but I'm wondering if we don't have an open tag or something. Here's a SS:
http://pics.fullavit.com/vb_bugs/ss1.png
http://pics.fullavit.com/vb_bugs/ss2.png
Basically, nothing of the page renders right, it's empty til the footer information. If I do a view source, the source is there...
If GCBOS is installed correctly it only hooks just under the text that on your site says Welcome to teamzxq.com so from that it looks like either a vB error or another addon your using.
cjwzx2
11-16-2009, 08:40 PM
If GCBOS is installed correctly it only hooks just under the text that on your site says Welcome to teamzxq.com so from that it looks like either a vB error or another addon your using.
It doesn't matter where I put the hook, it does it no matter what on any IE version. The only other plugin installed is the uCash plugin, and I highly doubt it's the cause, it doesn't touch those templates.
MyChemicalSelf
11-16-2009, 08:51 PM
It doesn't matter where I put the hook, it does it no matter what on any IE version. The only other plugin installed is the uCash plugin, and I highly doubt it's the cause, it doesn't touch those templates.
One of my mates has just tested it and it seems fine (just no rounded edges). Uploading screens now :)
https://vborg.vbsupport.ru/external/2009/11/9.png
cjwzx2
11-16-2009, 09:06 PM
Weird... back to the drawing board.
David Regimbal
11-16-2009, 09:06 PM
I'm using the English language. It's not when I edit a message, though when someone posts a message that it appears like this:
#/delmessage]00/06/user/pm]>my text i posted/edit]/message]
When posted and after refreshing the page, the already posted comments take a while to appear, like its almost writing what was posted.
MyChemicalSelf
11-16-2009, 09:10 PM
How odd have you tried upgrading to a newer version? I havent seen anything like it before on IIS or Apache (localhost and production server). And did it occour before or after template edits (i think its been edited) ;P
David Regimbal
11-16-2009, 09:15 PM
I have not made any template edits to the mod. Though, I have changed the colors of the forum from white to another color. Here are my specs:
Server Type: Linux
Web Server: Apache (cgi)
PHP 5.2.11
PHP Max Post Size: 8.00 MB
PHP Maximum Upload Size: 100.00 MB
PHP Memory Limit: 128.00 MB
MySQL Version: 5.0.81-community-log
MySQL Packet Size: 1.00 MB
I have updated to your latest version.
MyChemicalSelf
11-16-2009, 09:27 PM
I have not made any template edits to the mod. Though, I have changed the colors of the forum from white to another color. Here are my specs:
Server Type: Linux
Web Server: Apache (cgi)
PHP 5.2.11
PHP Max Post Size: 8.00 MB
PHP Maximum Upload Size: 100.00 MB
PHP Memory Limit: 128.00 MB
MySQL Version: 5.0.81-community-log
MySQL Packet Size: 1.00 MB
I have updated to your latest version.
How odd virtually identical to my setup, only thing i can think of the file has gone corrupt during the upload but i doubt it would happen two installs in a row.
David Regimbal
11-16-2009, 10:05 PM
Does it need its own language file? I know chat things I used in the past required an overwrite of the current language file.
MyChemicalSelf
11-16-2009, 10:08 PM
Does it need its own language file? I know chat things I used in the past required an overwrite of the current language file.
Nah not at all it adds a few phrases and thats it :)
cjwzx2
11-16-2009, 10:57 PM
MyChemicalSelf:
I updated to your latest version. I checked your template GCBOS and you're not closing the <table> tag, that's why my IE sessions are freaking out. After I terminate it I no longer get a huge blank screen, but in IE the chatbox still doesn't render (but at least the rest of the page does).
Ideas? I mean... this is every single IE install on multiple machines, and I have no other VB plugins enabled. If you need a Windows box to test on, I can set up a VM for you if you like.
AzzidReign
11-17-2009, 03:55 AM
Thank you for this!
MyChemicalSelf
11-17-2009, 06:26 AM
MyChemicalSelf:
I updated to your latest version. I checked your template GCBOS and you're not closing the <table> tag, that's why my IE sessions are freaking out. After I terminate it I no longer get a huge blank screen, but in IE the chatbox still doesn't render (but at least the rest of the page does).
Ideas? I mean... this is every single IE install on multiple machines, and I have no other VB plugins enabled. If you need a Windows box to test on, I can set up a VM for you if you like.
Ah hadn't thought of a broken tag, I will take a look at it when I get home.
kapii
11-17-2009, 06:59 AM
Bit of a problem... I don't know if anyone else has it or not... Should be minor, if I knew where to look... :)
When text is entered for chat, the results are:
#02/37/<span style="font:; color: #FF0000;">Admin</font>> Test
Any ideas for the remedy this?
Thanks
Using vB4.0B3 and FireFox 3.0.15
MyChemicalSelf
11-17-2009, 09:48 AM
If I remember right it's in class_gcbos.pho
MyChemicalSelf
11-17-2009, 01:33 PM
Bit of a problem... I don't know if anyone else has it or not... Should be minor, if I knew where to look... :)
When text is entered for chat, the results are:
#02/37/<span style="font:; color: #FF0000;">Admin</font>> Test
Any ideas for the remedy this?
Thanks
Using vB4.0B3 and FireFox 3.0.15
I think that is how you have set up your usergroup markup as mine works perfectly
<span style="font-weight: bold;">Jordan</span> is what is displaying for me. (in the source).
SİMAR
11-17-2009, 01:37 PM
Thanks
MyChemicalSelf
11-17-2009, 01:45 PM
Issues with IE6 should be fixed by this release if there are still issues please provide as much information as possible. I have also changed the ammount of requests made to help make the server footprint smaller.
cjwzx2
11-17-2009, 10:44 PM
I'm still saddened to say that the default GCBOS template provided doesn't close <table> tag, so I have to close it myself. Also saddened to say that even though it now works in IE8, it doesn't work in IE6/7. I don't even get an error message, it simply doesn't render...
VonDoom
11-18-2009, 12:38 AM
Thanks. Its great to see a chat solution so early in the beta.
Alucard^
11-18-2009, 04:09 AM
GSBOS the predecesor was released here or if you check the google code page (it's linked in the first post) you can find GCBOS for 3.8
Thx, but i have a problem... is there any support of this version? (for 3.8.x) cuz the chatbox doesn't appear in my forum... i tried with:
-Step 4
--Open the acp once again for GCBOS to display you need to add two template hooks first open headinclude and scroll to the bottom.
--Add "{vb:raw template_hook.headinclude}" (without the quotes to the end of the template save the template. Next open FORUMHOME
--and search for "<!-- /main -->" (without the quotes and add "{vb:raw template_hook.gcbos_display}" above (without the quotes)
--gcbos can be displayed on any page with this hook in ("{vb:raw template_hook.gcbos_display}").
But without results, i think this step is for vb4, right?
I don't know how to display the chatbox, is there any variable or something that i have to use in a template?
MyChemicalSelf
11-18-2009, 06:52 AM
I'm still saddened to say that the default GCBOS template provided doesn't close <table> tag, so I have to close it myself. Also saddened to say that even though it now works in IE8, it doesn't work in IE6/7. I don't even get an error message, it simply doesn't render...
I don't know how the table tag was left in from vB3 just remove it completly the new template should fix it :) and I will try to test on ie6 today but I can't prommise much
Just a suggestion: but wouldnt that be a neat widget for the content.php sidebar ?
cjwzx2
11-18-2009, 01:43 PM
I don't know how the table tag was left in from vB3 just remove it completly the new template should fix it :) and I will try to test on ie6 today but I can't prommise much
That table tag is the trouble maker. Seems to be working well on IE7/8 now with that table tag completely removed. Will be checking on 6 as soon as I get a user report.
MyChemicalSelf
11-18-2009, 02:37 PM
Just a suggestion: but wouldnt that be a neat widget for the content.php sidebar ?
I was working on one last night before my active directory died, having to reinstall my server and possibly machines later.
PeterXP
11-18-2009, 02:41 PM
Greetings,
Nice Mod and I think, this would be the Chatbox for my Users in vb4.
basicly, it seems to work fine, but........................
I got a little Problem:
Every Post in the Box will be displayed twice:
the first one directly after clicking the Submit! - Button,
after 2 seconds without doing anything the text appears once again.
:confused:
Does anybody know how this could happens?
Regards,
PeterXP
MyChemicalSelf
11-18-2009, 02:46 PM
Greetings,
Nice Mod and I think, this would be the Chatbox for my Users in vb4.
basicly, it seems to work fine, but........................
I got a little Problem:
Every Post in the Box will be displayed twice:
the first one directly after clicking the Submit! - Button,
after 2 seconds without doing anything the text appears once again.
:confused:
Does anybody know how this could happens?
Regards,
PeterXP
I remember this from along time ago basically its to do with lag between the server and your machine so it detects that you havent recived that message id and sends it again.
PeterXP
11-18-2009, 02:57 PM
Many thanks for your quick reply, even the answer was not i hoped for :D
Anyway, I will see how it works when the server not seems to be busy.....
:(
Regards,
PeterXP
Ships-Cat
11-18-2009, 03:46 PM
Problem I have is I tried putting the chatbox below the nav bar (and below the forums actually) and for some reason the bottom of the forum (the contact us | admin etc) went all funny - how do I fix this?
PatrickBo
11-19-2009, 02:26 AM
Is there any way to limit what usergroups can use the commands?
DJ29Joesph
11-19-2009, 07:06 AM
Problem I have is I tried putting the chatbox below the nav bar (and below the forums actually) and for some reason the bottom of the forum (the contact us | admin etc) went all funny - how do I fix this?
I see this also... infact, where ever you put it, it cuts that bar off.
Matt.AU
11-19-2009, 08:27 AM
Installed. Great work :D
elwachiman
11-20-2009, 01:39 AM
I installed it and did not work was alone in charging that went wrong was not follow the steps in the installation, enable the respective permits and nothing worked, annex file photo ..
if you have a suggestion about Please let me know thank you very much to do, I really want to install this chat.
maximutt
11-20-2009, 10:23 PM
Just tried installing to a vB4 Beta 4 installation and the shoutbox does not seem to be working. I followed the instructions exactly.
I have the box showing up on FORUMHOME but it just sits there blank and with no Notice or Loading text. Typing anything in doesn't do anything.
Please advise.
Knightmane
11-21-2009, 06:41 PM
-0.6.4
--Fixed Who's online location
-0.6.5
--Fixed a HTML issue that caused issues on some browsers (un needed table tag, unsure how it got left in)
--Fixed an extra tag in enlarge or shrink options
--Reduced the amount of AJAX requests made
Don't know if anyone else has noticed this, but the who's online location in 0.6.5 shows the chatbox as the current location when they are obviously not on that page.
Also, is there a way to make the Chatbox appear on a page other than the forum home, say... in the member's list or some other out of the way location? For our forum, the forumhome is not the best place for the Chatbox due to a page loading issue connected with how our server reacts to the script involved in this mod.
Dr.osamA
11-22-2009, 06:22 AM
wooow very nice mod
i installd
thnxxx man
________
Xxx ++++ Tube (http://www.++++tube.com/)
Dr.osamA
11-22-2009, 06:24 AM
wooow very nice mod
i installd
bat this dont accept arabic lang :confused:
thnxxx man
________
VAPPORIZERS (http://www.vaporshop.com)
James Birkett
11-22-2009, 11:28 AM
I installed it and did not work was alone in charging that went wrong was not follow the steps in the installation, enable the respective permits and nothing worked, annex file photo ..
if you have a suggestion about Please let me know thank you very much to do, I really want to install this chat.
Is the file gcbos.js in the /clientscript/ folder? Make sure it's gcbos.js and not gcbos_DECOMPRESSED.js. If it is gcbos_DECOMPRESSED.js, rename it to gcbos.js.
MyChemicalSelf
11-22-2009, 11:47 PM
Testing on Beta 4 now, been having internet issues sorry for the lack of updates.
Edit:
Works fully with vB4 no edits required (to current code). Install exactly the same way.
VonDoom
11-23-2009, 12:59 AM
Ive installed this 10 ways from sunday never had a problem getting it to work properly but it always appears under the forums no matter what i do. i just cant get it to appear above the forums. Any ideas?
Charlie98902
11-23-2009, 01:18 AM
Can you set this in the settings to not allow guests & banned users and such?
MyChemicalSelf
11-23-2009, 06:29 AM
@above It's the hook location I experimeted with it and thought that was the best place.
Can you set this in the settings to not allow guests & banned users and such?
Yes of course
Delazar
11-23-2009, 08:21 AM
Hello,
there are only problems with IE8, safari and FF goes.
kapii
11-23-2009, 12:50 PM
Got a question...
Is there any way you could make the time format so that it shows "08:16AM <Someone>", instead of "#08/16/Someone>", and possibly add the date like the other chatboxes do? People are mistaking the time as the date... It's very confusing for them...
Thanks! :)
Fr4n-FX
11-23-2009, 12:58 PM
I dont like the delay of a typewriter, a way to remove it?
MikesSite
11-23-2009, 12:59 PM
This looks good, I'm real glad to see this!!
Thanks.
anuanu
11-23-2009, 02:24 PM
Everything seems to work fine. Look at my attached images as other people are having this issue also.
One is before its installed and the other is after its installed.
pertiga
11-23-2009, 03:21 PM
It is a certain in ie8 does not work, only a hollow goes out in target
Baf_Jams
11-23-2009, 04:07 PM
I cant get it to work with Ie8 if i switch to Firefox then works but hangs on loading
Any ideas ?
10 Gauge
11-24-2009, 04:22 AM
I have followed instructions to a T and I can't even get it to display.....
crazyace
11-24-2009, 04:30 PM
Anyway to have this at the top of the forums and not the bottom?
crazyace
11-24-2009, 05:06 PM
I fixed my issue. You need to place {vb:raw template_hook.gcbos_display} right after <!-- main --> to have it at the top. If you place it just above <!-- /main --> then it will be at the bottom.
Pumpo
11-24-2009, 05:07 PM
Anyway to have this at the top of the forums and not the bottom?
nvm he solved it himself :D
crazyace
11-24-2009, 05:16 PM
Thanks for your reply Pumpo :-) Sorry didn't see your post before mine was done lol
Baf_Jams
11-24-2009, 07:08 PM
Is the file gcbos.js in the /clientscript/ folder? Make sure it's gcbos.js and not gcbos_DECOMPRESSED.js. If it is gcbos_DECOMPRESSED.js, rename it to gcbos.js.
Took some reading but found this
This stopped mine from saying loading :) thnx :up:
navajotex?
11-24-2009, 07:33 PM
I use infernoschout with VB4 and it 'ok a real gem
SİMAR
11-24-2009, 09:42 PM
thanks man
Baf_Jams
11-25-2009, 05:53 AM
Hi I installed but people with IE cant view it
I have put 2 SS up one with i.e and one with FireFox :)
my website is www.bafsquad.com
Any suggestions
This one is when i view in Ie8
https://vborg.vbsupport.ru/external/2009/11/11.jpg
This one with Firefox
http://i184.photobucket.com/albums/x183/BAF_SOTW/GCBOS_FF.jpg
MyChemicalSelf
11-25-2009, 06:33 PM
Got a question...
Is there any way you could make the time format so that it shows "08:16AM <Someone>", instead of "#08/16/Someone>", and possibly add the date like the other chatboxes do? People are mistaking the time as the date... It's very confusing for them...
Thanks! :)
it will be in class_gcbos.php i will get round to posting an example edit later
I dont like the delay of a typewriter, a way to remove it?
Settings->GCBOS->Timer/Interval or w/e its called.
Im still having internet issues so i cant develop as much as i want i hope to get some work done asap.
Also this is the #1 viewed vB4 mod at the current time!
crazyace
11-25-2009, 07:20 PM
Settings->GCBOS->Timer/Interval or w/e its called.
I didn't see any kind of option like this.
Baf_Jams
11-25-2009, 08:10 PM
In mine i adjusted the
Settings->GCBOS->Message delay spam score to 0
crazyace
11-25-2009, 08:19 PM
Didn't do anything for me.
Charlie98902
11-25-2009, 09:39 PM
Me neither but show the loading...... Yes I changed that one .js file as needed. Plus it removed my contact us to the bottom left from the right. Then it removed my stylvar options I set for that too. Plus it showed on the top and bottom and I did according to the instructions. I am on beta 4 not sure if that's the issue.
garretbyrne
11-25-2009, 11:19 PM
Can you add this to a static page instead of the main page on the forum?
MyChemicalSelf
11-29-2009, 09:48 PM
Me neither but show the loading...... Yes I changed that one .js file as needed. Plus it removed my contact us to the bottom left from the right. Then it removed my stylvar options I set for that too. Plus it showed on the top and bottom and I did according to the instructions. I am on beta 4 not sure if that's the issue.
Did you edit headinclude?
@above you should be able to if it calls global_start :)
installs ok but i just get loading..... int the text box......and thats it
CFodder
12-01-2009, 03:16 AM
Have installed it but strangely nothing appears at all!! :o. Followed all the instructions so not sure what's happened.
However will still follow this and hopefully get it to work at some stage :).
sean-zigster
12-01-2009, 12:13 PM
Hi I installed but all i get is this over and over again
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of [runtime function name](). 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/fhlinux128/e/eacichlid.co.uk/user/htdocs/test/gcbos.php on line 51
any help please
Asdrubael
12-01-2009, 12:15 PM
MyChemicalSelf - NICE WORK! But one thing is really pissing me (and my community) off: The way messages are displayed when you enter the Chatbox. Its like someone is typing everything in first. Is there no way to get around it? :/
MyChemicalSelf
12-01-2009, 01:50 PM
installs ok but i just get loading..... int the text box......and thats it
You are either didnt upload the clientscript files or didnt edit headinclude.
sean-zigster
12-02-2009, 07:42 AM
Hi I installed but all i get is this over and over again
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of [runtime function name](). 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/fhlinux128/e/eacichlid.co.uk/user/htdocs/test/gcbos.php on line 51
any help please
any help please
anyone ?
Entonadoscl
12-02-2009, 03:09 PM
work perfect.. thanks ;)
but i have problem with the language SPANISH
i cant put letter ?
please help
sean-zigster
12-02-2009, 07:31 PM
I use infernoschout with VB4 and it 'ok a real gem
how did you get it to show ?
Thanks
betty02
12-03-2009, 09:11 AM
Having problems, i can see the shoutbox fine and it works super for me and other members but certain members get nothing but a huge long white screen?
https://vborg.vbsupport.ru/external/2009/12/162.jpg
sean-zigster
12-04-2009, 09:45 AM
anyone ?
Have fixed this now with a little code rewrite
Prorockz
12-04-2009, 01:20 PM
when any user received any pm why it is show on GCBOS . how can i disable it
like
#14/57/GCBOS/Admin> You have just received a new private message from Rockz entitled 'test'.
#14/59/GCBOS/Rockz> You have just received a new private message from Admin entitled 'Re: test'.
MyChemicalSelf
12-04-2009, 02:37 PM
anyone ?
I will post a fix later once I get home should be easy to fix :)
try this adding this to the top of gcbos.php:
if (!ini_get('allow_call_time_pass_reference')) {
ini_set('allow_call_time_pass_reference', true);
}
and that should fix it 8)
when any user received any pm why it is show on GCBOS . how can i disable it
like
#14/57/GCBOS/Admin> You have just received a new private message from Rockz entitled 'test'.
#14/59/GCBOS/Rockz> You have just received a new private message from Admin entitled 'Re: test'.
try disabling the PM hook :)
goroush
12-04-2009, 07:33 PM
I am new to vbulletin and cant get it to work just blanks out the whole forum screen any ideas as to what i am doing wrong
MyChemicalSelf
12-04-2009, 09:05 PM
I am new to vbulletin and cant get it to work just blanks out the whole forum screen any ideas as to what i am doing wrong
Did you follow the instructions fully? and what browser are you using :)
goroush
12-04-2009, 11:25 PM
IE8
I added the line to the headerincl and the line to the FORUMHOME and all of the files got uploaeded. did i miss something. using vb 4.0 beta 4
Giray
12-05-2009, 09:53 AM
Hi. Just installed 0.6.5 on vB4Beta5 and on the front page I have:
Warning: Invalid argument supplied for foreach() in [path]/includes/functions.php on line 4644
Ideas?
*edit*
I guess this is the guilty line?
foreach ($_FIELDNAMES AS $field => $bitvalue)
Matais
12-05-2009, 08:57 PM
Settings->GCBOS->Timer/Interval or w/e its called.
There is not an option there, anything like that.
Is there another way to get rid of the type writer effect?
sailfindragon
12-05-2009, 09:26 PM
There is not an option there, anything like that.
Is there another way to get rid of the type writer effect?
I was wondering the very same thing.
PeZzy
12-06-2009, 12:35 AM
Hi. Just installed 0.6.5 on vB4Beta5 and on the front page I have:
Warning: Invalid argument supplied for foreach() in [path]/includes/functions.php on line 4644
Ideas?
*edit*
I guess this is the guilty line?
foreach ($_FIELDNAMES AS $field => $bitvalue)
Same thing here, right after installing the product.
Prorockz
12-06-2009, 03:11 AM
after upgrade vb beta 4 to 5 in text area not working i seen Loading... . we dont send any text in there ? how can i fix it . i also try to uninstall and install again but same problem
gothicuser
12-06-2009, 03:38 AM
Same thing here, right after installing the product.
and here!
MyChemicalSelf
12-06-2009, 02:01 PM
I will take a look at vB4 Beta 5 later should be easy to fix.
gothicuser
12-06-2009, 02:03 PM
I will take a look at vB4 Beta 5 later should be easy to fix.
Many thanks :D
I will take a look at vB4 Beta 5 later should be easy to fix.
Very nice, thanks in advance! :up:
TheMayhem
12-06-2009, 11:04 PM
Like others, I am suffering from the error:
Warning: Invalid argument supplied for foreach() in [path]/includes/functions.php on line 4644
However, it is only occuring on my CMS page.
I actually like the typewriter effect. The only thing I really dislike about this hack besides the little glitch, which I'm sure will be fixed is the date format needs to be addressed as an Admin CP setting option as it currently looks horrible. Everything else with this chatbox is extremely well done just please fix the date/time issue :)
joe.miklich
12-07-2009, 02:56 AM
Installed, box shows up at bottom of forums (which is weird) couldn't get it to show up top.
But also its just white, flashes loading, then you type and nothing, dead.
Not sure what to do.
JaredMarino
12-07-2009, 06:25 AM
Step 3 is a bit too vague. What exactly is the proccess after I'm in Usergroup Managemer?
I've done the rest of the steps, however.
I also seem to get the line error.
For anyone looking, line 4664 of functions.php is
"* @param boolean If true, returns combined usergroup permissions, individual forum permissions, individual calendar permissions and attachment permissions"
parveznpt
12-07-2009, 11:08 AM
Thanks Dear...........
www.shiaforums.com
MyChemicalSelf
12-07-2009, 02:31 PM
Just took a look at the reported vB5 bug and i have failed to reproduce it in my test environments, i am in the middle of packaging 0.6.6 so all i can suggest is updating to this.
-0.6.6
--Fixed an issues with PHP 5.3
gothicuser
12-07-2009, 03:30 PM
Many thanks for the update, but I'm afraid the error is still there.
On the 'Home' (CMS) page it displays:
Warning: Invalid argument supplied for foreach() in [path]/includes/functions.php on line 4644at the top.
Just so you know, I have NO other mods or styles installed. Bog-standard vb4 Beta5.
PHP 5.3
Apache 2.2.13
MySQL 5.0.83
Linux CentOS
p.s. if you need admin to see for yourself, you're more than welcome, just PM me.
crazyace
12-07-2009, 03:56 PM
It still doesn't work in IE7. When viewing it in IE7, it makes the whole page blank. I still have my header and links at the top, but the forum its self is blank. In FF it works fine :-)
MyChemicalSelf
12-07-2009, 05:01 PM
Many thanks for the update, but I'm afraid the error is still there.
On the 'Home' (CMS) page it displays:
at the top.
Just so you know, I have NO other mods or styles installed. Bog-standard vb4 Beta5.
PHP 5.3
Apache 2.2.13
MySQL 5.0.83
Linux CentOS
p.s. if you need admin to see for yourself, you're more than welcome, just PM me.
I may contact you later, im currently swamped with work :( thanks for the offer.
It still doesn't work in IE7. When viewing it in IE7, it makes the whole page blank. I still have my header and links at the top, but the forum its self is blank. In FF it works fine :-)
It worked for me, however i will take a look as vB appear to have changed there templates again.
crazyace
12-07-2009, 05:30 PM
It worked for me, however i will take a look as vB appear to have changed there templates again.
Also just wanted to add. I am still on 4.0 Beta 4. Also I have been told that it works in IE8 but not 6 or 7. In FF my Contact Us, Admin, Mod, Archive, Top links at the bottom are all jacked up. They show down at the bottom left.
Giray
12-07-2009, 05:55 PM
Yup. Upgraded to 0.6.6 and still get:
Warning: Invalid argument supplied for foreach() in [path]/includes/functions.php on line 4644
on my CMS page.
Bigstack
12-07-2009, 06:17 PM
I also have the...
Invalid argument supplied for foreach() in [path]/includes/functions.php on line 4644
Site - http://www.hopeuntodawn.org/content.php
TheMayhem
12-07-2009, 07:41 PM
Many thanks for the update, but I'm afraid the error is still there.
On the 'Home' (CMS) page it displays:
at the top.
Just so you know, I have NO other mods or styles installed. Bog-standard vb4 Beta5.
PHP 5.3
Apache 2.2.13
MySQL 5.0.83
Linux CentOS
p.s. if you need admin to see for yourself, you're more than welcome, just PM me.
Your not alone, I get the same error.
sailfindragon
12-07-2009, 08:34 PM
Same error here.
tjfinn7
12-07-2009, 08:38 PM
i think all have the same error also it mess the style up it all over the place
i just use the main board for now till they fix this and shut all permissions on the cms off till they get it strait doesn't fix it but let you use the shout and forums
MyChemicalSelf
12-07-2009, 09:41 PM
i think all have the same error also it mess the style up it all over the place
i just use the main board for now till they fix this and shut all permissions on the cms off till they get it strait doesn't fix it but let you use the shout and forums
Im not sure whats interfering with the CMS since this doesnt touch it in the slightest. I might try adjusting the hook location to see if thats fixes it. Can some one with this issues try uninstallaing GCBOS and reuploading all of the files followed by a reinstall. I just want to see if the installer is missing something 8-]
Also just wanted to add. I am still on 4.0 Beta 4. Also I have been told that it works in IE8 but not 6 or 7. In FF my Contact Us, Admin, Mod, Archive, Top links at the bottom are all jacked up. They show down at the bottom left.
I managed to reproduce this on one of my test sites i think it was due to a damaged template, let me check the XML is correct :)
Released 0.6.6 PL1; This is a maintance release that contains a fix to the GCBOS template that causes issues in older versions of Internet Explorer.
Can some one running GCBOS who is experiencing the error:
Warning: Invalid argument supplied for foreach() in [path]/includes/functions.php on line 4644
Please link me to their site either by private message, so that i can try to find a fix?
crazyace
12-07-2009, 10:40 PM
I managed to reproduce this on one of my test sites i think it was due to a damaged template, let me check the XML is correct :)
Released 0.6.6 PL1; This is a maintance release that contains a fix to the GCBOS template that causes issues in older versions of Internet Explorer.
I updated to 0.6.6 PL1 and that didn't change anything for me. It still shows out of whack with the bottom links and IE7 isn't happy with it :(
Also I noticed that the version says 6.1 PL1 if that means anything.
tjfinn7
12-08-2009, 12:40 AM
Im not sure whats interfering with the CMS since this doesnt touch it in the slightest. I might try adjusting the hook location to see if thats fixes it. Can some one with this issues try uninstallaing GCBOS and reuploading all of the files followed by a reinstall. I just want to see if the installer is missing something 8-]
I managed to reproduce this on one of my test sites i think it was due to a damaged template, let me check the XML is correct :)
Released 0.6.6 PL1; This is a maintance release that contains a fix to the GCBOS template that causes issues in older versions of Internet Explorer.
Can some one running GCBOS who is experiencing the error:
Please link me to their site either by private message, so that i can try to find a fix?
i took it out and readded it 5 time even tryed moveing the location still same erroron the top of the cms
tjfinn7
12-08-2009, 12:46 AM
i took it out and readded it 5 time even tryed moveing the location still same erroron the top of the cms
also i use ie 8 and get the error on the top and the style is all over the place asoon as i disable the chat it perfect so it got a issue on ie 8 or it that error
Pommel
12-08-2009, 06:14 AM
On a first spot: it works :) ... thank you!!
Comment: for a newcomer like me it's a boring lot of work to realize, where to do what. Could you give a more self-evident installation description, please ?
sean-zigster
12-08-2009, 08:07 AM
still not working for me either :(
Prorockz
12-08-2009, 08:09 AM
not working for me also . just loading ....
Universal
12-08-2009, 10:36 AM
Thankyou for the shoutbox, I look forward to future editions.
I downloaded and installed version 0.6.6_PL1 and it works on IE7, IE8 and FireFox 3.5.5.
willy888
12-08-2009, 11:22 AM
I installed it today works fine in forum home but I have this error at the top of front page :Warning: Invalid argument supplied for foreach() in [path]/includes/functions.php on line 4644
Baf_Jams
12-08-2009, 03:06 PM
Thank you works a treat with I.E now
They love it
Is there anyway to view previous chat like from 2 days ago etc...
tjfinn7
12-08-2009, 10:37 PM
is the error issue on the cms going to be fixed i have this mod install i removeing it now because it mess's up the whole cms page and i will not have the front page look amess i would really like to see it fixed i sure it a simple fix this is why i wondering what is going on it seam like it being avoded i now it a cms issue where it affecting the code there some how because on the main forum it is fine no issue i just like to now if it being worked on or no
barcraft
12-09-2009, 12:10 AM
error in vb4 beta 5...
"Warning: Invalid argument supplied for foreach() in [path]/includes/functions.php on line 4644"
Universal
12-09-2009, 12:33 AM
**** Nevermind. Sorry, wrong thread. ***
willy888
12-09-2009, 05:37 AM
Make something with cms error
It's a usefull mod but it's not good with errors in site
After installing this mod, I can see the Chat box, but I get the following errors (loop)
Warning: Cannot modify header information - headers already sent by (output started at [path]/gcbos.php:53) in [path]/gcbos.php on line 144
Warning: Call-time pass-by-reference has been deprecated in /is/htdocs/wp1117547_0R0TXYAET2/www/planet/forum/gcbos.php on line 53
Warning: Call-time pass-by-reference has been deprecated in /is/htdocs/wp1117547_0R0TXYAET2/www/planet/forum/includes/class_gcbos.php on line 125
vsavin
12-09-2009, 02:45 PM
Im not sure whats interfering with the CMS since this doesnt touch it in the slightest. I might try adjusting the hook location to see if thats fixes it. Can some one with this issues try uninstallaing GCBOS and reuploading all of the files followed by a reinstall. I just want to see if the installer is missing something 8-]
I managed to reproduce this on one of my test sites i think it was due to a damaged template, let me check the XML is correct :)
Released 0.6.6 PL1; This is a maintance release that contains a fix to the GCBOS template that causes issues in older versions of Internet Explorer.
Can some one running GCBOS who is experiencing the error:
Please link me to their site either by private message, so that i can try to find a fix?
I have un-installed, but the un-install does not remove the error, not even if you dont re-install, Im not sure what is causing it, but the shout box works fine on the forum page, but for some reason it generates that error on top of CMS page. I have re-installed and error still exists.
MyChemicalSelf
12-10-2009, 11:55 AM
Thanks to a few members for linking me to their sites i have managed to fix the error with the CMS, i have applied the fix to one members site and im currently compiling a package now give me 1-2 hours to test etc and make sure nothing has slipped through the net.
To fix the issue with vBulletin CMS i have altered GCBOS to hook forumhome_start, to add this to more pages you will need to add additional hooks (this will be explained later today and i will most probably provide the hooks in future updates.) This release also fixed the depreciated messages with PHP 5.3
Giray
12-10-2009, 12:18 PM
Thanks. For me it 0.6.7 fixed the CMS issue but now I have the 'loading' issue... hmm...
sean-zigster
12-10-2009, 12:39 PM
Great Fixed my CMS issue and my Call-time pass-by-reference issue but i do now hang at loading !
Keep up the good and hard work thou , thanks
Prorockz
12-10-2009, 12:41 PM
after upgrade now loading' issue start ... :(
MyChemicalSelf
12-10-2009, 01:05 PM
Thanks. For me it 0.6.7 fixed the CMS issue but now I have the 'loading' issue... hmm...
Right click -> View source; search for gcbos if you find the js file is included in the head tag i will take a look into it if not your missing a hook in headinclude
hello
have updated and have same problem with...loading..loading...
regards
macc
crazyace
12-10-2009, 01:26 PM
Right click -> View source; search for gcbos if you find the js file is included in the head tag i will take a look into it if not your missing a hook in headinclude
When I updated to 6.7 it caused it to look strange in FF. It looks fine in IE8 but now I get the loading issue also. It would work in FF and IE8 just fine before the update. I can't test it in IE6/7 but can't remember the website that will let you launch a virtual browser... If I could remember the site I will share it with everyone.
willy888
12-10-2009, 01:35 PM
after upgrade now loading' issue start for me to
Prorockz
12-10-2009, 01:38 PM
how can we fully uninstall it ?
im install it an other site which im just started and this version there work fine . but in upgrade got problem . {loading...}
so tell me how can i uninstall it full from my site and re install it
willy888
12-10-2009, 01:57 PM
you can unistall it from the plugins system but I DID it with no results
gothicuser
12-10-2009, 01:59 PM
Many thanks for the upgrade.
Also, thanks for the fix ;)
willy888
12-10-2009, 02:01 PM
Also near the collaps the minus and plus symbols _+ loads the main page of the site
Loading problem still remains
MyChemicalSelf
12-10-2009, 02:37 PM
-0.6.7
--Fixes for PHP 5.3
--Fix for issues with CMS
-0.6.8
--Issue with forums loading
--First shout on installation
--Minor tweaks
Woops uploaded a bad product file, just fixed the SQL query sorry about that forgot about prefixing tables ;>
willy888
12-10-2009, 04:08 PM
0.6.8 still loading for me
MyChemicalSelf
12-10-2009, 04:16 PM
0.6.8 still loading for me
Did you follow the install instructions? And did you download after i fixed the xml issues?
willy888
12-10-2009, 04:23 PM
yes in the plugin system it says 0.6.8
With GCBOS_0.6.6_PL1.zip worked the shoutbox with cms problem
Now I have loading problem & fixed cms
Giray
12-10-2009, 04:25 PM
Yup. 0.6.8 still 'loading' for me too.
sean-zigster
12-10-2009, 04:38 PM
yep same here just says loading ! 0.6.8
iCafe
12-10-2009, 11:02 PM
0.6.8 still 'loading' for me too.
crazyace
12-11-2009, 01:29 AM
I have the same issue also :( even on a fresh install.
me to... loading...loading...
MyChemicalSelf
12-11-2009, 11:02 AM
Right guys, i shall look for a fix later today once i get my hands on RC1 that way i wills ave time working on an outdated version of vb :)
urbanpulse
12-12-2009, 12:10 AM
i dont understand the 3rd step.. please explain
anime4viet
12-12-2009, 12:48 AM
I got error with Vietnamese Unicode Font ( can't displayed some characters ) any idea ?
MyChemicalSelf
12-12-2009, 02:13 AM
i dont understand the 3rd step.. please explain
Admin Pannel -> Usergroups - > Usergroup manager -> {usergroup} then set GCBOS permissions and save.
I got error with Vietnamese Unicode Font ( can't displayed some characters ) any idea ?
Set the charset the page uses
MyChemicalSelf
12-12-2009, 10:45 AM
Please help test GCBOS 0.6.9, This version has support for vB4 RC2 and has some minor tweaks for speed and efficiency. To help test please visit here: http://www.otaku-studios.com/forum.php *i am not the owner of this site*
LPH2004
12-12-2009, 05:20 PM
Is there a way to fix the style issue? Are you aware of the issue in RC2?
I cannot enable sidebars under RC2 because the chatbox causes problems. I can disable the chatbox and the sidebars show properly. If I enable the sidebars and chatbox then the sidebars are covered by the forums.
Hope this helps.
MyChemicalSelf
12-12-2009, 09:18 PM
This is fixed in the next release and i have reduced the requests made further :)
LPH2004
12-12-2009, 10:19 PM
This is fixed in the next release and i have reduced the requests made further :)
Thank you.
I also have to say that we figured out to use BBCodes - and so people are inserting YouTube videos into the chat box.. ..
urbanpulse
12-13-2009, 03:31 AM
sorry i really new to this, i dont understand where to find FORUMHOME to install the template hook. ive installed the hook in headinclude just need to complete the step.. thanks in advance
MyChemicalSelf
12-13-2009, 04:30 AM
Thank you.
I also have to say that we figured out to use BBCodes - and so people are inserting YouTube videos into the chat box.. ..
Setting -> options -> gcbos -> forbidden bb codes i think
urbanpulse
12-13-2009, 05:38 AM
Awesome Mod.. Thanks For The Help
More Then Recommended To Any One Wanting A Chat Box ;)
Thanks Bro
sorry i really new to this, i dont understand where to find FORUMHOME to install the template hook. ive installed the hook in headinclude just need to complete the step.. thanks in advance
It's located under the template heading of "Forum Display Templates".
MyChemicalSelf
12-13-2009, 01:25 PM
ALmost ready to release 0.6.9; im just tinkering with the JS a little to reduce server load further :) (without making it unusable).
LPH2004
12-13-2009, 02:00 PM
ALmost ready to release 0.6.9; im just tinkering with the JS a little to reduce server load further :) (without making it unusable).
Excellent. I look forward to the fixes. My members were upset with this box compared to MGC but are starting to enjoy themselves. Their only complaint right now is not being able to make changes to their fonts, etc permanent - or at least a button to push. ;)
elwachiman
12-13-2009, 02:25 PM
that likely is or can be done so that issues and answers posted by the users are reflected in chat or at least to be seen chatting globally
MyChemicalSelf
12-13-2009, 05:12 PM
that likely is or can be done so that issues and answers posted by the users are reflected in chat or at least to be seen chatting globally
I'm currently working on globally displaying the chat :)
Anyway just packaging 0.6.9; This one works on PHP 5.2 and possibly on 5.3 if it doesn't it may be a few days until i get a chance to fix it
-0.6.9
---This version shows messages instantly and does not type them, in the next day or so i will upload a dual version that allows you to choose your preference.
--Fixed template error
--Adjusted template to work with the sidebar
--Change JS settings
--Changed style of shouts
--Changed style of PM's
--Added permissions for /impersonate and /truesight
--Changed Messages to show instantly (I will provide a typing version and instant at a later date)
--Added phrases
willy888
12-13-2009, 05:49 PM
nothing for me
Nothing at all .... zero ...no shoubox
MyChemicalSelf
12-13-2009, 05:53 PM
nothing for me
Nothing at all .... zero ...no shoubox
You do have to follow the install instructions on the first page and set user group permissions...
ArtAttack
12-13-2009, 06:07 PM
You do have to follow the install instructions on the first page and set user group permissions...
I have nothing about gcbos in the usergroup manager.
elwachiman
12-13-2009, 06:12 PM
I'm currently working on globally displaying the chat :)
Anyway just packaging 0.6.9; This one works on PHP 5.2 and possibly on 5.3 if it doesn't it may be a few days until i get a chance to fix it
-0.6.9
---This version shows messages instantly and does not type them, in the next day or so i will upload a dual version that allows you to choose your preference.
--Fixed template error
--Adjusted template to work with the sidebar
--Change JS settings
--Changed style of shouts
--Changed style of PM's
--Added permissions for /impersonate and /truesight
--Changed Messages to show instantly (I will provide a typing version and instant at a later date)
--Added phrases
UPDATE FOR ALL UP MUST BE COMPLETE OR JUST THE PRODUCT AGAIN, SOMETHING ELSE AGAIN HAVE TO EDIT TEMPLATES?, THANKS
Ozymandyus
12-13-2009, 06:18 PM
I've installed the 0.6.9 version and find the new rendering to be a lot more desirable, thank you MyChemicalSelf. I'm messing around with the new CMS and think that this mod would be excellent as a widget there, but I'm not having any luck getting it to work. The hook works fine on the main forums page, but I must not be placing it right or configuring it right as a widget.
Could you let me know if creating a widget out of this, what type should it be, and how do I get the GCBOS window to display properly in it?
LPH2004
12-13-2009, 06:22 PM
I'm currently working on globally displaying the chat :)
Sweet!
Anyway just packaging 0.6.9; This one works on PHP 5.2 and possibly on 5.3 if it doesn't it may be a few days until i get a chance to fix it
-0.6.9
---This version shows messages instantly and does not type them, in the next day or so i will upload a dual version that allows you to choose your preference.
--Fixed template error
--Adjusted template to work with the sidebar
--Change JS settings
--Changed style of shouts
--Changed style of PM's
--Added permissions for /impersonate and /truesight
--Changed Messages to show instantly (I will provide a typing version and instant at a later date)
--Added phrases
Oh Yeah Baby! That's the way to code. Updated just fine.
PeZzy
12-13-2009, 07:04 PM
I'm having a problem with BB codes...
#20:00 <font color=red>Admin</color>> Welcome to GCBOS 0.6.9, (Generic ChatBox Operating System).
[EDIT]
Changed the html markup to...
<span style="font-weight: bold;color: #FF0000"> ... </span>
and that works.
PeZzy
12-13-2009, 07:06 PM
I have nothing about gcbos in the usergroup manager.
Go to Manage Products and enable it.
ArtAttack
12-13-2009, 07:10 PM
Go to Manage Products and enable it.
Thanks, overlooked that.
willy888
12-13-2009, 08:13 PM
still loading for me
Nothing
Mine still says "Loading..." as well.
Bigstack
12-13-2009, 11:23 PM
Loading problem.
TheMayhem
12-13-2009, 11:38 PM
My upgrade worked great. Thanks for the continued support you've been giving with this product. The only addon/change I really feel it needs is a widget creation for the CMS system to allow for communication on your CMS pages.
elwachiman
12-13-2009, 11:39 PM
Mine still says "Loading..." as well.
Or try disabling the hacks you have installed plug-ins, and then review individually each and discard TO CREATE CONFLICTS WITH CHAT CHAT WHEN INSTALLING THE SAME PROBLEM WAS ONLY uninstall the hacks and fix the problem, if you have installed TOP POSTER, VISITORS LAST 24 HOURS ,LAST ALBUM RANDOM PICTURES AND HIDE ALL CONFLICT CREATE THESE AND THE CHAT IS NOT SHOWN, IT IS A RECOMMENDATION SALUDOS
Giray
12-14-2009, 01:14 AM
For me it still says 'Loading' but I managed a workaround, disabling Members who have Visited 4.0.0.22 and New Album Picture Forum Home.
Other ideas?
Or try disabling the hacks you have installed plug-ins, and then review individually each and discard TO CREATE CONFLICTS WITH CHAT CHAT WHEN INSTALLING THE SAME PROBLEM WAS ONLY uninstall the hacks and fix the problem, if you have installed TOP POSTER, VISITORS LAST 24 HOURS ,LAST ALBUM RANDOM PICTURES AND HIDE ALL CONFLICT CREATE THESE AND THE CHAT IS NOT SHOWN, IT IS A RECOMMENDATION SALUDOS
Thank you very much for your help, it appears it was "VISITORS LAST 24 HOURS". I disabled it and everything worked instantly.
Is this a problem with that mod or this mod? Meaning if all of these mods cause this to not work, it would seem this mod has the problem? Not a big deal at the moment but the more mods that are released, the higher the odds are that one of those are going to be very popular.
Anyway, thanks again!
sean-zigster
12-14-2009, 06:59 AM
Hi
I know get this error after upgrading to 0.6.9
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/fhlinux128/e/eacichlid.co.uk/user/htdocs/includes/class_gcbos.php on line 125
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of [runtime function name](). 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/fhlinux128/e/eacichlid.co.uk/user/htdocs/gcbos.php on line 53
elwachiman
12-14-2009, 12:20 PM
Thank you very much for your help, it appears it was "VISITORS LAST 24 HOURS". I disabled it and everything worked instantly.
Is this a problem with that mod or this mod? Meaning if all of these mods cause this to not work, it would seem this mod has the problem? Not a big deal at the moment but the more mods that are released, the higher the odds are that one of those are going to be very popular.
Anyway, thanks again!
nothing man, it happened to my forum with chat and uninstall all individually probe each and taken care of immediately, I am glad that my advice has served him
MyChemicalSelf
12-14-2009, 01:22 PM
Hi
I know get this error after upgrading to 0.6.9
If you are using PHP 5.3 i will be releasing a fix in the next few days, howver you could try adding:
if (ini_get('allow_call_time_pass_reference') != 'On') ini_set('allow_call_time_pass_reference', 'On'); to gcbos.php and class_gcbos.php :)
Hello
when i disabled plugin " who was in last 24 hours" get this chatbox to work...
notice message show only one (first) letter from whole message? some help?
regards
macc
MyChemicalSelf
12-14-2009, 03:20 PM
Im not sure why it would cause issues with other modification, did this start with the newest version or has it been a persistent error>
This started with new version ..before i had not that product "who has visited..."
now chatbox works fine ...but notice message works not - just show first letter from notice message - have no more products and mods ...
regards
macc
sean-zigster
12-14-2009, 03:49 PM
If you are using PHP 5.3 i will be releasing a fix in the next few days, howver you could try adding:
if (ini_get('allow_call_time_pass_reference') != 'On') ini_set('allow_call_time_pass_reference', 'On'); to gcbos.php and class_gcbos.php :)
added still no joy i am , thanks for keep working on this , btw is there any specific place i should have added or just at the top
sean-zigster
12-14-2009, 03:56 PM
ok on line 51 of the gcbos.php i removed in red
elseif ((!$gcbos->perform_command($message, &$result)) && (!$gcbos->has_effect(GCBOS_EFFECT_MUTE)))
Line 125 of the class_gcbos.php i remove in red
$done = call_user_func($command['function'], $this, $command, $params, $message, &$output);
That has now stoped the error message
sean-zigster
12-14-2009, 04:44 PM
also how do you change the name of the shoutbox from GCBOS
crazyace
12-14-2009, 05:00 PM
also how do you change the name of the shoutbox from GCBOS
/notice <message ..>
vsavin
12-14-2009, 05:30 PM
why don't i see the GCBOS Administration page in ADMINCP?
why don't i see the GCBOS Administration page in ADMINCP?
I had this problem as well, so I just reimported the product and it worked. No idea other than that.
technishawn
12-14-2009, 07:18 PM
also how do you change the name of the shoutbox from GCBOS
GCBOS style template
look for
<span class="forumtitle" style="padding-left:8px">GCBOS</span>
and change it.....
MyChemicalSelf
12-14-2009, 09:18 PM
Almost finished 0.7 now have it showing a notification when a thread is posted just need to add some filters for forums and a fix for the issue with hos been online, and a new system of displaying the chatbox just by adding <!-- {$shoutbox} --> where ever you want it to display :)
elwachiman
12-14-2009, 09:31 PM
Almost finished 0.7 now have it showing a notification when a thread is posted just need to add some filters for forums and a fix for the issue with hos been online, and a new system of displaying the chatbox just by adding <!-- {$shoutbox} --> where ever you want it to display :)
wait for the update very good new options that you have placed
VonDoom
12-14-2009, 10:39 PM
I cant find the permissions setting in Usergroups/Usergroup Manager I have even reinstalled the XML and double checked permissions in the uploads folder in FTP
Edit NM for some reason it installed disabled in the product manager.
ArtAttack
12-14-2009, 11:03 PM
The header include hook script tag is missing the type attribute. It should be: <script src="clientscript/gcbos.js" type="text/javascript"></script>
The header include hook script tag is missing the type attribute. It should be: <script src="clientscript/gcbos.js" type="text/javascript"></script>
can you explain where to put this code?
regards
macc
VonDoom
12-14-2009, 11:50 PM
set it at the end of the head include template
set it at the end of the head include template
Thanks!!!!
macc
TheMayhem
12-15-2009, 12:08 AM
Almost finished 0.7 now have it showing a notification when a thread is posted just need to add some filters for forums and a fix for the issue with hos been online, and a new system of displaying the chatbox just by adding <!-- {$shoutbox} --> where ever you want it to display :)
Your doing very well on the continued support and releases. Keep up the good work and I guarentee this will be the top shoutbox once gold is released :)
Ozymandyus
12-15-2009, 12:48 AM
Almost finished 0.7 now have it showing a notification when a thread is posted just need to add some filters for forums and a fix for the issue with hos been online, and a new system of displaying the chatbox just by adding <!-- {$shoutbox} --> where ever you want it to display :)
That would allow easy placement in a widget, which would be highly desirable. Eagerly awaiting this new function!
bart6767
12-15-2009, 01:08 AM
I cant find this in FORUMHOME
"<!-- main -->"
Im useing RC2 ?
elwachiman
12-15-2009, 01:15 AM
The header include hook script tag is missing the type attribute. It should be: <script src="clientscript/gcbos.js" type="text/javascript"></script>
code that makes this function has in headinclude?tnks
MyChemicalSelf
12-15-2009, 01:22 AM
The header include hook script tag is missing the type attribute. It should be: <script src="clientscript/gcbos.js" type="text/javascript"></script>
Thanks for pointing this out :)
can you explain where to put this code?
regards
macc
I would leave it for now i will be realeasing a quick fix for 0.6.9 some time today.
set it at the end of the head include template
That would cause the JS to be inserted twice ;P no need for that now.
Anyway planned features for 0.7:
-Setting to select instant / typed messages
-Shoutbox name will use a phrase for easy editing
-New topic alerts - can be disabled on a global and per forum basis
-New topic reply alerts - can be disabled on a global and per forum basis
-Detached Shoutbox (full page)
-New method of embedding
-Message style options
-More PHP 5.3 fixes (yes i managed to replicated one of the errors and fixed it for the next release)
-Maybe some new commands (Not confirmed)
-Maybe a CMS Widget (Not confirmed)
technishawn
12-15-2009, 02:34 AM
it would be cool to also see a setting for an automatic alert when someone logs in/out of the forum
LPH2004
12-15-2009, 11:45 AM
I see an image in the zip with a "Who is online" -- is this a future feature or did I miss a setting?
VonDoom
12-15-2009, 02:38 PM
That pic is just showing that the shuotbox is recognized in whos online, from the whats going on area.
bart6767
12-15-2009, 02:44 PM
Anyone know why i cant see ths in forumhome ?
"<!-- main -->"
Im useing RC2 ?
technishawn
12-15-2009, 03:05 PM
Anyone know why i cant see ths in forumhome ?
"<!-- main -->"
Im useing RC2 ?
Is your forumhome template modified or is it just standard?
technishawn
12-15-2009, 03:10 PM
You should see a section that looks like this:
<!-- main -->
<ol id="forums" class="floatcontainer">
{vb:raw forumbits}
</ol>
<!-- /main -->
bart6767
12-15-2009, 03:12 PM
Ok got it to work .
Thanks for the help .
bart6767
12-15-2009, 03:14 PM
How do you prune mgs ? and edit them as i cant see anywhere to do that ?
MyChemicalSelf
12-15-2009, 03:18 PM
/prune to prune them and double click the message to edit
bart6767
12-15-2009, 03:26 PM
/prune to prune them and double click the message to edit
Nice one and thanks again .
bart6767
12-15-2009, 03:34 PM
What about an auto /prune after so many mgs ?
Could this be done .
ArtAttack
12-15-2009, 04:11 PM
Another suggestion:
change in the GCBOS template<span style="float:right; padding-right:20px"><a href="#" onclick="gcbos.modifyHeight(-25);return false;">-</a><a href="#" onclick="gcbos.setHeight(175);return false;">/</a><a href="#" onclick="gcbos.modifyHeight(25);return false;">+</a></span>
to
<span style="float:right; padding-right:20px"><a style="color: {vb:stylevar forumbits_aForum};" href="#" onclick="gcbos.modifyHeight(-25);return false;">-</a> <a style="color: {vb:stylevar forumbits_aForum};" href="#" onclick="gcbos.setHeight(175);return false;">/</a> <a style="color: {vb:stylevar forumbits_aForum};" href="#" onclick="gcbos.modifyHeight(25);return false;">+</a></span>
Makes the -/+ the same colour as the forum title not the general link colour and puts a space in between the three characters to make them easier to click.
<script src="clientscript/gcbos.js" type="text/javascript"></script>
when i put this code in my headinclude template .. chatbox works with mod "who has visited today - last version" ... no loading ..loading more ...
will just inform for developer ...
regards
macc
MyChemicalSelf
12-15-2009, 04:29 PM
Another suggestion:
change in the GCBOS template<span style="float:right; padding-right:20px"><a href="#" onclick="gcbos.modifyHeight(-25);return false;">-</a><a href="#" onclick="gcbos.setHeight(175);return false;">/</a><a href="#" onclick="gcbos.modifyHeight(25);return false;">+</a></span>
to
<span style="float:right; padding-right:20px"><a style="color: {vb:stylevar forumbits_aForum};" href="#" onclick="gcbos.modifyHeight(-25);return false;">-</a> <a style="color: {vb:stylevar forumbits_aForum};" href="#" onclick="gcbos.setHeight(175);return false;">/</a> <a style="color: {vb:stylevar forumbits_aForum};" href="#" onclick="gcbos.modifyHeight(25);return false;">+</a></span>
Makes the -/+ the same colour as the forum title not the general link colour and puts a space in between the three characters to make them easier to click.
Thanks for the suggestions :) im currently having issues with vB4 RC2 on IIS7 so i hope to actually get something done tomorrow.
Oh btw i have 'Notifications on new thread' working but it currently doesn't not filter forums and can not be disabled, this will be added in the near future.
Also anyone using PHP 5.3+ who wishes to apply for a beta program please contact me. As i hope to iron out all of the current bugs before releasing 0.7
Darkimmortal
12-15-2009, 04:32 PM
Just an fyi - the name and the focus on explaining commands made me think this wasn't actually a chat box at all. You'd probably get a wider install base if it was clearer that it works as a simple shout/chat box :)
Anseur
12-15-2009, 08:06 PM
One smell suggestion, you have the background set to use the same CSS as whatever the forum's forum-row is set to. This is fine except if you are using a texture for the forum row, as the CSS for the forum row does not currently have the repeat attribute, therefore depending on the texture used the background of the chat box can be half texture and half color. And of course as the chatbox can be made bigger sooner or later the user will see the gap however big the texture used is.
I fixed this on my forum by just adding the repeat to the forum-row CSS, but you could perhaps at this to that div it's self to avoid this cropping up for your installers.
Universal
12-15-2009, 08:52 PM
Just an fyi - the name and the focus on explaining commands made me think this wasn't actually a chat box at all. You'd probably get a wider install base if it was clearer that it works as a simple shout/chat box :)
lol I have to be honest, I can live without all the extras, I just wanted a simple chat box with a couple of commands but I guess a lot of people like all the extras (till their forum gets much bigger lol).
dale09
12-15-2009, 10:58 PM
can anyone help with adding this to the CMS and while your viewing threads and posts?
MyChemicalSelf
12-15-2009, 11:23 PM
can anyone help with adding this to the CMS and while your viewing threads and posts?
Currently that would require a custom hook, however in GCBOS 0.7 you just need to insert <!-- {SHOUTBOX} --> where ever you want it to display. For example hooks take a look at the plugin's Display: forumhome etc that are installed by default.
Oh the current release should work fine with RC4 :)
TheMayhem
12-15-2009, 11:26 PM
In .7 did you make it so that the date format can either be customized or isn't reliant on military time display?
MyChemicalSelf
12-15-2009, 11:27 PM
In .7 did you make it so that the date format can either be customized or isn't reliant on military time display?
i guess i could use vbdate and so it uses the default settings of the board. Anyway im gonna grab some z's
barcraft
12-16-2009, 12:16 AM
I have problems in vB 4.0.0 RC2 with GCBOS
Attach my error :(
F1 please!!!
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.