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)

D|ver 10-29-2005 06:23 PM

i can't shout in my shoutbox
there is no reaction after i click on "shout". but when i enter the post again and send via "shout", i get an error message, that the post is in progress :( :(

can anyone help?
thank you in advance

Swindont 10-30-2005 08:18 AM

how would i set it so only admins can prune?

majorj0nny 10-30-2005 12:54 PM

Quote:

Originally Posted by Bones_3DFC
I banned usergroup 1 (unregistered/not logged in)
and now as a guest I get this in my shoutbox

Can anyone tell me how to fix?
Thanks in advance.
Un-Banning usergroup 1 for now :)

this is a result of the ban you did .... try setting the option under the ban so that banned users cant see the shoutbox at all rather than being able to see it but just not being able to shout in it.

Parture 10-30-2005 10:42 PM

How do you make the text smaller? http://biblocality.com/forums

How do you decrease the width of the shoutbox?

How do you make so that "Currently Active Users" does not not always read "Viewing the Shoutbox" for everyone?

VBUsers 10-31-2005 03:18 AM

does this hack work with 350 gold?

leeman 10-31-2005 06:59 AM

Quote:

Originally Posted by lowandloudinc
does this hack work with 350 gold?

Like a charm ....


I have never had any problems with it ....

NewOrder 10-31-2005 06:23 PM

nm sorted

zephy 10-31-2005 10:28 PM

Nice hack, just installed it and the regs love it

calvinnguyen 10-31-2005 10:54 PM

Is this working with current vb3.5.0?

Parture 11-01-2005 12:28 AM

I have 3.5 gold and these are my 3 problems:

1) How do you make the text smaller? http://biblocality.com/forums
2) How do you decrease the width of the shoutbox?
3) How do you make so that "Currently Active Users" does not not always read "Viewing the Shoutbox" for everyone?

zephy 11-01-2005 12:46 AM

Can I make this Shoutbox appear on all standard forum pages?

Snake 11-02-2005 08:43 AM

Quote:

Originally Posted by Parture
I have 3.5 gold and these are my 3 problems:

1) How do you make the text smaller? http://biblocality.com/forums
2) How do you decrease the width of the shoutbox?
3) How do you make so that "Currently Active Users" does not not always read "Viewing the Shoutbox" for everyone?

Yes I assume that's a bug with the hack itself. When my members are viewing the forums homepage, it shows up as "Viewing The Shoutbox". Is there a fix to that please?

Snake 11-02-2005 12:59 PM

Quote:

Originally Posted by zephy
Can I make this Shoutbox appear on all standard forum pages?

Of course - https://vborg.vbsupport.ru/showthread.php?t=96158

wolfgang2 11-02-2005 03:02 PM

Great Hack thx, installed and nearly working fine.


2 Problems though.

Graphics like smilies are not showing, images ( img code ) are not shown only urls are working. Even though everything is set properly.

The reload of the shoutbox is far too often and brings up the traffic...how can i reduce the reloads? Esp. in firefox it is also looking anoying with every reload, its like a flackering of the monitor but only in the box.


ah, one thing else, when pruned via "/prune" all numbers of counters/shouts of the users ( who shouted are deleted as well.
Is there a possibility that those counts are remainung even after the shouts have been deleted?



Thx for any help!


Edit: 21.33

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...

Quote:

To fix the smilies, go to your vBulletin options -> User Profile Options and choose yes for Allow Smilies in Signatures, now you have smilies
Still the reload thing, any Help is appriciated...

Valter 11-03-2005 01:52 PM

Users can not delete their own shouts.

Is there any update on this product ZT?

BlackRabbit1971 11-03-2005 02:07 PM

Quote:

Originally Posted by wolfgang2
Still the reload thing, any Help is appriciated...

Ok... here ya go...

Quote:

Under "Styles & Templates >>> Style Manager" >>>

Forum Home Templates >> forumhome_vbshout

Find >>

setTimeout('requestShouts()', 10000)


Change Inline >>

10000 to Time in 1000/s
Hope this helps

Aeolian_X 11-03-2005 03:04 PM

This thing is awesome, but one thing I don't like is the font color selection. I'd rather only have available the colors that I want to be selected. This will keep people from selecting light colors to use on my white backgrounds. Any way to do this? Any help is appreciated.

wolfgang2 11-03-2005 06:16 PM

Quote:

Originally Posted by BlackRabbit1971
Ok... here ya go...



Hope this helps

Yes it helps, but what does that do?
I changed 10000 to 1000/s

Is it reloading still? Or just every 1000 seconds?
Sorry for that dumb question...

BlackRabbit1971 11-04-2005 02:16 AM

Quote:

Originally Posted by wolfgang2
Yes it helps, but what does that do?
I changed 10000 to 1000/s

Is it reloading still? Or just every 1000 seconds?
Sorry for that dumb question...


Sorry, Wolfgang..... this is how often it reloads and the number is seconds in 1000ths of a second... thus...

1000 = reloads every second
10000 = Every 10 Seconds (the default number)
30000 = Every 30 Seconds
60000 = Every min

Hope this is clearer..

BR ;)

BlackRabbit1971 11-04-2005 02:27 AM

Quote:

Originally Posted by Aeolian_X
This thing is awesome, but one thing I don't like is the font color selection. I'd rather only have available the colors that I want to be selected. This will keep people from selecting light colors to use on my white backgrounds. Any way to do this? Any help is appreciated.


Yes looking at the template, it should be possible... I'll have a look later when I'm in from work...

BR ;)

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.

SnickersTK 11-05-2005 10:27 PM

I did like to be able to give guests permission to shout too, on my board.

and somewhere a little bix where they can type a name

example; I'm a guest and goes to the shoutbox, and type in: TK in the little name box: writes: hello in the type box and presses shout.

it will say: [Today 12:07 AM] G_TK: hello

(all guest will auto get a G_ infront of their name, and the name wont function as a link)

possible?

TheFocusElf 11-06-2005 03:16 AM

perfect. worked perfectly.

Phlex 11-06-2005 03:27 PM

It would be great to give admins the opportunity to define x shouts per x posts/day

Example : makes 5 posts on one day , therefore he can make 20 shouts on that day.

Or another great option would be :
USers cannot post X shouts in a row

Great Mod !

Rukas 11-08-2005 02:11 AM

Is it possible to restrict who has access to posting shouts in terms of post counts? We have a lot of people sign up just to spam the shout box, I would like to restrict it so that only people with 1000 posts are allowed to use the shout box.

Snake 11-08-2005 10:24 AM

I think it's already a feature in the shoutbox. Flood shout - look for it.

Rukas 11-08-2005 11:23 AM

Can't find it, already looked thus asked in here.

BlackRabbit1971 11-08-2005 11:37 AM

You could create a new group called Shouters based on your registered users group and then create a cron job to change members into that group at 1000 posts... Then entered the registered users group into the ban box in shouts settings...

BR ;)

Snake 11-08-2005 12:03 PM

That trick works thanks.

SilentK 11-09-2005 05:05 AM

I have run into a bug while using konqueror (browser for linux)

The scrollbar to the side apparently doesn't work and it stretches the entire shoutbox out.

here's a screenshot

http://www.xblteams.com/snapshot1.png

Probably related to the safari complaint as the both use a form of khtml.

kafi 11-09-2005 08:00 AM

How do I turn unregistered to be able to post?

Sorry, can't find that option. pls help


All times are GMT. The time now is 11:02 PM.

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.02843 seconds
  • Memory Usage 1,834KB
  • 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
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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