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)

lordofgun 05-17-2002 02:28 AM

sweet! i can't wait!

FYI - This hack worked PERFECTLY the first time i tried to install it! Great directions, couldn't ask for more!

scsa20 05-17-2002 02:38 AM

wait, are you guys going to make an add on for you to add a little window type thingy to the forumhome for the shoutout?? if so, that'll be cool :D

inphinity 05-17-2002 10:31 AM

v nice hack ;)

i've found that shift clicking (open in a new window) [Reload this Page] causes IE to endlessly loop (love javascript)

to do roughly the same thing without javascript i did:

edit shoutbox.php and just near the top (11 lines down) add
PHP Code:

if ($action=="reload") {
    
header ("Refresh: 0; URL=$PHP_SELF");
    exit;


then edit the shoutbox template and change the javascript reload link (_javascript_:window.location=window.location) to:

<a href="shoutbox.php?s=$session[sessionhash]&action=reload">[Reload this Page]</a>

Bald Bouncer 05-17-2002 11:13 AM

Ive added this to my forumhome page ... is there anyway to stop getting redirected to the shoutbox page once they post? :(

TWTCommish 05-17-2002 12:05 PM

I'm confused, Bald Bouncer: are you saying you want them to be taken back to the forums main page after they've posted a shout?

inphinity: very cool...I'll change that for the next version, for sure. :)

ceo_tfw 05-17-2002 03:09 PM

nice shout box, I have installed it and great stuff, is there a way to view all shouts in the admin cp under mass delete

Bald Bouncer 05-17-2002 03:20 PM

Quote:

Originally posted by TWTCommish
I'm confused, Bald Bouncer: are you saying you want them to be taken back to the forums main page after they've posted a shout?

yeah thats what i was saying ;)

Vivi Ornitier 05-17-2002 04:20 PM

Quote:

Originally posted by TWTCommish

No one helped me make this hack. However, someone who I sent it to for beta testing purposes apparently made some change and is calling it "vB Shout Box 2.0" -- they sent me a copy and I'm basically trying to figure out what's going on. I certainly didn't know anything like this was going on and I'd rather not release a second version until I've added more.

the person you sent it to is Crater Seraph, who sent it to me, and i also added an edit button and an install script (pretty useless since it has a vbhacker file).

c-pr0mpt 05-17-2002 04:45 PM

Works great bro. Now got to find some time to customize the look to match yaxay. Good job! :)

ceo_tfw 05-17-2002 08:27 PM

I would like to show more that 1 shout on my forum is this what I put and where does it go
PHP Code:

$shoutz $DB_site->query('SELECT u.username, s.userid, s.shout_text, s.timestamp FROM user u, shoutbox s WHERE u.userid = s.userid ORDER BY s.timestamp DESC LIMIT 10');
while (
$shout10top mysql_fetch_array($shoutz)):
    ++
$shout10topnbsp;
    
$shout[timestamp]  = vbdate('n-j-y, g:i:s a'$shout10top[timestamp]);
    
$shout[shout_text] = bbcodeparse($shout10top[shout_text]);
    
$shouts .= "<smallfont><b>Posted by <a href=\"member.php?s=$sesion[sessionhash]&action=getinfo&userid=$shout10top[userid]\" class=\"small\">$shout10top[username]</a><br> Posted @ $shout[timestamp]</b></smallfont><br/><smallfont>$shout[shout_text]</smallfont><br><br>";
endwhile;
eval(
"\$the_shoutbox .= \"".gettemplate("forumhome_shoutbox")."\";"); 



All times are GMT. The time now is 03:32 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.01418 seconds
  • Memory Usage 1,749KB
  • 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
  • (2)bbcode_php_printable
  • (2)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