PDA

View Full Version : Adding Inferno vbShoutbox


Master Lucas
04-29-2011, 12:36 AM
I am adding shoutbox to forum, and I Tranfered it over onto the admin cp.

I am on this part in the rules now.


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 1304105454 at 1304105454 ---------------

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!