vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Preventing !!!!!!! ??????? (https://vborg.vbsupport.ru/showthread.php?t=81869)

dbirosel 03-19-2007 11:41 PM

Great help on that request. You guys should add that to the Mod Database!

TheMilkCarton 03-20-2007 03:10 PM

Quote:

Originally Posted by oldengine (Post 657433)
Excellent! Thank you Dark Visor and Zero Tolerance!

Hahaha. Who is Dark Visor? :p Edit: Oh, that was two years ago? Maybe he had his name changed.. whoops. :o

Anyway.. my question. Is there any way to limit it so that it only starts limiting after so many characters? I think turning ?? into ? is a little too strict.

Perhaps something that turns ?????? into ???

I just realized this thread was started 2 years ago.. but someone bumped it so I might as well ask. :)

Elenna 03-20-2007 04:48 PM

Sorry, that was me that bumped :) I'm not sure if I'm blind, but I'm not seeing the functions_bbcodeparse file. Has it been renamed or encorporated elsewhere?

I, too, would like for it to limit only after a certain amount, like MilkCarton suggested. Could this work with periods too? I know that ... and .... are gramatically appropriate, but I'd like to shorted ................. to ... .

Dismounted 03-21-2007 05:47 AM

Off the top of my head, create a new plugin at 'parse_bbcode' or 'bbcode_parse' (forgot which one it is :p) and insert;
PHP Code:

$searcharray = array("/([!]+)/si""/([?]+)/si""/([~]+)/si");
$replacearray = array("!""?""~");

$bbcode preg_replace($searcharray$replacearray$bbcode); 


TheMilkCarton 03-21-2007 12:51 PM

Thanks Dismounted.. but what about changing '????????' to '???' Is this something that would be too difficult to code? :)

Edit: I couldn't get what you said to work. Although, there were only "bbcode_parse_start" and "bbcode_parse_complete" Unless I didn't see just plain old bbcode_parse

Elenna 03-21-2007 02:50 PM

Thanks very much! I'd like to give this a try - but I admit I'm pretty dumb and new with vB. Which file should I edit to add in the code above?

Dismounted 03-22-2007 06:42 AM

Quote:

Originally Posted by TheMilkCarton (Post 1208767)
Thanks Dismounted.. but what about changing '????????' to '???' Is this something that would be too difficult to code? :)

Edit: I couldn't get what you said to work. Although, there were only "bbcode_parse_start" and "bbcode_parse_complete" Unless I didn't see just plain old bbcode_parse

1./ Find:
PHP Code:

$replacearray = array("!""?""~"); 

Replace With:
PHP Code:

$replacearray = array("!!!""???""~~~"); 

2./ bbcode_parse_complete

Quote:

Originally Posted by Elenna (Post 1208853)
Thanks very much! I'd like to give this a try - but I admit I'm pretty dumb and new with vB. Which file should I edit to add in the code above?

Note 'plugin'. AdminCP > Plugins & Products > Add New Plugin > Pretty self-explanitory from there.

TheMilkCarton 03-22-2007 08:26 AM

Well, I would figure that much, but the code you told me to put into the plugin doesn't work.. at all. :)

I've tried every combo of !!! and ??? and nothing ever changes.

Dismounted 03-22-2007 10:17 AM

The variables have probably changed. I'll have a look.

TheMilkCarton 03-22-2007 11:20 AM

Also, with
Code:

$replacearray = array("!!!", "???", "~~~");
wouldn't it actually turn '!!' into '!!!' , '!!!' would stay the same, and then finally, '!!!!' would change to '!!!' I'd like to do it without lengthening !! or ??

Maybe I'm just misunderstanding the PHP involved.. :) I'm not much of a coder just yet. haha


All times are GMT. The time now is 02:15 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.01728 seconds
  • Memory Usage 1,738KB
  • 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
  • (1)bbcode_code_printable
  • (3)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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