vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Chat Modifications - GSBOS: Generic Shout Box Operating System (https://vborg.vbsupport.ru/showthread.php?t=191963)

dinnerbone 09-26-2008 12:43 PM

Quote:

Originally Posted by macc (Post 1630881)
i use IE 7 and java is enabled ... but i could not see anything what i type like "test" user

reg

macc

Sorry about that, looks like I uploaded an old version of the javascript. It should be working now.

soundbarrierpro 09-26-2008 12:48 PM

Quote:

Originally Posted by macc (Post 1630874)
hello!

was on your page and try but could not see any text?

regards

macc

me too. I can enter my cursor and find carrot, but no text shows after typing and entering.

IE. 6

macc 09-26-2008 01:04 PM

your link does not work now!

reg
macc

dinnerbone 09-26-2008 01:06 PM

Quote:

Originally Posted by macc (Post 1630907)
your link does not work now!

reg
macc

What do you mean? The example forums or the download link? The forums are working fine for me, I'll check the download.

macc 09-26-2008 01:11 PM

mean link for forum (demo) - for me just open blank page .... works not but before works fine !

regards

macc

germinus 09-26-2008 05:41 PM

He has not added any instructions for template edits thats why its not working, as most of you know the code <!-- main --> is already in the forumhome template, there is obviously code that should be inserted before or after this but he has forgot to add the code!

dinnerbone 09-26-2008 05:48 PM

Quote:

Originally Posted by germinus (Post 1631097)
He has not added any instructions for template edits thats why its not working, as most of you know the code <!-- main --> is already in the forumhome template, there is obviously code that should be inserted before or after this but he has forgot to add the code!

A plugin hooks onto that line and adds its own code just before it when the page is being created. I told people to add that line for custom styles and templates that did not have it enabled.

If it is not working and you are using default templates/styles, please check that the main GSBOS plugin is enabled.

germinus 09-26-2008 05:59 PM

Ok well it seems alot of people are saying they cant see the shoutbox even when everything is enabled!!

So here is the manual templated edit you need to do...

Open FORUMHOME template and find
Code:

<!-- main -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>

Add AFTER on a NEW line
Code:

<tr>
<td class="tcat" align="center" colspan="3">
<a style="float:right" href="#top" onclick="return toggle_collapse('gsbos')"><img id="collapseimg_gsbos" src="images/buttons/collapse_tcat.gif" alt="" border="0" /></a>
GSBOS
</td>
</tr>
</thead>

<tbody id="collapseobj_gsbos" style="">

<tr>
<td align="left" width="100%" style="background-color:#000000;color:#FFFFFF;padding:0px;">

<div id="gsbosshow" class="smallfont" style="overflow:auto;width:100%;height:150px;background-color:#000000;color:#FFFFFF;">
#GSBOS&gt; Loading...
</div>
<div id="gsbosinput" class="smallfont" style="width:100%;background-color:#000000;color:#FFFFFF;">
<form action="gsbos.php" name="gsbosform" onsubmit="gsbos.sendInput(); return false;">
&gt;<input type="text" name="message" id="gsbos_message" class="smallfont" style="width:95%;background-color:#000000;color:#FFFFFF;border:none;" />
</form>
</div>
</td>
</tr>
</tbody>
</table>
<br />

<script type="text/javascript" src="clientscript/gsbos.js"></script>
<script type="text/javascript">
<!--
gsbos = new gsbosEngine();
gsbos.init(3, 65, 5 * 1000);
-->
</script>
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<thead>


digicom 09-26-2008 06:02 PM

I been banging my head against wall for hours tryin to get this to work lol and I just added code posted by germinus and works perfect now! apprciated germinus and dinnerbone :up:

dinnerbone 09-26-2008 06:07 PM

I'll have to look into why the plugin isn't working then. In theory, the plugin should replace that line with the shoutbox code when the page is displayed to the user, but I can't see why that isn't happening. Thanks for posting the workaround though.


All times are GMT. The time now is 02:19 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.01013 seconds
  • Memory Usage 1,740KB
  • 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
  • (2)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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