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 (4314)
Released: 07-25-2006, 05: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 11-21-2006, 03:27 AM   #551
vB Newbie
Join Date: Nov 2006
pguy is on a distinguished road

Default

Is there a way to display the shoutbox on a different external page while still maintaining the vB authentication?

Or just display it on a custom vB page?




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 11-22-2006, 08:54 PM   #552
Junior Member
Join Date: Jun 2005
novelidea is on a distinguished road

Default

Quote:
Originally Posted by osso12 View Post
I am not the author of shoutbox.
I do not remember how I did mine, but this should work, a it works with arcade shout and this is another way of putting it on all pages:
To install, first open the plugin manager, and find the vBShout [Template Alteration] hook. Open it for editing. Replace all of the code inside with:
You must first be a registered member to view any code.
Then open up the Header template, and go to the very bottom, and add this:
You must first be a registered member to view any code.
After that is done, you will have a shoutbox on all pages! It works fully, aswell. To change the name,
Find in the above code:

You must first be a registered member to view any code.
And change the text saying ShoutBoxX.
To change the size, find:

You must first be a registered member to view any code.
And change the height value.


All done! Everything should be working, and you will have a shoutbox on all pages!
This isn't working for me with 3.6.3.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-23-2006, 08:47 AM   #553
vB Newbie
Join Date: Nov 2006
runningholger is on a distinguished road

Default How can I block the call

How can I block the call of http://mydomain/vbshout.php from non members.

Thanks Holger




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-23-2006, 08:51 AM   #554
vB Newbie
Join Date: Oct 2006
Subah is on a distinguished road

Default

Quote:
Originally Posted by novelidea View Post
This isn't working for me with 3.6.3.
Why ? , How can we fix it now ?




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-23-2006, 09:01 AM   #555
vB Newbie
Join Date: Jul 2006
peguca is on a distinguished road

Default

Does it work on vB 3.6.4?

Should I have any modification or it should work as soon as I install?

Thanks for the hack ZT!

Qaiting for RPG Inferno 3.0! :p

Hugs

Yours Peguca




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-23-2006, 05:19 PM   #556
vB Newbie
Join Date: Nov 2006
Newk is on a distinguished road

Default

Where do I upload the xml file and then what do i do after that?

edit: nvm, i figured it out

Last edited by Newk; 11-23-2006 at 05:26 PM.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-24-2006, 09:29 AM   #557
vB Newbie
Join Date: Jul 2005
BiOMECHANiK is on a distinguished road

Default

Quote:
Originally Posted by anime_layer View Post
I did some modifications to the current version.

1. My german board didn't display special characters (e.g. äöü) correctly in the shoutbox (they displayed fine in the archive).

This is because the flatfile is read before the vB-initialization and thus no Content-type header and no charset is being sent to the browser:
You must first be a registered member to view any code.
You could either move the if-block below the require_once's or add the following line above "echo $content;":
You must first be a registered member to view any code.
(And change the carset to whatever your board is set to).

2. I don't really get why timestamps have been disabled. There's no reason why they couldn't be added to the flatfile.

To add timestamps back in, you have to edit the forumhome_vbshout_shout template and add "{$Shout['time']}" wherever you want the timestamp to be. I didn't want the date in the shoutbox so I also modified the buildTime function:
You must first be a registered member to view any code.
and in the rewrite_shoutbox_flatfile function you have to change
You must first be a registered member to view any code.
to
You must first be a registered member to view any code.
This way, only the time will be displayed in the shoutbox but the whole date in the archive.

Thanks a lot man, it works perfectly now.

Hope ZT will see this ;)
__________________
Super Moderator / Translator on vBulletin-Ressources.com




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-24-2006, 02:37 PM   #558
vB Newbie
Join Date: Nov 2006
karthik123 is on a distinguished road

Default

Thank you for the hack, ZT ..

I had first installed the 2.0 from vbulletin.org ...smilies dint work at all ..

so I uninstalled it .. now installed the one here (2.1) .. but still the smilies dont work .. it displays something like :smile: or :emot059: instead of displaying the graphic .. I did set the 'Allow users to use BBcode/smilies' to 'yes' ..
users are unhappy tht the smilies dont work .. any help would be appreciated ..




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-25-2006, 04:24 PM   #559
vB Newbie
Join Date: Jan 2006
lucifer is on a distinguished road

Default

anyone has problem with the modification of adding timestamp. some of my members getting this message from kaspersky antivirus:

detected: Trojan program Trojan-Spy.HTML.Fraud.gen (modification) URL:
http://........./vbshout.php

if you deny "trojan", you can't see the shoutbox




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-25-2006, 05:07 PM   #560
vB Newbie
Join Date: Mar 2006
CoreIssue is on a distinguished road

Default

I hope the ShoutBox gets updated. We miss it.

But it stopped working correctly for a lot of us several vB versions ago.




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 12:41 PM
ShoutBox - vBulletin.org Forum This thread Refback 02-04-2007 05:17 PM
vbShout v2.1 on ALL pages! (Below NavBar) - Page 2 - vBulletin.org Forum This thread Refback 02-03-2007 02:15 PM
Vb Shout Help - vB Nova This thread Refback 02-03-2007 02:10 PM
[Additions majeures] - BVShoutbox - Page 13 - vBulletin-fr This thread Refback 02-02-2007 08:21 AM
[AJAX] vBShout v2.0 - Page 155 - vBulletin.org Forum This thread Refback 01-30-2007 10:37 PM
Shoutbox - SSF This thread Refback 01-30-2007 05:55 PM
Shoutbox - SSF This thread Refback 01-30-2007 04:02 PM
Shoutbox - SSF This thread Refback 01-30-2007 03:46 PM
Shoutbox - SSF This thread Refback 01-30-2007 01:53 PM
vBTEAM.org - Redirecting... This thread Refback 01-27-2007 10:14 AM
vBTEAM.org - Redirecting... This thread Refback 01-26-2007 07:02 AM
vbShout v2.1 on ALL pages! (Below NavBar) - Page 3 - vBulletin.org Forum This thread Refback 01-26-2007 01:19 AM
vBTEAM.org - Redirecting... This thread Refback 01-25-2007 11:39 AM
[AJAX] vBShout v2.0 - Page 165 - vBulletin.org Forum This thread Refback 01-24-2007 11:12 PM
[Additions majeures] - BVShoutbox - Page 13 - vBulletin-fr This thread Refback 01-23-2007 05:42 AM
[AJAX/Flatfile] vB Shout 2.1 [On All Pages] - Page 3 - vB Nova Post #549 Refback 01-22-2007 09:58 PM
[vB 3.6.x] vBshoutbox 2.1 - Page 10 - vBulletin-Ressources This thread Refback 01-22-2007 03:38 AM
Quick question about the Shoutbox trend - vBulletin Setup Optimization This thread Pingback 01-19-2007 07:37 PM
vbShout v2.1 on ALL pages! (Below NavBar) - Page 2 - vBulletin.org Forum This thread Refback 01-18-2007 05:36 AM
vbShout v2.1 on ALL pages! (Below NavBar) - vBulletin.org Forum This thread Refback 01-16-2007 11:46 PM
vbShout v2.1 on ALL pages! (Below NavBar) - vBulletin.org Forum This thread Refback 01-16-2007 08:26 PM
vbShout v2.1 on ALL pages! (Below NavBar) - vBulletin.org Forum This thread Refback 01-16-2007 08:21 PM
[AJAX] vBShout v2.0 - Page 157 - vBulletin.org Forum This thread Refback 01-15-2007 10:59 AM
The Best Mods For The Average vBulletin Site? - vBulletin Box This thread Refback 01-15-2007 10:09 AM
Admins Helping Admins[AHA] : Myleague Admins Help Community - Viewing Shoutbox Archive This thread Refback 01-12-2007 06:12 PM
Game Zone | Evolution - Viewing Shoutbox Archive This thread Refback 01-12-2007 01:38 PM
vBTEAM.org - Redirecting... This thread Refback 01-12-2007 04:46 AM
Game Zone | Evolution - Viewing Shoutbox Archive This thread Refback 01-12-2007 03:35 AM
vBTEAM.org - Redirecting... This thread Refback 01-09-2007 08:33 PM
[AJAX] vBShout v2.0 - Page 155 - vBulletin.org Forum This thread Refback 01-08-2007 07:07 AM
ShoutBox? - vBHacks-Germany