vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   moderated chat (sort of) (https://vborg.vbsupport.ru/showthread.php?t=35268)

Austone 02-20-2002 07:57 PM

I dunno if anyone has done this already...

but I've got a "celebrity guest" who is doing an online chat on my board but I couldn't figure out a way to have each post go into a "que" and then be submitted one at a time to be answered... the moderator que function wouldn't work because the post order went by time submitted and not by time "approved"

So I wrote a little script to do it for me...

It's VERY BASIC right now.. but I'm planning on adding in more "whistles and bells"...

Has anyone done this?
If not... would anyone be interested in this when it's finished?

Here is what the "finished" test chat looked like...
http://www.chiefsplanet.com/BB/showchat.php

I plan on adding the ability to "archive" chats and maybe add more functions like smilies...

--Kyle

Admin 02-21-2002 10:03 AM

Tip, use meta to refresh the page every 10 (or whatever) seconds:
Code:

<META HTTP-EQUIV="refresh" CONTENT="10; URL=showchat.php">

Austone 02-21-2002 07:38 PM

Thanks.. I hadn't even though of that... I just punched it out pretty quick... so it'll need alot more "adjustments".

Thanks again,
Kyle


All times are GMT. The time now is 01:37 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.00960 seconds
  • Memory Usage 1,711KB
  • 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)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete