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)

Stifmeister2 01-06-2009 12:13 PM

Well, I got my fix about 1,5-2 years ago, so try to look for older fixes. :p


Sorry that I can't remember more.. :(

johkalhaups 01-07-2009 02:09 PM

https://vborg.vbsupport.ru/showpost....postcount=3004

I just did that to ours and they it works good now. :)

Zhin Jio 01-07-2009 05:35 PM

I haven't tried re-installing it yet, but does anyone have this working on 3.7.4?

Shaved 01-07-2009 08:54 PM

Just wanted to say thanks for the hack been using it for some time and its great even helped me to understand ajax a little more.

Stifmeister2 01-08-2009 02:49 PM

Quote:

Originally Posted by Zhin Jio (Post 1704360)
I haven't tried re-installing it yet, but does anyone have this working on 3.7.4?

Well it works on my 3.7.4, I never unistalled the mod though, so I'm not sure if there are any bugs when re-installing it.

johkalhaups 01-08-2009 03:16 PM

Quote:

Originally Posted by Stifmeister2 (Post 1705176)
Well it works on my 3.7.4, I never unistalled the mod though, so I'm not sure if there are any bugs when re-installing it.

Yeah, same here.

Its working on my 3.7.4 but we installed it when we were running 3.6.8.

Arachnophiles 01-08-2009 09:35 PM

Still going strong on 3.8, has been installed since 3.6.8.

However, am able to uninstall and reinstall successfully.

ti07shadow 01-11-2009 10:19 PM

ok hey I have a advance bbpermissions mod, but apparently it doesnt prevent people from usng the bbcodes I restrict when they do it in this shoutbox, can you tell me how I would make it so only my moderators and my admins can only use these bb codes I made
[warning]
[info]
[attention]
[notice]
[help]

please this be great

Bman200 01-14-2009 11:58 PM

What are all the commands?

Hornstar 01-16-2009 11:08 PM

im lost as to how he has abandoned his website and customers without and word. yet he was Last Online: Dec 2008

Surely someone has to know something.

zero5854 01-18-2009 12:18 AM

sorry I have a small problem. I love this chat BUT...here it goes...

I have set all the access permissions BUT my staff mods when not logged in get this...

Code:

Warning: Invalid argument supplied for foreach() in [path]/vbshout.php on line 293
if they try to chat ...is there a fix for this? thanks!!!

Stifmeister2 01-18-2009 08:20 PM

Quote:

Originally Posted by hornstar1337 (Post 1715214)
im lost as to how he has abandoned his website and customers without and word. yet he was Last Online: Dec 2008

Surely someone has to know something.

He has a new account, I believe this is Zero Tolerance. :) (He once said it I think.)

Shazz 01-18-2009 08:27 PM

Good luck getting a hold of Zero :(

Hornstar 01-19-2009 04:03 AM

Quote:

Originally Posted by Shazz (Post 1717209)
Good luck getting a hold of Zero :(

He doesnt want to be seen, he is using invisible mode, but what he didn't realize was that his online status still shows Developer Last Online: Dec 2008

He is still around but has just abandoned everything without even the courtesy of a post.

flup 01-19-2009 08:43 AM

Upgraded vB from 3.5.4 till 3.7.2 and vBShout works (no clean install!) also the vBA CMPS add-on (vBShout on vBA CMPS) still works without any problems.

biergit 01-23-2009 02:24 PM

Hi all,

is it possible to hide the shouts history for certain usergroups?
I would like to show only e.g. the last 24 hours in the history to normal users and only allow the mods to view the complete history.

I have seen this in another board but couldn't figure out how to do it.

Can anyone give me a hint?

TIA!

basskiller 01-30-2009 12:20 PM

while clicking on the smilie button, the smilies appear.. but don't go away unless you directly refresh the page.. the old 2.0 never had that problem

Allan 02-09-2009 11:02 PM

Work perfectly on vB 3.8 (but 2.1 version on vBhackers don't work).

southernlady 02-16-2009 12:09 PM

I just installed it on mine running 3.8.1 and it works fine. Only 2 other mods running on the board but several themes. Liz

southernlady 02-23-2009 01:10 PM

I discovered I have a problem with this for the ones who aren't suppose to see it. It works great for those of us who can see it, but those who can't see a shout box with this in it:
Quote:

Warning: Invalid argument supplied for foreach() in [path]/vbshout.php on line 293
Now, I realize there is no official support of this mod, but I am hoping someone in this thread can help me out. I am a designer not a coder, LOL. Liz

Stifmeister2 02-23-2009 04:21 PM

Quote:

Originally Posted by southernlady (Post 1752277)
I discovered I have a problem with this for the ones who aren't suppose to see it. It works great for those of us who can see it, but those who can't see a shout box with this in it:


Now, I realize there is no official support of this mod, but I am hoping someone in this thread can help me out. I am a designer not a coder, LOL. Liz

Do this:


In vbshout.php, find:

Code:

if ($vbulletin->options['shout_messages_order'])

                {
                        $Output = array_reverse($Output);
                }


Below that, add

Code:

if (isBanned($vbulletin->userinfo) && $vbulletin->options['shout_banned_perms'] > 0)

        {
echo '<b>Sorry, you are currently banned from the shoutbox</b>';
exit(); }

(Of course you can change the text to whatever suits you best.)


Worked for me. :)

southernlady 02-23-2009 04:47 PM

Okay, that worked but I preferred this statement...didn't sound quite so harsh, :)
Quote:

Sorry, you do not have permission to use the shoutbox
"banned" sounds so harsh when you can't see it just because you haven't gotten around to registering yet.

I appreciate the help, just wish this was upgraded. Liz

Stifmeister2 02-24-2009 04:18 PM

Quote:

Originally Posted by southernlady (Post 1752463)
Okay, that worked but I preferred this statement...didn't sound quite so harsh, :)


"banned" sounds so harsh when you can't see it just because you haven't gotten around to registering yet.

I appreciate the help, just wish this was upgraded. Liz

Haha, I actually have same kind of message on my board too. :p

johnnyrotten 03-17-2009 02:50 AM

Is there a list of commands to be fouund anywhere?
Read thru quite a few pages here but dont see.

Thanks
Johnny

Stifmeister2 03-17-2009 04:35 PM

Quote:

Originally Posted by johnnyrotten (Post 1770157)
Is there a list of commands to be fouund anywhere?
Read thru quite a few pages here but dont see.

Thanks
Johnny

/prune (Clears the shoutbox completely)
/prune [username] (Clears all shouts posted by specified user)
/"me" - Action message (all users are able to use this command) - use without those " " of course
/pruneshout [shout] - Deletes a single shout

john_d13 03-23-2009 02:36 AM

hey guys wonderin if anyone can help.

I installed, works fine exept for the smileys. when I right click and look at the properties its pointing to my old domain. I once moved domains for my vbulletin and updated my site domain. But for vbshout its still pointing to my old domain for some reason.

example. when right clicking and properties of the smiley i get
http://x-gameservers.com/forums/imag...es/biggrin.gif

should be

http://xpservers.net/forums/images/smilies/biggrin.gif

Anyone can help ?

john_d13 03-23-2009 11:30 PM

???

pewa 03-24-2009 02:01 PM

How much server resources does this mod take compared to let's say the Cyb ChatBox?

DeviantFlash 03-29-2009 04:35 PM

I could have swore I saw this box on another site with a clickable archive link.

Am I mistaken?

Stifmeister2 03-29-2009 04:47 PM

Quote:

Originally Posted by DeviantFlash (Post 1779787)
I could have swore I saw this box on another site with a clickable archive link.

Am I mistaken?

Ummm yea it is a standard feature in this mod. I have it too...

Danielj27 04-16-2009 03:17 PM

it installed okay but doesnt let me shout

Ascension 04-17-2009 10:09 AM

Installed. No Problems. TYVM. 5 Star.

Jim Co 04-23-2009 12:36 AM

I have 2 shoutboxes installed and have the same problem in both when a user types in an & in their shout it gets replaced with this: C&P ; Bitc+ing &amp;amp; Moaning - just Bantering &amp;amp; This was typed: Bitc+ing & Moaning-just Bantering & Any ideas what is doing this I did several searches but no hits on this.........

ti07shadow 04-28-2009 11:02 PM

is there a way to make it so users and show/hide the shoutbox in their profile?

like make it so its hidden to new users by default and give them the ability to show it in their profiles???

becuase I have found that it can detour new users so I want them to have the option to see it or not. but at the same time make a default option to new users to be hidden or shown

Chris Gd 04-28-2009 11:16 PM

When i have it installed and all it just says Loading... in the shoutbox and nothing will come up.

Help please.

Jim Co 05-02-2009 12:41 AM

Bump on this no one else have it...
I have 2 shoutboxes installed and have the same problem in both when a user types in an & in their shout it gets replaced with this: C&P ; Bitc+ing &amp;amp; Moaning - just Bantering &amp;amp; This was typed: Bitc+ing & Moaning-just Bantering & Any ideas what is doing this I did several searches but no hits on this.........

Stifmeister2 05-03-2009 07:16 PM

Quote:

Originally Posted by Jim Co (Post 1802813)
Bump on this no one else have it...
I have 2 shoutboxes installed and have the same problem in both when a user types in an & in their shout it gets replaced with this: C&P ; Bitc+ing &amp;amp; Moaning - just Bantering &amp;amp; This was typed: Bitc+ing & Moaning-just Bantering & Any ideas what is doing this I did several searches but no hits on this.........

You could try this:
https://vborg.vbsupport.ru/showpost....postcount=3004

Jim Co 05-05-2009 12:13 AM

Thank you will try

tinhbanonline 05-14-2009 08:34 AM

show all pages ????

Sdahe 05-16-2009 05:14 AM

I installed this in my vBAdvanced CMPS portal and when I click the username of the people chating it doesn't go to the forum folder... it's looking in the root.

I'm getting this... http://www.mydomain.com/member.php?u=2

I'm suppost to get this http://www.mydomain.com/foro/member.php?u=2

Help!


All times are GMT. The time now is 05:22 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.04594 seconds
  • Memory Usage 1,824KB
  • 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
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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