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)

Lizard King 10-10-2005 04:20 PM

Quote:

Originally Posted by mikexxx
I have the same problem a long time now :tired:

did you solve it ? if yes how ?

Allan 10-10-2005 04:30 PM

I have a problem, when we want to edit a shout, we are to limit in number of characters :(

mikexxx 10-10-2005 05:07 PM

Quote:

Originally Posted by Lizard King
did you solve it ? if yes how ?

Nope, still wating for a solution.

thuffner 10-10-2005 08:27 PM

All I am getting is "Loading..." as well. Any way to resolve this?

Thanks. It installed easily and quickly. :)

heynurse 10-10-2005 09:31 PM

Is it possible to have the shoutbox only show up in our the staff forums? and not on the main forum pages? I was also thinking of only having it dispaly in our premium member forums as well a separate install with different postings? Is this possible? Thanks

leeman 10-11-2005 04:07 AM

Quote:

Originally Posted by thuffner
All I am getting is "Loading..." as well. Any way to resolve this?

Thanks. It installed easily and quickly. :)


For my members that got that error I just told them to flush the cache and refresh ... Voila ... it worked....

steadicamop 10-11-2005 07:34 AM

Great hack ... although when I add banned usergroups (ie not logged in) I get this error:

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

Any ideas?

VampireG 10-11-2005 09:06 AM

How easy was that to install!!!! Great Hack.... Thanks!

kwopper 10-11-2005 09:32 AM

Quote:

Originally Posted by leeman
For my members that got that error I just told them to flush the cache and refresh ... Voila ... it worked....


are you sure you have the format correctly?


i.e. 1,3,5,7,8

thats what it should look like.

KarateKid 10-11-2005 10:07 AM

Quote:

Originally Posted by mikexxx
I have the same problem a long time now :tired:

Same for me. Probably it has something to do with earlier installations of other shoutbox hacks?

steadicamop 10-11-2005 11:37 AM

I entered 1,3,5 - Unregistered / Not Logged In, Users Awaiting Email Confirmation and (COPPA) Users Awaiting Moderation - but as it turns out, if you're not logged in, you can't post anyway, so does this come under the classification of a conflict issue?

[EDIT]Found it, must be an issue with the setting for the options, you can only set it to 'Can view shoutbox and messages' or 'Cannot view shoutbox' - the last one 'Can view shoutbox, but not messages' throws back the error ... works fine now after changing from that option :D[/EDIT]

Inferno Dragon 10-11-2005 06:00 PM

superb mod, that's what I was looking for..supper dooper easy to install and working kwel ;) good job Zero Tolerance!

gnubittol 10-11-2005 06:55 PM

...at first... this is that I WANT!!!! thanks!

Quote:

Originally Posted by mtha

You may also want to add

'chat' => array('GENERIC_SHELL',
'forumhome_vbshout',
),

to the action templates if you use it

please can you explain this... ?
TIA

moethelawn 10-12-2005 12:04 AM

Quote:

Originally Posted by Rukas
All of my users are able to edit or delete other peoples comments from the Shoutbox, is this a bug or a feature I havent worked out how to turn off?

I noticed this on my boards too... any fix for this?

makaveli420 10-12-2005 01:10 AM

alright I noticed all the past shouts are stored in the database. Is there a way to prune those stored shouts or could you make a feature to auto-prune any past shouts?

cause I rather not have my shoutbox storing a ton of past old worthless shouts that are not needed in the first place.

Devii 10-12-2005 01:35 AM

Quote:

Originally Posted by Devii
Really like this shout box, had to uninstall it due to view errors when resizing a window in firefox, the table/cell would stay at a fixed width while the rest of the page would resize properly, or not resize at all and the page would remain at full width(width it was loaded at) until page refresh.

If there is a way to fix it, I would love to use it.

I have looked around at other installs of vB shout, and its the same, is there a way to fix this?

Tobad 10-12-2005 06:18 PM

Quote:

Originally Posted by Devii
I have looked around at other installs of vB shout, and its the same, is there a way to fix this?

Have the same issue on my site. My whole right block gets moved over and that adds the scroll bar on the bottom of the page. Once I hit F5, it goes back to normal.

Can't figure out how to fix that. For the time being I disabled it. Only happens with Firefox.

mindfrost82 10-12-2005 10:15 PM

One thing I noticed is that it loads all the smilies each time your forumhome is loaded.

I had it setup to load ALL my smilies, not just random ones. For some reason, it was loading 150 graphics on my forumhome.

This is fine on a high speed connection, but it caused it to load slow on lower-end connections. Plus, its a waste of bandwidth if someone never clicks on the smiley link.

So for now, I have the smiley button disabled.

Bones_3DFC 10-13-2005 01:26 AM

In my style manager I went to "forumhome_vbshout_archive_shout"
and replaced the code as not to include an edit or delete button.
Would be nice to someday have the code reflect the buttons for only administrator... But this is one AWESOME hack. Works like a chat! Really nice!
Thank you!

Definitely installed!

BLazeD1 10-13-2005 04:57 AM

How do you remove the smilie button all together?

pguy 10-13-2005 11:47 AM

Is there a way we can delete the shouts after 'X' days or say after 'X' Shouts ? In 4 days we've racked up 20K shouts and I shudder to think about the future carnage this can cause ;)

mindcry 10-13-2005 01:44 PM

when I go to vbshout.php

I get this Invalid SQL:

select s.*, u.username, u.usergroupid from shout s
left join user u on (u.userid = s.s_by)
order by s.sid desc limit 20;

MySQL Error : Table 'snowboar_vbtest.shout' doesn't exist
Error Number : 1146

Lizard King 10-13-2005 01:51 PM

Quote:

Originally Posted by pguy
Is there a way we can delete the shouts after 'X' days or say after 'X' Shouts ? In 4 days we've racked up 20K shouts and I shudder to think about the future carnage this can cause ;)

Just typle /prune to your shoutbox and it will prune all the messages.

one9er 10-13-2005 03:21 PM

Thank's installed with just a snap of the finger!

Brimstone 10-13-2005 04:07 PM

Quote:

Originally Posted by one9er
Thank's installed with just a snap of the finger!

Is there any way to make the Shoutbox open in a new window? It would be great to have it open that way, allowing us to create a larger chat window.

Thoughts?

majorj0nny 10-13-2005 09:51 PM

this is the best shoutbox Ive seen ... its very good ZT...

Ive looked around for the answer to this but cant see anything so sorry if this has already been asked - but is there a way to remove the Today bit from the time stamp ? I found my way into the .php file and removed a line from there - at first it seemed to have worked - the time stamp was just [11:45pm] or whatever - but when I tried to post a message in the shoutbox it didnt post anything and on trying to post another message it came back saying posting in progress... obviously Id done something wrong :(

any ideas anyone - on how to remove the Today part ?

thanks in advance

XFGHIA 10-14-2005 11:55 PM

Hey im having a problem with this, it installed fine and everything, but in the shoutbox it just says Loading... the whole time and it doesnt accept my shouts when i enter a message

kallelm 10-14-2005 11:59 PM

Thanks ZT. We've added it to our forum and it was easy as pie to do. And then my stupid gene kicked in and I couldn't find the controls. My sanity returned and it is safe to say that I did find them and am very happy!

Installed!

VaaKo 10-15-2005 08:07 AM

you're saying v2.0 is out, but when I download the zip file, in the txt it says v1.5!

Gizmo5h1t3 10-15-2005 08:25 AM

Quote:

Originally Posted by Don Corleone
you're saying v2.0 is out, but when I download the zip file, in the txt it says v1.5!


the file wasnt updated with the new name...trust me, its version 2.0

makaveli420 10-15-2005 03:07 PM

Quote:

Originally Posted by Lizard King
Just typle /prune to your shoutbox and it will prune all the messages.

thank you for that tip , my shouts were also building up and was starting to get worried and could'nt find a way to delete them.

but turns out its so quick and easy

dfdems 10-15-2005 04:34 PM

The only bug I have noticed so far is it breaks the template slightly to the right in firefox sometimes, not always. Other than that it works great

lordnex 10-15-2005 05:26 PM

Ug. There is a permission problem with the shoutbox ZT.

Anyone with moderator abilities (not even just the moderator user category but even those who are moderators in on specified area) can edit everyone's shouts.
This sounds like a limited problem but I'm also using the "everyone can have their private message area" hack... which then makes everyone moderators in their own areas. Is there any way to make this so that only Admins can edit shouts?

Devii 10-15-2005 05:50 PM

I have an interesting idea for saving bandwidth on the shout box.

Idle throttling, so the longer a person does not type in a shoutbox, the longer the delay between refreshes are, capped at some value still, but it would help for those who may leave an index page open and goto work or something.

Adding the shoutbox added alot of bandwidth usage to my site, so I was thinking on howto reduce it. What do you think Zero?

Ranma2k 10-16-2005 06:10 AM

Quote:

Originally Posted by Devii
I have an interesting idea for saving bandwidth on the shout box.

Idle throttling, so the longer a person does not type in a shoutbox, the longer the delay between refreshes are, capped at some value still, but it would help for those who may leave an index page open and goto work or something.

Adding the shoutbox added alot of bandwidth usage to my site, so I was thinking on howto reduce it. What do you think Zero?

OK i have alot of users having problems with the refresh
sometime the shouts freezes with them
also Firefox users having this problem more than IE users

any idea why ?!

Bones_3DFC 10-16-2005 01:18 PM

HTML is enabled in my box. Is that something I screwed up, a setting I missed or something that can be stopped?
Excellent Mod! Thank you.

vktechnology 10-16-2005 06:07 PM

To make text in ShoutBox smaller font do it by adding this
Code:

<font size="2">
go to this template name = forumhome_vbshout_shout

and add this code
Code:

<font size="2">
####################################

or easy way is to delete everything in forumhome_vbshout_shout template

and copy and past this code in to it

Code:

<tr>
                                <td  width="1%" style="white-space:nowrap" align="left" valign="top">
                                        <font size="2">[{$Shout['time']}]
                                        </font>
                                        <if condition="!$Shout[s_me]">
                                                <if condition="$Shout[s_by]">
                                                        <a href='member.php?{$session['sessionurl_q']}u={$Shout['s_by']}'>
                                                </if><font size="2">{$Shout['username']}</font><if condition="$Shout[s_by]"></a></if><font size="2">:</font>
                                        </if>
                               
                                </td>
                                <td width="100%" align="left">
                                        <if condition="!$Shout[s_me]">
                                                <font size="2">{$Shout['s_shout']}</font>
                                        <else />
                                                <span class='highlight'>
                                                        *{$Shout['username']} {$Shout['s_shout']}*
                                                </span>
                                        </if>
                                </td>
                        </tr>


Gizmo5h1t3 10-16-2005 07:30 PM

tried that mate, but it didnt make a bit of difference...lol

EDIT : realised its coz it already was at font size =2

changed that to font = 1, and it worked....

Parture 10-17-2005 05:46 PM

Smilies are not working for the shoutbox here http://biblocality.com/forums

mikexxx 10-17-2005 07:02 PM

Smilies also still not working om my forum...??


All times are GMT. The time now is 09:25 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.03391 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
  • (3)bbcode_code_printable
  • (14)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