vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   Adding Inferno vbShoutbox (https://vborg.vbsupport.ru/showthread.php?t=262832)

Master Lucas 04-29-2011 12:36 AM

Adding Inferno vbShoutbox
 
I am adding shoutbox to forum, and I Tranfered it over onto the admin cp.

I am on this part in the rules now.


Code:

Inferno vBShout enables you to place the shoutbox on any page you desire, by default we allow you to place it on the 'index' script of your forum.
Edit the template: FORUMHOME
Find: $navbar
Underneath this add: <!--{%SHOUTBOX%}-->

Then save your template.

To enable the shoutbox in more places or use it elsewhere, go to the admin opions for Inferno vBShout. To do this,
enter your Admin CP, then follow: vBulletin Options -> vBulletin Options -> Inferno vBShout Settings

You will then find the setting 'Page Deployment', you can enter your scripts here. Scripts have there own defined names,
if you are having trouble deploying the shoutbox in specific parts of your forum please ask for assistance.

I found the Page Deployment, and in the box it said Index. I don't know what I have to put in there for it to show on the Forum. Please help me

--------------- Added [DATE]1304105454[/DATE] at [TIME]1304105454[/TIME] ---------------

Bump

Demon119 05-01-2011 06:38 PM

same problem im using 4.1.3 also

after {vb:raw navbar}

added <!--{%SHOUTBOX%}-->

but no show on index or if i said in FORUMHOME

Lynne 05-01-2011 07:03 PM

Questions/Problems regarding modifications/styles need to be asked in the modification/style thread. That is where the support for modification/style is - not out here in the main forums. Please note that if a modification/style is unsupported (or even if it says it is supported), you may be on your own if you chose to install it.

Da-Vinci 05-01-2011 08:34 PM

That shoutbox isn't officially available for VB4, however it has been unofficially ported over.

The only way to enable it is to activate the Global Page Deployment option.

The option to exclude usergroups from seeing the shoutbox does not work so the only option is to ban the usergroups you wish to exclude from the shoutbox.

This will however display a message saying You are banned from the shoutbox

To edit this message you will need to edit one of the php files, can't remember which one though.

majsm 07-02-2011 02:54 AM

On vb4 How to install

1)Download the Inferno vBShout Pro v2.5.2
2)Use the style manager to find "FORUMHOME" template and find the following line:
Code:

<!-- main -->

Add the following code under the "<!-- main -->" code:
Code:

<!--SHOUTBOX-->

Now to the bug fix

3)In "Styles & Templates" -> "Search in templates" put this in search box: "inferno_shoutbox_box" without quotes.

4)Open it and search for the line:
Code:

parseInt("{$vboptions[ishout_autoidle]}") * 1000

5)Replace the line with following:
Code:

parseInt("{vb:raw vboptions.ishout_ajaxrefresh}") * 1000

Here you go, all fixed! Don't forget to edit the shoutbox settings!
Tested with vBulletin 4.0.7 - It works!


All times are GMT. The time now is 01:05 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.01068 seconds
  • Memory Usage 1,717KB
  • 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)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete