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)

RFViet 05-19-2006 05:40 PM

Is there any way to build shoutbox with Flash other than Java script ??

bigM 05-20-2006 02:23 PM

hi,
one of our users has got a problem with the shoutbox. The field where you fill in your text is very small:

http://img502.imageshack.us/img502/8840/shoutbox2er.jpg

He is using Firefox 1.5.0.3 @ 800x600 pixel (WinXP)

Can someone help me?

Thanks
bigM

GoNz00 05-21-2006 10:17 AM

small problem, when i try to use the "&" sign i get "& " instead ???

any reason for this ?

DjTaz 05-21-2006 10:44 AM

Quote:

Originally Posted by RFViet
Is there any way to build shoutbox with Flash other than Java script ??

google is your friend : http://www.greycobra.com/tutorial/Flash_Shout_Box/

salata 05-21-2006 03:30 PM

Quote:

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

any reason for this ?

BUMP. having the same issue

hurleybird 05-22-2006 01:19 AM

How do I have the vbshout shoutbox closed by default? I tried editing the .xml file, but to no avail...

Reece^B 05-22-2006 05:30 PM

Has anyone got the problem of:
A user is viewing your index but it's named differently,
http://img178.imageshack.us/my.php?image=screen9kx.jpg

Reece

cclaerhout 05-22-2006 11:20 PM

With new changes made by Brad, here is a new version of my french translation.

P.S : i'm quite surprised than an other translation have been created where as mine was available.

Information : the special caracters problem is still NOT solved when you edit a message ; for exemple when you edit "J'aime le beurre" it gives : "J".

GoNz00 05-23-2006 12:23 PM

Quote:

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

any reason for this ?


bumpity bump.. :banana:

Rican 05-23-2006 07:39 PM

Quote:

Originally Posted by Sir_Yaro
in vbshout.php find:
Code:

// ---------------------------------------------------
// Grab Latest X Shouts
// ---------------------------------------------------

if ($_GET['do'] == 'latest')
{
        $Output = array();
        $Shouts = $DB->query('
                        select s.*, u.username, u.usergroupid from '.TABLE_PREFIX.'shout s
                        left join '.TABLE_PREFIX.'user u on (u.userid = s.s_by)
                        order by s.sid desc limit ' . $vbulletin->options['shout_display']);

        while ($Shout = $DB->fetch_array($Shouts))
        {

AFTER that add:
Code:

$Shout['s_shout'] = str_replace('"',"''", $Shout['s_shout']);


Thanks man! this is exactly what i came here looking for! big ups!


All times are GMT. The time now is 06:04 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.04898 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
  • (2)bbcode_code_printable
  • (4)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