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)

divided_by_fear 12-23-2005 03:11 AM

i think thats it i was going to try and add the other usergroups that i dont want to that part and see if it works

divided_by_fear 12-23-2005 04:09 AM

lol i must say great codes in this piece of work lol Command Activation in admincp lol i shut mine off and you could still run commands in the shout box... so anyone have a fix for that? or is that another bug to be never fixed?

MindTrix 12-23-2005 03:03 PM

Just a question, in the template vBShout [Template Alteration] is it supposed to say Shoutox in this code

Code:

if ($vbulletin->options['shout_banned_perms'] == 2 && isBanned($vbulletin->userinfo))
{
        $Shoutox = '';
}
else

or should that be Shoutbox :)

divided_by_fear 12-23-2005 03:24 PM

yeah i think it should be Shoutbox... but i dont use [Template Alteration] since i have vbadvanced

kewl1uk 12-23-2005 10:39 PM

Installed on 3.5.2 and working. Thank you. *clicks install*

plateau 12-24-2005 01:10 AM

how to shutdown the shoutbox?

i didnt find it in ACP.

anyone? thanks!!!

Synth 12-24-2005 01:21 AM

just disable the module under "Edit Modules" in admincp

plateau 12-24-2005 01:29 AM

Quote:

Originally Posted by Synth
just disable the module under "Edit Modules" in admincp

cheers mate.

Onimua 12-24-2005 04:06 PM

Great plugin, and works wonderfully. But, there are a couple of things:

When I go to edit long shouts (for example, "This is a really long shout I am doing in the shoutbox to see if it works alright"), I click Edit, but then all that shows up is the first part of the shout, like "This is a really long shout I am doing in th." Is there a way to fix this?

One of my members also noticed (and I checked as well) that in Opera, when you click the color drop-down menu, the colors don't show up (just the color code). Is there a way to fix this as well?

XFSImperial 12-24-2005 07:18 PM

Just installed the plugin, works great. I was curious if there was anyway I could change the "Shoutbox" text, which links to the archive, to read "Spambox." Just curious since I recieved a number of requests heh.

Toky0 12-24-2005 07:42 PM

Quote:

Originally Posted by Toky0
Sorry if this has been asked before. But how do you stop people from using HTML in the shoutbox?

^ ? :nervous:

jarod1981? 12-26-2005 05:05 AM

Hi all

This version is compatible also with Vbulletin 3.5.2?

Thanks :rolleyes:

Onimua 12-26-2005 07:55 AM

Quote:

Originally Posted by jarod1981?
Hi all

This version is compatible also with Vbulletin 3.5.2?

Thanks :rolleyes:

Yep, I'm using it right now. :D

JAYEMULE 12-27-2005 11:12 PM

Installed and the members are loving it. :) We had the older bersion and they used it a lot but I think they might wear this one out :)
Thanks for a great feature for the members to use !

brvheart 12-28-2005 01:04 AM

ok, somehow my Shoutbox ends up above my welcome panel....can someone help and tell me how to get it below the welcome panel?

THanks in advanced :)

brvheart 12-28-2005 01:16 AM

Crap..DA award to me...fixed...sry lol

plateau 12-28-2005 01:49 AM

according to an analysis, this shoutbox ...ly occupy the system resource...

plateau 12-28-2005 01:50 AM

i dont know whether anyone else got the same situation or not? cheers.

Nordraserei 12-28-2005 02:12 AM

Go to type a message in the shoutbox and instead of showing up it takes me to a blank page called forum/vbshout.php?

Karsh 12-28-2005 06:18 PM

Wonderful hack but i need an List of all commands please!

Karsh 12-28-2005 06:21 PM

Need it fast people :S

Daniel 12-28-2005 06:22 PM

Not safari friendly, as stated before. :(

Karsh 12-28-2005 06:29 PM

i need the commands for everythinng for this

aranthorn 12-28-2005 06:32 PM

ZT has given up on this hack?

Karsh 12-28-2005 06:35 PM

I just need commands lmao :(

firstrebel 12-28-2005 09:36 PM

Working fine on 3.5.2

firstrebel *clicks install*

Bob

hotwheels 12-28-2005 11:00 PM

now this is a nice program........wow hotwheels clicks *installs*

Wachtmeister 12-29-2005 03:36 PM

Quote:

Originally Posted by JJR512
Yes:

In the forumhome_vbshout_shout template, fine and remove this code:
Code:

[{$Shout['time']}]
That's it! :)

Hello,

is there also a way to display only the TIME, not the date?

md_doc 12-29-2005 07:23 PM

Just on a side note... people might want to know this... it seems there is no way to stop html from being displayed.

I did the following to the function bbcodeparser

just add in htmlentities($text) where you see $text.

Down side is you wont be able to use html, up side is you wont be able to use html. I am sure it is easy enough to add it to the interface so it is an option but it should probably be disabled by most people anyway as it could lead to some very bad security issues like users embeding another iframe and getting your sessions values which would then allow them act as you and administer the forums as they want which would be bad.

EDIT:
I edited this response to link to my response with the actual code change in it. The code you need

Danny Diamond 12-30-2005 01:52 PM

Easiest install in the history of this forum.

Thanks man

divided_by_fear 12-30-2005 07:32 PM

Quote:

Originally Posted by md_doc
anyway as it could lead to some very bad security issues like users embeding another iframe and getting your sessions values which would then allow them act as you and administer the forums as they want which would be bad.


could you please point out where this is ? i would like to fix that i have no need for html on mine anyway... please let me know where to add this in im not sure what u mean when you posted just add in htmlentities($text) where you see $text can u give a example please

Snake 12-31-2005 01:24 PM

Quote:

Originally Posted by aranthorn
ZT has given up on this hack?

Nah he's just busy with some other projects.

md_doc 12-31-2005 02:52 PM

Quote:

Originally Posted by divided_by_fear
could you please point out where this is ? i would like to fix that i have no need for html on mine anyway... please let me know where to add this in im not sure what u mean when you posted just add in htmlentities($text) where you see $text can u give a example please


Replace lines 114 - 126 (function bbcodeparser in vbshout.php)

PHP Code:

 function bbcodeparser($text '')
 {
     global 
$vbulletin;
 
     if (
$vbulletin->options['shout_bbcode'])
     {
         return 
$vbulletin->vbshout_parse->parse(convert_url_to_bbcode($text), 'nonforum');
     }
     else
     {
         return 
$text;
     }
 } 

with

PHP Code:

 function bbcodeparser($text '')
 {
     global 
$vbulletin;
 
     if (
$vbulletin->options['shout_bbcode'])
     {
         return 
$vbulletin->vbshout_parse->parse(convert_url_to_bbcode(htmlentities($text)), 'nonforum');
     }
     else
     {
         return 
htmlentities($text);
     }
 } 

What this does is it stops the html from being rendered.

I am not sure how vB normally handles it but this is a quick fix at least.

TTG 12-31-2005 03:14 PM

Quote:

Originally Posted by Karsh
I just need commands lmao :(

Did you read the hack information at the top of every page .. all commands are listed :rolleyes:

Alphasims 01-01-2006 12:10 AM

Are there a way to translate shoutbox tekst?

Tekst i want in Norwegian:
-Total Shouts:
-Shouts In Past 24 Hours:

so on.........

i tried Languages & Phrases manager, i cant find it. thanks for a great ShoutBox :)

Ohiosweetheart 01-02-2006 01:43 PM

I installed this... wow... it couldn't have been any easier!

question tho: is there a way to edit this so that we can access ALL of our smilies, not just the ones showing in the top pane? AND is there a way to increase the height (NOT width) of the SB so that more than 4 shouts are viewable at a time?

mbader71 01-03-2006 03:52 AM

This is really great

very easy to install

very easy to use

very useful

thanks alot man

Just one quick question

How do I open the shoutbox admin control?

Snake 01-03-2006 11:47 AM

Admin CP - vB Options - Shoutbox Settings :)

Ohiosweetheart 01-03-2006 11:25 PM

thank you!

Mobilestan 01-04-2006 06:53 AM

help me !!!
i have vb 3.5.2 and
my vbshout dont work for Guest

get this error :

Warning: Invalid argument supplied for foreach() in /vbshout.php on line 288

how i can solve this problem ??

thankss


All times are GMT. The time now is 07:46 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.02668 seconds
  • Memory Usage 1,823KB
  • 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
  • (2)bbcode_code_printable
  • (2)bbcode_php_printable
  • (8)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