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)

elwachiman 12-13-2009 11:39 PM

Quote:

Originally Posted by Trek (Post 1930147)
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?

Trek 12-14-2009 05:31 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

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

Quote:

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

Quote:

Originally Posted by Trek (Post 1930318)
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

Quote:

Originally Posted by sean-zigster (Post 1930338)
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:
PHP Code:

if (ini_get('allow_call_time_pass_reference') != 'On'ini_set('allow_call_time_pass_reference''On'); 

to gcbos.php and class_gcbos.php :)

macc 12-14-2009 02:27 PM

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>

macc 12-14-2009 03:27 PM

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

Quote:

Originally Posted by MyChemicalSelf (Post 1930481)
If you are using PHP 5.3 i will be releasing a fix in the next few days, howver you could try adding:
PHP Code:

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

Quote:

Originally Posted by sean-zigster (Post 1930604)
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?

Trek 12-14-2009 05:31 PM

Quote:

Originally Posted by vsavin (Post 1930638)
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

Quote:

Originally Posted by sean-zigster (Post 1930604)
also how do you change the name of the shoutbox from GCBOS

GCBOS style template

look for

Code:

<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

Quote:

Originally Posted by MyChemicalSelf (Post 1930778)
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:
Code:

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

macc 12-14-2009 11:13 PM

Quote:

Originally Posted by ArtAttack (Post 1930855)
The header include hook script tag is missing the type attribute. It should be:
Code:

<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

macc 12-15-2009 12:01 AM

Quote:

Originally Posted by VonDoom (Post 1930870)
set it at the end of the head include template

Thanks!!!!

macc

TheMayhem 12-15-2009 12:08 AM

Quote:

Originally Posted by MyChemicalSelf (Post 1930778)
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

Quote:

Originally Posted by MyChemicalSelf (Post 1930778)
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

Quote:

Originally Posted by ArtAttack (Post 1930855)
The header include hook script tag is missing the type attribute. It should be:
Code:

<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

Quote:

Originally Posted by ArtAttack (Post 1930855)
The header include hook script tag is missing the type attribute. It should be:
Code:

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

Thanks for pointing this out :)

Quote:

Originally Posted by macc (Post 1930857)
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.

Quote:

Originally Posted by VonDoom (Post 1930870)
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

Quote:

Originally Posted by bart6767 (Post 1931128)
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:

Code:

<!-- 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

Quote:

Originally Posted by MyChemicalSelf (Post 1931151)
/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
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.


All times are GMT. The time now is 09:15 PM.

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

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01938 seconds
  • Memory Usage 1,844KB
  • 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
  • (8)bbcode_code_printable
  • (2)bbcode_php_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