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)

Shazz 10-24-2008 08:44 PM

Some old 3.5 mods your going to have to live without. There are better improved shoutboxes on vB.org

Skierpetros 10-25-2008 06:16 PM

I installed but i can see it why>?

jeff2681 10-27-2008 09:42 PM

can someone tell me how i and my mods can edit stuff in the shout box thanks

Shazz 10-27-2008 10:46 PM

Quote:

Originally Posted by jeff2681 (Post 1654124)
can someone tell me how i and my mods can edit stuff in the shout box thanks

Click on archive. Make sure admin options are checked in vboptions

jeff2681 10-30-2008 09:13 PM

i dont see an option for admin option in the vboptions page. i didnt see the archive you were talking about so i just clicked on vbulletin options and click on vboptions that way but still didnt see an admin option there. what am i doing wrong? thanks

teamremodeling 11-02-2008 06:42 AM

hi.

i installed the shoutbox on our forum http://www.billievers.com/ and noticed that " quotes are converted to htmlentities - ".
i could hack it out, but first i wanna report it here, for reference and may get some input about something i may have missed :)

thanks for this one!

Stifmeister2 11-02-2008 05:30 PM

Quote:

Originally Posted by teamremodeling (Post 1657683)
hi.

i installed the shoutbox on our forum http://www.billievers.com/ and noticed that " quotes are converted to htmlentities - ".
i could hack it out, but first i wanna report it here, for reference and may get some input about something i may have missed :)

thanks for this one!

Yeah it's always like this, but I think there is a fix posted somewhere in this topic. ;) (I know since I've go it from this topic)

mikey1991 11-03-2008 02:45 PM

I downloaded this, and it doesnt allow certain characters, such as " > < " I need to know why? and how to fix it, as i use these characters lot

&lt; and &gt; are really spmming up the shoutbox, as most of my members use it.

A direct link to a fix would be the best, thanks

CPOWA 11-03-2008 03:54 PM

Thanks Zero Tolerance!

Installed on V 3.7.3 PL1, works great. I hope my users will like it :)

mikey1991 11-03-2008 04:30 PM

Quote:

Originally Posted by Lady Azriel (Post 1584322)
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.

FOr those who had my prob, this is the fix. I searched, Thanks to Lady Azriel :)


All times are GMT. The time now is 09:11 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.03577 seconds
  • Memory Usage 1,746KB
  • 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
  • (3)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