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)

KHALIK 02-07-2010 02:06 AM

Quote:

Originally Posted by ComoEstaEso-com (Post 1973903)

Unregistered / Not Logged In users are not able to see any of the messages.
The shoutbox displays in the window, yet it contains no messages.

I went to the Unregistered / Not Logged In group, and set the permissions to:
GCBOS Permissions
Can View GCBOS
YES
Can Talk in GCBOS
YES

I have the same "excat" problem with the latest release version of GCBOS under vb4.01
Any ideas why this is?

MichaelDance 02-07-2010 07:46 AM

I carnt get to come up on the forum i followed the instructions but still nothing comes up..

im not sure where im going wrong :'

OmekaTeam 02-07-2010 07:11 PM

PHP Version 5.2.11

I followed all the instructions, the README file and I checked the files in FTP, but it is always loading, what did I do wrong? Thanks

KHALIK 02-07-2010 10:30 PM

I hope the plugin gets updated asap with the fixes.

MyChemicalSelf 02-08-2010 01:02 AM

Quote:

Originally Posted by pitt34 (Post 1975931)
When I'm adding a warn I have an error like that:



I suppose that it's connected with your modification, so I'm writing here.

I have fixed this for RC4 which is currently being ran on the test site :) should be uploading it tomorrow if no more bugs arise.

MyChemicalSelf 02-08-2010 01:05 AM

Quote:

Originally Posted by RS_Jelle (Post 1975525)
Thanks for this great mod :)

Some suggestions:
1. A setting to control the default height of the chat box.
2. An archive page to view the older shouts.

Some small fixes:

1. Remove from gcbos.php:
PHP Code:

define('NO_REGISTER_GLOBALS'1); 

This is deprecated. vBulletin isn't using this any more.

2. Replace the cache_templates plugin code with:
PHP Code:

$cache[] = 'GCBOS'

When caching only one or two templates, this is faster than array_merge().

3. Replace
HTML Code:

<script src="clientscript/gcbos.js"></script>
with
HTML Code:

<script type="text/javascript" src="clientscript/gcbos.js"></script>
to make it XHTML valid.

4. In the GCBOS template replace
HTML Code:

<img src="images/buttons/collapse_40b.png" alt="" title="Collapse this Category">
with
HTML Code:

<img src="images/buttons/collapse_40b.png" alt="" title="{vb:rawphrase collapse_this_category}" />
to make it XHTML valid and to phrase it (it's a global phrase, so it works for sure).

5. In the GCBOS template replace
HTML Code:

<input type="text" id="gcbos_input" style="width: 92%; height: 19px; margin: 1px;float:left;" autocomplete="off" />
with
HTML Code:

<input type="text" id="gcbos_input" style="width: 92%; height: 19px; margin: 1px;float:left;" />
to make it XHTML valid. Autocomplete isn't a valid XHTML attribute. I don't think it's required for the AJAX to function in this case?

6. Hide the notice by default
HTML Code:

<div class="forumrowdata">
        <p class="subforumdescription" id="gcbos_notice" style="display:none"></p>                       
</div>

and then use style.display = 'block' in the JavaScript to show it when there actually is a notice. This avoids an empty bar.

Thanks i shall add these changes to RC4

KHALIK 02-08-2010 11:45 AM

Quote:



Unregistered / Not Logged In users are not able to see any of the messages.
The shoutbox displays in the window, yet it contains no messages.

I went to the Unregistered / Not Logged In group, and set the permissions to:
GCBOS Permissions
Can View GCBOS
YES
Can Talk in GCBOS
YES

Any solutions or ideas to fix this problem.

Matais 02-08-2010 12:39 PM

Are options to remove the typewriter effect, and what order new shouts are displayed in, being added?

xDazedx 02-08-2010 01:53 PM

Matais - I think you are wanting what I was looking for. Newest posts at the top vs the bottom and all texts displayed and not reloaded on a page refresh.

What I would like to also see on this is a slight color change between rows and then maybe at the top, menu buttons for image, links, smilies etc. for people who do not know bbcode off the top of their head.

Great mod!

MyChemicalSelf 02-08-2010 01:56 PM

Quote:

Originally Posted by Matais (Post 1977399)
Are options to remove the typewriter effect, and what order new shouts are displayed in, being added?

Typewriter is disabled in 0.6.9(?)+ via forcing the instant tags :) and i may add ordering in a later release o, more concerned with fixing outstanding issues and implementing crucial ones that have been left aside at the moment.

RC5 is underway witht he above changes made (read a few posts up) im still having issues with hiding the notice section via js (refreshing the page for some reason) and it frankly looks ugly without it there :) im currently downgrading my test server to PHP5.2.12 to test on since 5.3 is pure evil 8- )


All times are GMT. The time now is 05:17 AM.

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.02130 seconds
  • Memory Usage 1,756KB
  • 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
  • (7)bbcode_html_printable
  • (2)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

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

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