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 - [AJAX] Extra Shoutbox Pro (https://vborg.vbsupport.ru/showthread.php?t=239547)

Chance4Today 08-30-2010 11:29 AM

Tagged

FReeSTER 11-29-2010 11:28 PM

Quote:

Originally Posted by El Intocable (Post 2080734)
How can I add this shoutbox to a specific forum inside of the forumhome? I have international forums sections on my board and I will like to have a chat in the Portuguese section and not any where else.

How can I do that?

Maybe the creator of this mod can help me out. Any ideas bud?

mishwar222 12-02-2010 04:19 AM

Hello ry215,

Thank you for the nice mod.
Could you tell me how to make the text align right? I need the text to be in the right side of the box for non English language.

Thank you.

Da-Vinci 01-07-2011 12:02 AM

I wanted to display this everywhere, so usually I just add my Chatboxes to the bottom of my Navbar templates.

So in the plugin I changed the Hook to

Code:

<hookname>navbar_complete</hookname>
and changed this

Code:

vB_Template::preRegister('SHOWTHREAD', $sb_pro);
to this

Code:

vB_Template::preRegister('navbar', $sb_pro);
I also removed these 2 entries from the shoutbox.php

Code:

// if($forum != $referer) { echo 'Access Denied!'; exit; }
but it only displays in the ad block of my sidebar on the FORUMHOME and removes the ad, any ideas, I really like the look of this as all the chatboxes I've used cause a high server load when enabled globally across the forum.

Juggernaut 01-07-2011 03:53 AM

keep getting the permision denied in line 358 of tools.php.

Scanu 02-18-2011 01:49 PM

Hai when i save the optioni in the tools.php the script not save, and in the shoutbox when i push enter not shout. I can fix it?

Sorry for the bad english i'm italian

DAMINK 02-28-2011 09:54 PM

I also want to try this mod. But need it to be forum specific?
Not on all pages or just on index. Rather on one specific forum.
Can this be done?
I use VBSEO so i dont know if this will cause further problems?

River J 08-23-2011 08:50 PM

Access denied, I see nothing wrong with the settings......

maxie 09-17-2011 11:56 PM

make sure all file is in rewritable mode or else you get access denied


if you want to put the shoutbox below the navbar

find the below code in forumhome templete

PHP Code:

{vb:raw navbar

and paste this code below
PHP Code:

{vb:raw sb_pro


hope it can help

maxie 09-18-2011 01:01 AM

helo, ive try all are okay,

the one thing not work is some code

like codes

PHP Code:

 [IMG]  image here [/IMG



All times are GMT. The time now is 08:06 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.01049 seconds
  • Memory Usage 1,739KB
  • 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
  • (4)bbcode_code_printable
  • (3)bbcode_php_printable
  • (1)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