vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Show Thread Enhancements - Nested Quotes (https://vborg.vbsupport.ru/showthread.php?t=124334)

Skedoozy 10-06-2006 11:40 PM

I installed it. Would really like to see it work with more than 2 quotes as well. I set mine to 6 and still just get 2. :/

Viper007Bond 10-29-2006 03:13 PM

Thanks so much for this mod! Exactly what I've been looking for! :)

Skedoozy 11-02-2006 09:31 PM

X, you there?

baronvonwalz 11-27-2006 12:53 AM

You know, you can do it alot easier than this.

Find this:

Code:

function strip_quotes($text)
{

And follow it with

Code:

return text;
So it looks like

Code:

function strip_quotes($text)
{return text;


CoreIssue 11-27-2006 01:11 AM

Quote:

Originally Posted by baronvonwalz (Post 1126044)
You know, you can do it alot easier than this.

Find this:

Code:

function strip_quotes($text)
{

And follow it with

Code:

return text;
So it looks like

Code:

function strip_quotes($text)
{return text;


Doesn't work on 3.6.4

You quote a post and all it says is
Quote:

text

baronvonwalz 11-30-2006 10:48 PM

Erm, I'm sorry, I did that wrong.

It should be.

Code:

function strip_quotes($text)
{return $text;


CoreIssue 11-30-2006 11:22 PM

Quote:

Originally Posted by baronvonwalz (Post 1129050)
Erm, I'm sorry, I did that wrong.

It should be.

Code:

function strip_quotes($text)
{return $text;


No sweat. We all miss it a bit at times.

That works. Thanks!

But for clarity of others

Quote:

Find
function strip_quotes($text)
{
Quote:

Replace with
function strip_quotes($text)
{return text;
Leaving that { will give a parse error.

Again, thanks! You do good work!

I only tried this on 3.6.4

Nixonian 12-02-2006 08:28 PM

Quote:

Originally Posted by CoreIssue (Post 1129066)
No sweat. We all miss it a bit at times.

That works. Thanks!

But for clarity of others
....

And to be really, really sure, don't omit the '$'
So change
PHP Code:

function strip_quotes($text)


to
PHP Code:

function strip_quotes($text)
{return 
$text

And yes, thanks to that, nested quotes work perfectly again. As simple as that :)
Also tested on 3.6.4

CoreIssue 12-02-2006 11:42 PM

Thanks! Trying to help I just created another issue! :confused:

infinityloop 12-03-2006 07:06 AM

Quote:

Originally Posted by Nixonian (Post 1130273)
And to be really, really sure, don't omit the '$'
So change
PHP Code:

function strip_quotes($text)


to
PHP Code:

function strip_quotes($text)
{return 
$text

And yes, thanks to that, nested quotes work perfectly again. As simple as that :)
Also tested on 3.6.4

Many thanks. works like a charm :)


All times are GMT. The time now is 11:32 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.01189 seconds
  • Memory Usage 1,749KB
  • 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
  • (8)bbcode_code_printable
  • (4)bbcode_php_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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