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)

Shazz 02-03-2007 02:28 PM

Quote:

Originally Posted by princeedward (Post 1173603)
try to find if someone ask or reply on this already but can't found it....how do i make such thing...like changing smilies, user legend colors and removing time shout.......please advice and thanks again for any help ....

admincp>vBOptions> The shoutbox option

fosman 02-03-2007 04:22 PM

Hey

How can I move the shoutbox above the navbar?

Thx

burntire 02-04-2007 06:28 PM

Does this archive all the shouts somewhere.
I am just curious about catching spam.

Jorrit787 02-04-2007 06:38 PM

Quote:

Originally Posted by burntire (Post 1174657)
Does this archive all the shouts somewhere.
I am just curious about catching spam.

All shouts are saved until you delete them. You can go to shoutbox.php?do=archive to view them :)

Jorrit787 02-04-2007 06:44 PM

Quote:

Originally Posted by fosman (Post 1173744)
Hey

How can I move the shoutbox above the navbar?

Thx

Edit your navbar template and add $Shoutbox at the very beginning.

You probably also have to remove the following code from the "vBShout [Template Alteration]" plugin (at the very bottom):

Code:

    switch ($vbulletin->options['shout_position'])
    {
        case
1:
           
$Position = '<!-- what\'s going on box -->';
        break;

        case
2:
           
$Position = '<!-- end what\'s going on box -->';
        break;

        case
4:
           
$Position = '<!-- main -->';
        break;

        default:
           
$Position = '$navbar';
        break;
    }

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


princeedward 02-05-2007 04:59 AM

Quote:

Originally Posted by Shazz (Post 1173676)
admincp>vBOptions> The shoutbox option

many thanks for the reply...appreciate it....but can't find it on that location....please advice from any...

thanks and best regards to all...

:o

da420 02-05-2007 07:00 AM

I believe it's vBShout Options...

stud 02-05-2007 01:46 PM

Is there any way or hack to keep your shoutbox $TopTen statistics while flushing out the cache of all previous shouts?

dsmoke 02-06-2007 06:26 PM

where can i find a list of the vbshout command line commands?

da420 02-06-2007 06:28 PM

/me
/prune
/prune username

Those are the three I use the most...


All times are GMT. The time now is 05:59 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.04137 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
  • (1)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)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