vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Chat Modifications - [Shout/Chatbox 0.7.06] GCBOS - Generic Chat Box Operating System (https://vborg.vbsupport.ru/showthread.php?t=228046)

macc 12-15-2009 04:23 PM

Code:

<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

Quote:

Originally Posted by ArtAttack (Post 1931193)
Another suggestion:
change in the GCBOS template
Code:

<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
Code:

<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

Quote:

Originally Posted by Darkimmortal (Post 1931218)
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

Quote:

Originally Posted by dale09 (Post 1931428)
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

Quote:

Originally Posted by TheMayhem (Post 1931438)
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

1 Attachment(s)
I have problems in vB 4.0.0 RC2 with GCBOS

Attach my error :(

F1 please!!!

barcraft 12-16-2009 12:17 AM

Quote:

Originally Posted by barcraft (Post 1931451)
I have problems in vB 4.0.0 RC2 with GCBOS

Attach my error :(

F1 please!!!

Zorry... version GCBOS is GCBOS_0.6.9.zip

crazyace 12-16-2009 12:28 AM

Quote:

Originally Posted by MyChemicalSelf (Post 1931435)
Oh the current release should work fine with RC4 :)

It doesn't for me. I just get loading....

ArtAttack 12-16-2009 12:29 AM

Quote:

Originally Posted by crazyace (Post 1931454)
It doesn't for me. I just get loading....

Works fine for me

crazyace 12-16-2009 01:00 AM

So I just noticed something. In version 6.5 a .svn folder is uploaded. In all the other installs its not present. What was that folder for?

Quote:

Originally Posted by ArtAttack (Post 1931455)
Works fine for me

I have reinstalled it 4 times now and it doesn't do anything.

crazyace 12-16-2009 01:03 AM

Apache version 2.0.63
PHP version 5.2.9
MySQL version 5.0.85-community
Architecture i686
Operating system Linux

This is my server info

barcraft 12-16-2009 01:17 AM

Quote:

Originally Posted by barcraft (Post 1931452)
Zorry... version GCBOS is GCBOS_0.6.9.zip

don't F1 for me? :(

Trek 12-16-2009 01:47 AM

Quote:

Originally Posted by crazyace (Post 1931454)
It doesn't for me. I just get loading....

It's a conflict with another plugin, I (and many others) have had the same problem. page back a page or two on this thread and you'll see a list of things that have been identified as causing this issue.

Once I disabled the mod that was causing the issue, it started working fine.

crazyace 12-16-2009 02:08 AM

FML it was hanging because of the "My Threads & My Posts" mod....

elwachiman 12-16-2009 04:25 AM

Quote:

Originally Posted by elwachiman (Post 1930210)
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

this hack cause some conflict with gcbos

MyChemicalSelf 12-16-2009 01:03 PM

As a quickfix to the 'loading bug' simply add
Code:

<script src="clientscript/gcbos.js" type="text/javascript"></script>
To headinclude and remove the old hook :)

pozo 12-16-2009 03:22 PM

Quote:

Originally Posted by barcraft (Post 1931451)
I have problems in vB 4.0.0 RC2 with GCBOS

Attach my error :(

F1 please!!!

https://vborg.vbsupport.ru/showpost....&postcount=211

This will stop your loop-error

pozo 12-16-2009 04:42 PM

Is there any way to add the smiley-box and custom font colors?

crazyace 12-16-2009 04:52 PM

Quote:

Originally Posted by pozo (Post 1931758)
Is there any way to add the smiley-box and custom font colors?

I think things like that is something the author is working on. But just having it simple and working is really all we need :-)

MyChemicalSelf 12-16-2009 06:58 PM

0.7 is confirmed to run on PHP 5.3.1 and litespeed webserver.

Derek Chai 12-17-2009 12:19 AM

Nice, this is very nice except I would like to see this ported into something like inferno. Mute reason and who muted would be nice..

MyChemicalSelf 12-17-2009 02:04 PM

Quote:

Originally Posted by Derek Chai (Post 1931968)
Nice, this is very nice except I would like to see this ported into something like inferno. Mute reason and who muted would be nice..

And im working on some features to make this more 'appealing' font styles etc.
Quote:

/listmuted

Trek 12-17-2009 03:18 PM

Quote:

Originally Posted by MyChemicalSelf (Post 1932249)
And im working on some features to make this more 'appealing' font styles etc.

Sounds good, can't wait! This is shaping up to be a very excellent mod, thank you for your work on it!

sani79 12-17-2009 04:00 PM

1 Attachment(s)
HY

can anyone help me and fix this?? and if i use /clear Command it clear the Box but after Reload site i have all old Entry agian in the box!!!!!!!!!

VB Version 4.0 RC2


Attachment 107666


THX
sani79

fahl 12-17-2009 04:36 PM

Is there anyway to get "Newest posts at top"
Thanx

klaus 12-17-2009 07:19 PM

1 Attachment(s)
I installed the mod in my VB4 test forum.

Now my home page with the GCBOS chat open and enabled keeps "refreshing" indefinitely. About every 30secs (+/-) there is a request going from my browser to my server.

With hundreds of visitors in my forum I can imagine a major performance impact. I currently use "Cyb ChatBox" on my VB3.8 production server with no major performance impact (or at least its manageable). With Cyb ChatBox I can configure a timeout when a client is considered no longer active and no new chat entries will be delivered. A user will time out and I as admin can control it. I also restricted Chat access to only registered members to lower overhead.

How does GCBOS work? Will it time out? Can I configure it? Imagine all the users that walk away from their computer and leave my forum home page open.

Performance is important.

nightbloom 12-18-2009 01:05 AM

*edited*

I made a crucial mistake. I didnt read ALL the instructions.

I feel so newb....

crazyace 12-18-2009 01:42 AM

Quote:

Originally Posted by MyChemicalSelf (Post 1931648)
As a quickfix to the 'loading bug' simply add
Code:

<script src="clientscript/gcbos.js" type="text/javascript"></script>
To headinclude and remove the old hook :)

Did you see this post?

PatrickBo 12-18-2009 04:59 AM

Love this addon, it is realy shaping up to be a MOD of the year.. question, like another user asked, is there any future option to have it timeout/idle. Because there is no idle feature, currently, it continues to display shouts to those who just keep my url loaded.. so it does cause a server problem.

thanks and keep up the hard work

ninjashoes 12-18-2009 09:20 AM

Quote:

Originally Posted by PatrickBo (Post 1932706)
Love this addon, it is realy shaping up to be a MOD of the year.. question, like another user asked, is there any future option to have it timeout/idle. Because there is no idle feature, currently, it continues to display shouts to those who just keep my url loaded.. so it does cause a server problem.

thanks and keep up the hard work

I agree if this thing gets an idle feature it will be perfect.

It also really could use an option to disable smilies and a quicker way to setup permissions.

PirateTinman 12-18-2009 09:29 PM

I have recently installed this on my forums, but it seems like it is loading one line of text at a time and scrolling with it, this is kinda boring to wait for if the display limit is high like 50-100 or so.

And as I read it should have been dealt with in version 0.6.9 but its not loading the chat instantly.
Is there an option for it that I have not seen or is there some thing else I can do about the issue?

Other than that I really like it, figured out how to change the colors on it was a bit of a pain, but I blame that on the new StyleVars as I looked for ever for that.

PeZzy 12-19-2009 07:21 PM

A couple of suggestions...the submit button should either be invisible or grey-ed out when a user doesn't have permission to chat...it prevents people from typing in a long sentence then realising they aren't logged in. Also, I don't like the way it retypes the history with Internet Explorer - it types lines twice or more times if they have been edited - looks kind of silly if you ask me.

sani79 12-20-2009 07:54 AM

Hello


I installed this Mod. but i have a Problem!!

Quote:

#10:51 []MG[]KILL</font></a>> sdfs
#10:51 []MG[]KILL</font></a>> dfgeaysfd
#10:51 []MG[]KILL</font></a>> dfgdgsdfgsdfg
#10:51 []MG[]KILL</font></a>> sdgfdsgdfgsdfgsdg
#10:51 []MG[]KILL</font></a>> dfgsdgfbsdtztreujtrujzuj
i have the HTML Mod. too running under VB 4.0 RC2!! Can anyone help me to Remove this??

THX A LOT!!

THX I HAVE FIXED IT!!

sani79

sebaldus 12-20-2009 09:53 AM

Worked fine with Beta 2 - 3 - 4 but when I installed Version 4.0.0 Release Candidate 4
All the first versionene gives error in CMS as shown here:
http://easycaptures.com/fs/uploaded/453/7844077684.jpg
If I download the latest version after installed candidate 4 - it stands only to load and unload ... Nothing happens ..: ( JUST LOADING and LOADING and no more..

Regards from Sebaldus.

fahl 12-20-2009 01:50 PM

Quote:

Originally Posted by MyChemicalSelf View Post

As a quickfix to the 'loading bug' simply add
Code:

<script src="clientscript/gcbos.js" type="text/javascript"></script>

To headinclude and remove the old hook

Did you see this post?
About 4 posts back..........................

LPH2004 12-20-2009 06:56 PM

1 Attachment(s)
I know you are working hard on this mod - and I really enjoy using it. You've been helpful in answering questions and so - I thought - what could I do in return?

Well - while lurking around - I grabbed a screenshot of IP Shoutbox and thought you'd enjoy seeing the controls, etc and how they are arranged. The controls would really help my new users (some are really young) who do not know BBCode.

I totally understand if you are not interested in adding these types of features.

Keep up the great work.


All times are GMT. The time now is 05:21 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03048 seconds
  • Memory Usage 1,846KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (5)bbcode_code_printable
  • (20)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete