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)

da420 04-03-2007 06:40 PM

Quote:

Originally Posted by monasa (Post 1219158)
I have installed vbShout 2.0 on the main page of my forum and it works fine. I'm planning to install another shoutboxin the same forum but in different page or subforum. Is this possible, having 2 shoutbox in one forum? Appreciate your feedback and guide.

VB Version : 3.6.5

Follow the instructions outlined here;
https://vborg.vbsupport.ru/showthread.php?t=96158

But do not do Step C there. Rather, find the code below and delete it.

PHP Code:

$vbulletin->templatecache['FORUMHOME'] = str_replace($Position$Position ' $Shoutbox'$vbulletin->templatecache['FORUMHOME']); 

Now in whatever page you want the shout box to show up simply post the code below.

Code:

$Shoutbox
If you want it to show up in certain forums or sub forums you can wrap that in the conditional below replacing the FORUMIDHERE text with the forum ID's in your forum display template. (ex. 1,2,3,4):

HTML Code:

<if condition="in_array($GLOBALS[forumid], array(FORUMIDHERE))">
$Shoutbox
</if>


stud 04-05-2007 12:25 PM

Quote:

Originally Posted by S@NL - BlackBik (Post 885260)
I made a autoprune function for vBshout.
Just download the attached file and put in the /includes/cron directory.
Then make a new scheduled task (see attached jpg).
I run it every night at 3 o clock but offcourse your free to run it more often than that.

What is does: It will delete all shouts that are older than 24 hours.
This way you will allways have an archive that's holds no shouts that are older than two days.
You can alter the deletion time in the php by altering the "(TIMENOW - (60 * 60 * 24)" statement.

Enjoy :)

[edit]Replaced the php with the right one [/edit]

AWESOME! Vote to add this to the original description as a modification/add-on

wi11ie1950 04-06-2007 02:07 AM

Would be nice to have the HTML back in the shoutbox :):)

itorrents 04-06-2007 03:48 AM

Just to save peeps from searching, this vbshout.php will allow special characters within the shout :)

Shazz 04-06-2007 04:08 AM

Wouldn't recommend for users that use flatout

da420 04-06-2007 05:22 PM

Quote:

Originally Posted by wi11ie1950 (Post 1220762)
Would be nice to have the HTML back in the shoutbox :):)

Yeah, if you want to be meta redirected. ;) .... or worse...

Tuga?? 04-06-2007 08:54 PM

i wont to ask if have any chance to put in the shoutbox after 22h30 one small image then after 03h gets out is for free shouts no restricions on de shouts .

Thank you

This is the image
https://vborg.vbsupport.ru/

Shazz 04-06-2007 08:57 PM

Quote:

Originally Posted by Tuga?? (Post 1221393)
i wont to ask if have any chance to put in the shoutbox after 22h30 one small image then after 03h gets out is for free shouts no restricions on de shouts .

Thank you

This is the image
http://www.staffordshire.gov.uk/NR/r.../21614/u18.gif

A script that would take the shoutbox own at a certian time to have that image there instead? MMm..

Tuga?? 04-06-2007 09:01 PM

yes is wath i wont in the right corner that image any chance to do!!

Please

Stifmeister2 04-07-2007 01:08 PM

I think it could be possible to do via CRON... but don't ask me how. :p

Mecho 04-07-2007 03:06 PM

Quote:

Originally Posted by itorrents (Post 1220799)
Just to save peeps from searching, this vbshout.php will allow special characters within the shout :)

Thanks alot :) i think now it works fine ..

princeedward 04-08-2007 06:52 PM

Quote:

Originally Posted by itorrents (Post 1220799)
Just to save peeps from searching, this vbshout.php will allow special characters within the shout :)

at last....we found the solution for this problem...wanna thanks you bro for this great help....

cheers and best regards...

:up: :up: :up:

Shazz 04-08-2007 06:59 PM

No credit to the person that did the vbshout fix =\

TCHQ-0wn4g3 04-09-2007 02:28 AM

Quote:

Originally Posted by Blam Forumz (Post 757185)
Ok, I have spotted something, when in IE you can scroll in the shoutbox using the scrollwheel, whereas in firefox you cannot, sounds like its a firefox issue to me though

I can vouch for this. The scroll bar in firefox and internet explorer keeps returning to the bottom of the window and it's annoying. Anyone know how to fix this?

scoutz 04-09-2007 12:35 PM

Great hack but the hack causes pretty high server loads btw...

kaptanblack 04-09-2007 03:37 PM

Thanks...

deezelpope 04-10-2007 08:40 PM

Quote:

Originally Posted by S@NL - BlackBik (Post 885260)
I made a autoprune function for vBshout.
Just download the attached file and put in the /includes/cron directory.
Then make a new scheduled task (see attached jpg).
I run it every night at 3 o clock but offcourse your free to run it more often than that.

What is does: It will delete all shouts that are older than 24 hours.
This way you will allways have an archive that's holds no shouts that are older than two days.
You can alter the deletion time in the php by altering the "(TIMENOW - (60 * 60 * 24)" statement.

Enjoy :)

[edit]Replaced the php with the right one [/edit]

Hi...I've had this installed for quite awhile now, but it won't run...not even when I try manually. Any idea why?

mrmike 04-11-2007 06:42 AM

Hi!

Anyone know if there is a way to automatic post a shout for anyone who goes on/offline?

e.g.

Login --> mrmike says: Hi! Im online!

Logout --> mrmike says: Gotta go, bye!

I'm running vb3.5.4 with VbShout v2.1

TIA

Mike

Black Tiger 04-11-2007 06:00 PM

Found a bug, say you have a shoutl like this:
/pruneshout [testing]

After that you enable the command mode.
Now try and delete this shout with the pruneshout command. It won't work.

Suggestion for the future: Prune possibility by username, but not ALL shouts made by this username but just the last one.

Shazz 04-11-2007 08:25 PM

Errmm.. I don't think there will be a future version =\

thepub 04-11-2007 10:12 PM

for some reason my shoutbox is showing some shouts with characters rather than letters like for example
Quote:

I&quot;m trying to fix it I swear
This is the most recent one. How can I change this?

Rappy 04-12-2007 12:38 PM

i installed a new skin , uploaded the .xml files again but for some reasons the shoutbox aint showing :confused: :confused:

Mecho 04-12-2007 12:44 PM

Quote:

Originally Posted by thepub (Post 1225412)
for some reason my shoutbox is showing some shouts with characters rather than letters like for example This is the most recent one. How can I change this?

check this post :

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

MathewC 04-12-2007 05:02 PM

when my users shout it redirects them to the vbshout.php page but its white, though when you click back, your able to see the shout you just made.

Replicators 04-12-2007 07:42 PM

Quote:

Originally Posted by Shazz (Post 1225298)
Errmm.. I don't think there will be a future version =\

Hate to break it, but i have talked with Zero Tolerance, and there is a new version of vbshout in the works, that will make this look pitifull. I can't say much about it, but it's gonna be awesome, and more and likely will not be released on vbulletin.org.

Shazz 04-12-2007 08:05 PM

Quote:

Originally Posted by Replicators (Post 1226160)
Hate to break it, but i have talked with Zero Tolerance, and there is a new version of vbshout in the works, that will make this look pitifull. I can't say much about it, but it's gonna be awesome, and more and likely will not be released on vbulletin.org.

Interesting...
Im gussing vbhackers if any, nice for the heads up :)

Hiranmanu 04-13-2007 11:46 AM

I just got a message from my host that vbshout.php has been spiking to high CPU levels. Any alternative shout that has the same features as this?

da420 04-13-2007 07:43 PM

Quote:

Originally Posted by Hiranmanu (Post 1226621)
I just got a message from my host that vbshout.php has been spiking to high CPU levels. Any alternative shout that has the same features as this?

You might want to try the version at vBHackers.com...

vuiveclub 04-13-2007 09:01 PM

how can I clear all the messages? I can't find anywhere :(

Shazz 04-13-2007 10:27 PM

Quote:

Originally Posted by vuiveclub (Post 1227013)
how can I clear all the messages? I can't find anywhere :(

/prune

rjmjr69 04-13-2007 10:32 PM

Quote:

Originally Posted by Hiranmanu (Post 1226621)
I just got a message from my host that vbshout.php has been spiking to high CPU levels. Any alternative shout that has the same features as this?

There is a flatline version which cuts down on the load ALLOT. The site was already suggested as to where you get it. There are differences read the WHOLE thread to get all your features back. Good luck. This mod is awesome if your host can handle it.


Also note the STAFF updates which I guess you read when you downloaded the addon?

Quote:

Second Staff update

I've uploaded a new version of this hack, dubbed '2.0.2'. This one should fix the html injection issues without breaking special characters. To upgrade, download the new zip file and upload the new vbshout.php file.

Please note that this only fixes the html injection issues. I do not use this hack on my own forum (although I've tested this on a client's board) so I will not be fixing the server load issues. I suggest you do not install this hack if you can't deal with the extra server load, as it's rather intensive.
This is found at the TOP of EVERY page for this thread.

vuiveclub 04-14-2007 01:02 PM

Quote:

Originally Posted by Shazz (Post 1227055)
/prune

how???

Stifmeister2 04-14-2007 01:43 PM

Quote:

Originally Posted by vuiveclub (Post 1227438)
how???

Just write "/prune" (without ") to the shoutbox.

Inaam 04-16-2007 07:30 PM

on my vb 3.6.5 forum, if i type for example "test" in quotes it ends up like &quot;testing&quot; any solutions?

Mecho 04-17-2007 02:22 PM

how can i have shoutbox just in one Section .. i mean not in Main Page and not in all other pages . just in one Section ...

also is it possible that i can set Minimize Box for Default ?? so ppl can open it . of course if it helps to make loading a bit less that fully open.


@ Inaam > check post #2824 ;)

eurofunny 04-18-2007 04:28 PM

How can i add a auto post at shoutbox via cron. Is ther any Code for this?? THX:)

princeedward 04-19-2007 04:04 PM

need help here pls...i have wrong shout timestamp...how can i make it correct timestamp?

appreciate any help guys...

thanks and best regards...

;)

Devil Woman 04-19-2007 05:51 PM

Hi there, I have been having a few problems with the shoutbox where on some occasions the message box to type the shout disappears as if you are either banned or are part of a usergroup that is not allowed to use the shoutbox.

Is there anything I can do to prevent this?

Thanks

djjeffa 04-20-2007 12:57 AM

is there any way to pick what smiles can be used in the shout box?

Shazz 04-20-2007 01:18 AM

Quote:

Originally Posted by djjeffa (Post 1231622)
is there any way to pick what smiles can be used in the shout box?

Not aware of that standard option


All times are GMT. The time now is 12:08 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.04510 seconds
  • Memory Usage 1,835KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_html_printable
  • (1)bbcode_php_printable
  • (19)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