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)

Aeolian_X 11-04-2005 03:13 AM

Thanks. I truly appreciate it.

wolfgang2 11-04-2005 01:52 PM

thank You BlackRabbit1971 for your help

So if i write:

setTimeout('requestShouts()', 1000/s)

It reloads every second

if i write:

setTimeout('requestShouts()', 60000/s)

it reloads every minute right?

if i would write:

setTimeout('requestShouts()', 120000/s)

sorry i have to ask so many times, but i got a really traffic problem...so i have to put it down to 2 minutes reloading or even more...

:nervous:

BlackRabbit1971 11-04-2005 03:05 PM

Quote:

Originally Posted by wolfgang2
thank You BlackRabbit1971 for your help


So if i write:

setTimeout('requestShouts()', 1000/s)

It reloads every second

if i write:

setTimeout('requestShouts()', 60000/s)

it reloads every minute right?

if i would write:

setTimeout('requestShouts()', 120000/s)


sorry i have to ask so many times, but i got a really traffic problem...so i have to put it down to 2 minutes reloading or even more...

:nervous:


Almost there... but you have left the /s next to the values....

setTimeout('requestShouts()', 60000)

Should look like that.... for a reload every min...

setTimeout('requestShouts()', 120000)

And like that for 2 mins... ok

Just change the value in the line...

setTimeout('requestShouts()', 10000)

BR ;)

PS.. Always best to keep asking if ya not sure.. :)

BlackRabbit1971 11-04-2005 03:20 PM

Right then.... Aeolian... here goes...

I didn't go about finding how to change the default colour... that was way too annoying... but you can easily limit the colurs your members have a choice of...

Open "Plugin System" > "Plugin Manager" > "vBShout [Template Alteration]"

Find this section >>
PHP Code:

$hex   = array();
$hex[] = '0';
$hex[] = '3';
$hex[] = '6';
$hex[] = '9';
$hex[] = 'C';
$hex[] = 'F';

for (
$a 0$a 6$a++)
{
    for (
$b 0$b 6$b++)
    {
        for (
$c 0$c 6$c++)
        {
            
$Options_DropDown['color_selector'][] = '#' $hex[$a].$hex[$a].$hex[$b].$hex[$b].$hex[$c].$hex[$c];
        }
    }


Replace it with >>>
Quote:

$Options_DropDown['color_selector'][] = '#00FF00';
$Options_DropDown['color_selector'][] = '#FF0000';
$Options_DropDown['color_selector'][] = '#0000FF';
You can add, change or delete the values in the replace section to your requirements... They will appear in the order that you have them listed..

Go here Colour Picker, to find values for hex colours..

Also... I did a small hack in the same template a while back that displays the colour in the list instead of the colour hash values...

https://vborg.vbsupport.ru/showthrea...636#post771636


Hope this helps BR ;)

Aeolian_X 11-04-2005 04:49 PM

That works like a charm! Thanks a lot! That was a big help!

Aeolian_X 11-04-2005 06:49 PM

This thing is in dire need of a way to censor shouts.

BlackRabbit1971 11-04-2005 07:39 PM

Censor shouts?

uzman59 11-05-2005 07:07 AM

how do i add background https://vborg.vbsupport.ru/

Aeolian_X 11-05-2005 02:28 PM

Yeah, censor the cursing in the shoutbox. My filters for the forum do not work in the shoutbox. Maybe I missed something though.

mikexxx 11-05-2005 02:41 PM

Quote:

I found out how to work the smilies and graphics, but in myopinion its not good to make it the same variable as signature, now my users can use smilies and grpahics in their signatures what i have never allowed...
Ahhh great now the Smilies are working. But i don't want users to use smilies in the signature (like you).

Is there someone know how to fix this.


All times are GMT. The time now is 11:54 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.03231 seconds
  • Memory Usage 1,755KB
  • 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_php_printable
  • (3)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