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)

GuaRRand 06-01-2006 03:12 AM

Is there a way to turn of the timestamps?
(didnt see them in the options)

Sir_Yaro 06-01-2006 03:30 PM

Quote:

Originally Posted by GuaRRand
Is there a way to turn of the timestamps?
(didnt see them in the options)

in vbshout.php find:
Code:

        $Time  = vbdate($vbulletin->options['dateformat'], $time, $vbulletin->
options['yestoday']);
      $Time .= ' ';
        $Time .= vbdate($vbulletin->options['timeformat'], $time, $vbulletin->op
tions['yestoday']);

and change to:
Code:

//        $Time  = vbdate($vbulletin->options['dateformat'], $time, $vbulletin->
options['yestoday']);
//      $Time .= ' ';
//        $Time .= vbdate($vbulletin->options['timeformat'], $time, $vbulletin->op
tions['yestoday']);


GuaRRand 06-01-2006 03:56 PM

Nope. It leaves [] brackets and leaves a big space between the username and the text

BENSTER 06-01-2006 04:56 PM

Quote:

Originally Posted by putergirl
Hello, this shoutbox looks really nice, and it installed like a breeze, but when I try to shout, it never loads the shout and I get the message: "Posting in progress"

What does that mean, and how can I fix it. I don't know a lot about code, so will need some detail. Thank you! :)

I've gotten this a lot on an old host with an overloaded server. with the new host, I only get it if i fire off a dozen shouts very quickly, and I end up refreshing the page to get back in sync.

Sir_Yaro 06-01-2006 05:53 PM

Quote:

Originally Posted by GuaRRand
Nope. It leaves [] brackets and leaves a big space between the username and the text

then find below place where variable $Time is used and comment-up this line...

Evil Chris 06-01-2006 06:57 PM

is there no way to install this Shoutbox vertically rather than horizontally?

GuaRRand 06-01-2006 09:09 PM

Quote:

Originally Posted by Sir_Yaro
then find below place where variable $Time is used and comment-up this line...

you men put // infront of it?

i now have
Code:

function buildTime($time = TIMENOW)
{
        global $vbulletin;

            //$Time  = vbdate($vbulletin->options['dateformat'], $time, $vbulletin->options['yestoday']);
        //$Time .= ' ';
      //$Time .= vbdate($vbulletin->options['timeformat'], $time, $vbulletin->options['yestoday']);

        //return $Time;
}

and it still shows [] ( see www.glcoti.com )
What else can i try??

Dj-BuZ 06-02-2006 04:40 PM

Quote:

Originally Posted by GoNz00
small problem, when i try to use the "&" sign i get "& " instead ???

any reason for this ?

same thing here....bump

da420 06-02-2006 05:54 PM

Quote:

Originally Posted by Dj-BuZ
same thing here....bump

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

:banana: :banana: :banana:

Neo_Angelo 06-02-2006 07:39 PM

whenever myself or member put " < & or things like that the shoutbox changes them into &quot; &amp or whatever the others are, how do i correct this so we can place " without it being changed to &quot;?

its pretty annoying, but overall i absolutly LOVE this code.


All times are GMT. The time now is 05:42 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.04603 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
  • (3)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)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