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)

Seatbelt99 01-31-2010 12:27 PM

Quote:

Originally Posted by hridayath (Post 1971161)
Even after following installation instructions perfectly I can not get the chat box to display on my Forum Home: I've included <!-- {SHOUTBOX} --> in my forumhome template but still no luck? Anyone please help me. I am losing members without the shoutbox.

You have likely done this, but I forgot so I'll suggest it.

You have to go to each usergroup and turn on each option before it will show up.

rmadeat 01-31-2010 12:29 PM

very good!

hridayath 01-31-2010 01:05 PM

Yeah I did this on each user group still no luck.

hridayath 01-31-2010 01:19 PM

The instructions are so vague that most of the users of this shoutbox seem to figure out the solution themselves for most of the problems. looking at the writeup for this mod I thought it would be MOD of the year but the work around for all the problems made me change my mind regarding this being the best Mod on VB 4.

Atleast now can someone help me displaying it on my Forum?

Aclikyano 01-31-2010 04:58 PM

cant wait for a different shoutbox, this one is like no-frills imo
but nice for now i guess :)

ComoEstaEso-com 02-01-2010 05:18 PM

I just installed it and everything went smoothly.
Working like a charm!

Quote:

Originally Posted by hridayath (Post 1971236)
The instructions are so vague that most of the users of this shoutbox seem to figure out the solution themselves for most of the problems. looking at the writeup for this mod I thought it would be MOD of the year but the work around for all the problems made me change my mind regarding this being the best Mod on VB 4.

Atleast now can someone help me displaying it on my Forum?

hridayath,
I'm no expert... yet let's see.
What are you having problems with?
1- upload contents of 'upload' folder to your forum
2- install new product with the attached .xml file
3- To add the "<!-- {SHOUTBOX} -->" do it like this:

Admin CP >> Styles & Templates >> Style Manager >> drop-down menu "Edit Templates"
Then, scroll down on the list until you see Forum Home Templates, then double-click on it.
Below that, a template called "FORUMHOME" will appear.
Click on that, then click on the "Customize" button on the right (or on the "Edit" button).

Then, here was my edit (there might be a better way to do it... this is what I did and it works)
Code:

{vb:raw headinclude_bottom}
</head>
        <body>

        {vb:raw header}

        {vb:raw navbar}
<!-- {SHOUTBOX} -->

        <div id="pagetitle">

Hope that helps!

revmitchell 02-01-2010 05:47 PM

Is there anyway to add smilies to it?

ComoEstaEso-com 02-01-2010 05:49 PM

Question:
In what template should I add:
<!-- {SHOUTBOX} -->

So the shoutbox shows in the CMS home?
At the moment, it displays perfectly in the Forum home.

Suggestions?

Thanks for the help and hard work!! :)

macheath 02-01-2010 06:13 PM

If anyone is interested in getting thread replies:

Create a new plugin.
Product: GCBOS
Hook Location: postdata_postsave
Title: New reply
Execution Order: 5
Plugin PHP Code:
PHP Code:

require_once(DIR '/includes/class_gcbos.php');
$gcbos = new GCBOS();

global 
$vbulletin;

if (
$vbulletin->options['gcbos_forum_alert'] == && !in_array($this->info['forum']['forumid'], (array)explode(';'$vbulletin->options['gcbos_forum_exceptions'])))
{

$titleprefix '[post=' intval($this->fetch_field('postid')) . ']';
$titlesuffix '[/post]';
    
$gcbos->create_message('replied to the thread ' $titleprefix unhtmlspecialchars($this->info['thread']['title']) . $titlesuffix$vbulletin->userinfo['userid'], TIMENOW0GCBOS_MESSAGE_TYPE_NORMAL$vbulletin->userinfo['userid']);



Videx 02-01-2010 06:35 PM

Quote:

Originally Posted by ComoEstaEso-com (Post 1972366)
Question:
In what template should I add:
<!-- {SHOUTBOX} -->

So the shoutbox shows in the CMS home?
At the moment, it displays perfectly in the Forum home.

This would likely be a permissions issue. Remember you have to manually set everything in vb4. To get it at the top you just want to use the Advertising Manager. AdminCP>Advertising>Add New Ad . It will show at the top of all 3 products - the CMS, Blog, and Forum.


All times are GMT. The time now is 02:53 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.01761 seconds
  • Memory Usage 1,755KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_php_printable
  • (3)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