vBulletin Modifications

Major Additions - [AJAX/Flatfile] vBShout 2.1

Welcome to vBHackers.com! - vBHackers Updates:

Go Back   vBulletin Modifications > vBulletin Database System > vBulletin 3.5 / 3.6 Hack Releases

Reply
 
Thread Tools Search this Thread
Download Options
You Must Register First
To Download This Modification

Bugs
can view shoutbox, but no messages
Posted By: teamdevotion
delete button
Posted By: -mz-
test
Posted By: Michael Biddle
freezes
Posted By: Julianx
Time Not being shown
Posted By: vitrag24
all it does is say loading...
Posted By: Drew
I think
Posted By: misterazvan
It Freezes
Posted By: xScopex
Freezing up
Posted By: HAVOK
Session URL
Posted By: Jorrit
Hangs on LOADING.....
Posted By: Fuzznuts
3.6.4. Hang up with german characters!
Posted By: flyingdutchman
Some characters dont work
Posted By: noko
failed to open stream: Permission denied
Posted By: Silver740
It doesnt show text...
Posted By: wtfsoccerdude
Problem with emoticons menu, vB 3.6.3
Posted By: john2k
Loading problem
Posted By: darkmoon34
VB 3.6.1
Posted By: ElMaZaGaNgI
Position of test and smile
Posted By: kfiasche81
Get Loading & Posting in progress.. message
Posted By: xnt
UK GBP Pound Sign not working
Posted By: Turbosport
éàù problem
Posted By: clamoune
Greek characters
Posted By: haris_led
Submit A Bug | View All Bugs

Advertisement
  
Not Supported
[vB 3.6.0 RC 2] Major Additions - [AJAX/Flatfile] vBShout 2.1 (4380)
Released: 07-25-2006, 06:47 AM
Modification Information:
Zero Tolerance's Avatar Author: Zero Tolerance
Last Online: 05-28-2007
Demo: View Online Demo!
Hack Version: 2.1 Installer Included: 0 Additional queries added to database: 0
New Templates: 5 Template Edits: 0 File Edits: 0
New Files: 2 New Phrases: 0 Installation Time (In Minutes): 1

vB 3.6.0 Compatible!
Plugin
Hey there,

First release here, I'm sure most might know me from over at vB.org, in anycase they broke my vBShout, so here's a fixed version, with a few extra bits:

- Flatfile System (Seriously cuts any intensity this once created before)
- Bug Fix: ' used to break edit shout
- Bug Fix: Users couldn't edit/delete their shouts
- Bug Fix: Parsing problem (that vb.org created..)
- Feature Disabled: Timestamps, this is unfortunatly due to using a flat file system.

Enjoy everyone, if you have the previous vBShout installed, I suggest uninstallation the previous vBShout product then installating this one fresh (saves you havning to revert templates).

Also, this will work for any vB 3.5 installation

Enjoy

- Zero Tolerance




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Add a Comment!
Old 10-21-2006, 03:20 AM   #431
www.smokinchevy.com
Join Date: Aug 2006
Real Name: Teddy
osso12 is on a distinguished road

Exclamation

Quote:
Originally Posted by Masiello
Hi,
is there any way to showing the active users they are active in the shout box?
Yes you can.
I have attached the mod. Its the vb shout whos online mod.
Attached Files
File Type: zip vbshoutwol.zip (4.5 KB, 38 views)




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 10-21-2006, 03:20 AM   #432
www.smokinchevy.com
Join Date: Aug 2006
Real Name: Teddy
osso12 is on a distinguished road

Thumbs up

Now if I can get a doorbell added.
My users are now asking me to put the timestamps back on.
To me, that is soo gay..
:ninja:




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-21-2006, 03:54 AM   #433
vB Newbie
Join Date: Aug 2006
Masiello is on a distinguished road

Default

Thank you so much, hope it works on vB 3.6.2,
Yeah timestamps sux.
See ya!




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-21-2006, 04:29 AM   #434
vB Newbie
Join Date: Aug 2006
Masiello is on a distinguished road

Default

Sorry but in the forumhome_vbshout are 3 requestShouts()
where need to add that?

Quote:
function requestUsers()
{
if (!postingShout)
{
UserRequest = new vB_AJAX_Handler(true)
UserRequest.onreadystatechange(showUsers)
UserRequest.send('vbshoutwol.php', 'nocache=' + (5 * Math.random() * 1.33) )
}
}

function showUsers()
{
if (UserRequest)
{
if (UserRequest.handler.readyState == 4 && UserRequest.handler.status == 200 && UserRequest.handler.responseText)
{
Users = fetch_object('vbshoutwolusers')
Users.innerHTML = UserRequest.handler.responseText
setTimeout('requestUsers()', 10000)
}
}
}

requestUsers()




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-21-2006, 10:44 AM   #435
www.smokinchevy.com
Join Date: Aug 2006
Real Name: Teddy
osso12 is on a distinguished road

Default

Quote:
Originally Posted by Masiello
Sorry but in the forumhome_vbshout are 3 requestShouts()
where need to add that?
On this line: requestShouts()
(If there are more than three, start off by adding it ONE time.) It should work.
Add this line Before requestShouts()
You must first be a registered member to view any code.

Last edited by osso12; 10-21-2006 at 10:46 AM..




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-21-2006, 12:47 PM   #436
vB Newbie
Join Date: Aug 2006
Masiello is on a distinguished road

Default

Bad Looks on my board.

It works good only on a default template, not on my extremepixels Imagize skin, can anobody help me to fix it?
Attached Images
File Type: gif Snap1.gif (9.9 KB, 61 views)

Last edited by Masiello; 10-21-2006 at 04:43 PM..




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-21-2006, 08:40 PM   #437
mtc
vB Newbie
Join Date: Jan 2005
mtc is on a distinguished road

Default

Hi,
Can someone confirms if this will work with 3.6.1 or 3.6.2 ?
Thank You,
M




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-21-2006, 08:44 PM   #438
vB Newbie
Join Date: Aug 2006
Masiello is on a distinguished road

Default

Yes, vBshout 2.1 works fine on the vB 3.6.2 forums, I'm using it on that same board version.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-21-2006, 09:08 PM   #439
mtc
vB Newbie
Join Date: Jan 2005
mtc is on a distinguished road

Default

Thanks Masiello,

Last edited by mtc; 10-21-2006 at 09:17 PM..




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-22-2006, 07:59 AM   #440
vB Newbie
Join Date: Oct 2006
Reedly is on a distinguished road

Question vbShout 2.1 all pages profile error

Hello!

Fairly new user to Vbulletin, but have been enjoying learning about all of the plugins/hacks, etc...

I just installed the vbShout 2.1 and everything worked perfectly. Amazing plugin Zero!!

After making the changes to show the shoutbox on all pages, there is now an error when viewing people's profiles. Everything else works just fine. And I think the profile page actually works correctly too, but the following error is at the top of the page.

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /includes/functions.php(1212) : eval()'d code on line 5

I've searched endlessly to find an exact fix for this, but haven't found anything other than people saying "it's vbShout", or to uninstall plugins till I find the problem.

I have found the exact problem - it's after making the "show on all pages" changes.

Anyone have any idea how to stop this error message?

Thank you!!
Reed




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



LinkBacks (?)
LinkBack to this Thread: http://www.vbhackers.com/f76/major-additions-ajax-flatfile-vbshout-2-1-a-4536/
Posted By For Type Date
vB Shout 2.1 - Shoutbox no vB - vBulletin Brasil This thread Pingback 02-06-2007 01:41 PM
ShoutBox - vBulletin.org Forum This thread Refback 02-04-2007 06:17 PM
vbShout v2.1 on ALL pages! (Below NavBar) - Page 2 - vBulletin.org Forum This thread Refback 02-03-2007 03:15 PM
Vb Shout Help - vB Nova This thread Refback 02-03-2007 03:10 PM
[Additions majeures] - BVShoutbox - Page 13 - vBulletin-fr This thread Refback 02-02-2007 09:21 AM
[AJAX] vBShout v2.0 - Page 155 - vBulletin.org Forum This thread Refback 01-30-2007 11:37 PM
Shoutbox - SSF This thread Refback 01-30-2007 06:55 PM
Shoutbox - SSF This thread Refback 01-30-2007 05:02 PM
Shoutbox - SSF This thread Refback 01-30-2007 04:46 PM
Shoutbox - SSF This thread Refback 01-30-2007 02:53 PM
vBTEAM.org - Redirecting... This thread Refback 01-27-2007 11:14 AM
vBTEAM.org - Redirecting... This thread Refback 01-26-2007 08:02 AM
vbShout v2.1 on ALL pages! (Below NavBar) - Page 3 - vBulletin.org Forum This thread Refback 01-26-2007 02:19 AM
vBTEAM.org - Redirecting... This thread Refback 01-25-2007 12:39 PM
[AJAX] vBShout v2.0 - Page 165 - vBulletin.org Forum This thread Refback 01-25-2007 12:12 AM
[Additions majeures] - BVShoutbox - Page 13 - vBulletin-fr This thread Refback 01-23-2007 06:42 AM
[AJAX/Flatfile] vB Shout 2.1 [On All Pages] - Page 3 - vB Nova Post #549 Refback 01-22-2007 10:58 PM
[vB 3.6.x] vBshoutbox 2.1 - Page 10 - vBulletin-Ressources This thread Refback 01-22-2007 04:38 AM
Quick question about the Shoutbox trend - vBulletin Setup Optimization This thread Pingback 01-19-2007 08:37 PM
vbShout v2.1 on ALL pages! (Below NavBar) - Page 2 - vBulletin.org Forum This thread Refback 01-18-2007 06:36 AM
vbShout v2.1 on ALL pages! (Below NavBar) - vBulletin.org Forum This thread Refback 01-17-2007 12:46 AM
vbShout v2.1 on ALL pages! (Below NavBar) - vBulletin.org Forum This thread Refback 01-16-2007 09:26 PM
vbShout v2.1 on ALL pages! (Below NavBar) - vBulletin.org Forum This thread Refback 01-16-2007 09:21 PM
[AJAX] vBShout v2.0 - Page 157 - vBulletin.org Forum This thread Refback 01-15-2007 11:59 AM
The Best Mods For The Average vBulletin Site? - vBulletin Box This thread Refback 01-15-2007 11:09 AM
Admins Helping Admins[AHA] : Myleague Admins Help Community - Viewing Shoutbox Archive This thread Refback 01-12-2007 07:12 PM
Game Zone | Evolution - Viewing Shoutbox Archive This thread Refback 01-12-2007 02:38 PM
vBTEAM.org - Redirecting... This thread Refback 01-12-2007 05:46 AM
Game Zone | Evolution - Viewing Shoutbox Archive This thread Refback 01-12-2007 04:35 AM
vBTEAM.org - Redirecting... This thread Refback 01-09-2007 09:33 PM
[AJAX] vBShout v2.0 - Page 155 - vBulletin.org Forum This thread Refback 01-08-2007 08:07 AM
ShoutBox? - vBHacks-Germany This thread Refback 01-07-2007 08:38 PM
ShoutBox? - vBHacks-Germany This thread Refback 01-07-2007 06:59 PM
Shoutbox 2.1 - deutsche Zeichen - Timestamp - Integration VBa - vBHacks-Germany This thread Refback 01-06-2007 12:58 PM