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)

jilly 07-02-2008 12:38 AM

Quote:

Originally Posted by steve1966 (Post 1544996)
I have uninstalled this because its not working correctly for me i have just purchased the pro version and that has solved all my problems i am running v 3.71

where did you find a pro version?

Blacura 07-02-2008 12:52 AM

Is there a way to add shout box to more then just one spot in a forum. or would that be too much?

Blacura 07-02-2008 12:59 AM

Why does it not show links in shout box anymore?
i use to be able to add html files. what happened?

Blacura 07-02-2008 01:16 AM

the code is not working.. i followed instructions. it seems to be already changed

Weapon-x 07-05-2008 03:31 AM

How do you hide your shout box from guests? Only logged in users can view shoutbox.

Blacura 07-06-2008 12:09 AM

No smilies or links showing in shoutbox. what did i do wrong?

chrisbell 07-08-2008 04:11 PM

The shoutbox seems to have stopped working for normal users (and moderators) to edit their posts. Admin and super admin editing works fine. Perhaps this is due to vbulletin updates? Can anyone confirm?

Blacura 07-08-2008 04:39 PM

seems that nobody is supporting this product. they just posted it and are gone

Shazz 07-08-2008 06:29 PM

Quote:

Originally Posted by Blacura (Post 1570207)
seems that nobody is supporting this product. they just posted it and are gone

There is a sign at the top which says "Not supported" Also this is a 3.5 mod which many people try and use on 3.7 and 3.6 which is not recommended. There are many other shoutbox So simular to this

Lady Azriel 07-26-2008 01:50 AM

I'm gonna post this here, because I could not find a way to do this anywhere else on the internet. I saw a bunch of questions regarding this, but no one seemed to want to answer it.

To be allowed to use very simple symbols like <, >, &, and " and not have them printed into HTML entities like &lt;, &gt;, &amp; and &quot;:

Open vbshout.php and find:
PHP Code:

$text htmlspecialchars_uni(trim($text)); 

Replace with:
PHP Code:

$text trim($text); 

This will allow you to use symbols and still disallow HTML in shouts.


All times are GMT. The time now is 03:54 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.04258 seconds
  • Memory Usage 1,736KB
  • 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
  • (4)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