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 03-12-2007 10:24 PM

Yep that's a bug with this shout box. You might want to check out vBhackers.

zariyan 03-12-2007 10:24 PM

someone needs to fix the quotation box

Shazz 03-12-2007 10:46 PM

Quote:

Originally Posted by da420 (Post 1202041)
Yep that's a bug with this shout box. You might want to check out vBhackers.

Your suppose to say the page number, did you forget it? :mad:

da420 03-12-2007 11:02 PM

Quote:

Originally Posted by Shazz (Post 1202051)
Your suppose to say the page number, did you forget it? :mad:

It's been removed by Brad last I checked. But, I still remember it's on page number 109 ;)

Shazz 03-12-2007 11:13 PM

Quote:

Originally Posted by da420 (Post 1202057)
It's been removed by Brad last I checked. But, I still remember it's on page number 109 ;)

lmao
Post it again? :|

deezelpope 03-13-2007 10:32 AM

Quote:

Originally Posted by art99 (Post 1201991)
If I type in: Test, "test", test. it will show like this: Test, &test&amp, test.

I've been getting that a little, too, but just with certain users! Bizarro! And my husband, who's also a user, can't use it at all...nothing comes up.:confused: But otherwise, it's great!:up:

deezelpope 03-13-2007 10:37 AM

Quote:
Originally Posted by Shazz https://vborg.vbsupport.ru/external/2011/11/11.gif
Your suppose to say the page number, did you forget it? :mad:


Quote:

Originally Posted by da420 (Post 1202057)
It's been removed by Brad last I checked. But, I still remember it's on page number 109 ;)

:confused: Uhhh...which forum???;) There's a bunch! LOL!

jhaegele 03-13-2007 01:10 PM

Anyone else having problems posting a shout with the % (Percent) sign in the message? Using it seems to lock up browser until you do a refresh.

Anyone else experience this issue?

deezelpope 03-15-2007 10:06 AM

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]

Thank you for this!!! You're awesome, Dude!!!:up: :D

deezelpope 03-15-2007 10:26 AM

Quote:

Originally Posted by lierduh (Post 765399)
If you want to have shoutbox on all forumdisplay pages:

1) Change the hook location for 'vBShout [Template Alteration]' to: forumdisplay_complete

2) Edit the plugin code for 'vBShout [Template Alteration]'

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

Replace it with:

$vbulletin->templatecache['FORUMDISPLAY'] = str_replace('$navbar', '$navbar' . ' $Shoutbox', $vbulletin->templatecache['FORUMDISPLAY']);

This is a quick and dirty hack. The shoutbox will only show up under navbar!

3) If you want the shoutbox to show up only in certain forums:

a. add
if ($forumid ==13)
{

In the beginning of the above plugin. 13 is the forum ID you want the shoutbox to show.

b. add
}

in the end of the code.

This is really cool in theory, but I'm sorry to say, it didn't work for me.:(


All times are GMT. The time now is 08:12 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.10270 seconds
  • Memory Usage 1,745KB
  • 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
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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