Quote:
Originally Posted by TheMilkCarton
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
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.