vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   [AJAX] vBShout v2.0 (https://vborg.vbsupport.ru/showthread.php?t=93097)

GoTTi 02-18-2006 03:41 PM

can we get a update here?

---MAD--- 02-18-2006 03:59 PM

Quote:

Originally Posted by GoTTi
can we get a update here?

installed - working perfectly!

---MAD--- 02-18-2006 04:31 PM

Quote:

Originally Posted by MAD_PLayEr1
installed - working perfectly!

can we have a list of all the admin controls guys?

GoTTi 02-18-2006 05:32 PM

when i ban a usergroup from viewing the shoutboc, they are getting this error:

Fatal error: Call to undefined function: isbanned() in /home/SITE/public_html/forum/global.php(349) : eval()'d code on line 112

lucky64 02-18-2006 07:32 PM

Awesome hack, just installed, worked perfectly, including the 'who's shouting' hack addon.

Any chance of being able to control what vbcode can be used?

I don't want html, or img for example, but do want smilies..

How about a way to adjust the shoutbox size, from the users end?

username12 02-18-2006 09:05 PM

Any way to make it so mods can't edit people's shouts? I actually don't even know how they're doing it, but I'd like to restrict it to admins only (or nobody).

lucky64 02-18-2006 09:14 PM

Quote:

Originally Posted by lierduh
If you want to have shoutbox on all forumdisplay pages:

1) Change the hook location for 'vBShout [Template Alteration]' to: forumdisplay_complete

2) Edit the plugin code for 'vBShout [Template Alteration]'

Find: '$vbulletin->templatecache['FORUMHOME'] = str_replace($Position, $Position . ' $Shoutbox', $vbulletin->templatecache['FORUMHOME']);'

Replace it with:

$vbulletin->templatecache['FORUMDISPLAY'] = str_replace('$navbar', '$navbar' . ' $Shoutbox', $vbulletin->templatecache['FORUMDISPLAY']);

This is a quick and dirty hack. The shoutbox will only show up under navbar!

3) If you want the shoutbox to show up only in certain forums:

a. add
if ($forumid ==13)
{

In the beginning of the above plugin. 13 is the forum ID you want the shoutbox to show.

b. add
}

in the end of the code.

Any way to get it so it displays at the bottom as opposed ot the top? I wanted to get the shoutbox on the forum home, and in one of my subforums at the bottom.

Weapon-x 02-18-2006 10:41 PM

I installed it. Awesome mod. How do I remove the Color and Font Face scroll boxes?

Weapon-x 02-19-2006 01:03 AM

How do I make the shoutbox appear at the bottom?

Luggruff 02-19-2006 07:45 AM

Quote:

Originally Posted by Weapon-x
I installed it. Awesome mod. How do I remove the Color and Font Face scroll boxes?

yoursite.com/admcp -> styles and templates -> template manager -> edit templates (at the top in the drop down) -> forumhome templates -> forumhome_vbShout

find:
Code:

<select name='font_color' onchange='sb_PropChange(this, "color")'>
                                                                {$DropDowns['color_selector']}
                                                        </select>
                                                        <select name='font_selector' onchange='sb_PropChange(this, "fontFamily")'>
                                                                {$DropDowns['font_selector']}
                                                        </select>

and add this before:

Code:

<if condition="in_array($bbuserinfo['usergroupid'], array(numbers of usergroupID's seperated by comma))">
..if you want to restrict the options to a sertain number of usergropus or

Code:

<if condition="in_array($bbuserinfo['userid'], array(numbers of userID's seperated by comma))">
..if you want to restrict the options to a sertain number of users

Don't forget to add </if> after the color and font code !

Quote:

Originally Posted by Weapon-x
How do I make the shoutbox appear at the bottom?

yoursite.com/admcp -> vBulletin Settings -> vBshout Options -> vBShout Position


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