vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   vB Shoutbox 1.0 (https://vborg.vbsupport.ru/showthread.php?t=38698)

Jeremy W. 05-23-2002 10:11 PM

ergh ergh ergh... :(

What am I doing wrong?

TWTCommish 05-23-2002 10:18 PM

That didn't work either, I take it?

Jeremy W. 05-23-2002 11:46 PM

:(

TWTCommish 05-23-2002 11:50 PM

Ok, replace this...

PHP Code:

$shout_text  bbcodeparse($shout_text01); 

...with this...
PHP Code:

$shout_text  bbcodeparse($shout_textX); 

In place of "X" add the forumid number of one of your forums...one that supports bbCode. I think that'll do it. Not positive...but it's worth trying. :)

Jeremy W. 05-24-2002 02:22 AM

Gorgeous! It worked :D

TWTCommish 05-24-2002 02:23 AM

Excellent. :) Glad to hear it. Also in line for 2.0, assuming it gets that far: integration with the vBulletin Options page...much better if you can control the shouts per page and number of smilies generated, etc, right from the CP. It won't be too hard...but again...I'd rather bunch things a little. :)

Jeremy W. 05-24-2002 02:25 AM

Sounds good, I'd already integrated it though :)

PHP may be new, but it's still just scripting ;)

lordofgun 05-25-2002 05:29 AM

any idea how to get firefly's "/ me" hack to work with this?

lordofgun 05-25-2002 05:30 AM

BTW, still lovin the shoutbox! becoming more and more popular every day!

TWTCommish 05-25-2002 01:53 PM

Quote:

Originally posted by lordofgun
any idea how to get firefly's "/ me" hack to work with this?
Yeah, just change this line (in shoutbox.php)...

PHP Code:

$shout_text  bbcodeparse($shout_text01); 

...to this...
PHP Code:

$shout_text  bbcodeparse($shout_text011); 



All times are GMT. The time now is 09:34 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.01411 seconds
  • Memory Usage 1,738KB
  • 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
  • (4)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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