MyBB Community Forums

Full Version: MyBB 1.8.3 change image link
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
MyBB 1.8.3 insert his image but change link:


latex.codecogs.com/gif.latex?pt%5CLeftrightarrow%20%5Cleft%5C%7B%5Cbegin%7Bmatrix%7D%20x%5Cgeq%201%20%26%20%5C%5C%20x+1%3D%28x-1%29%5E%7B2%7D%26%20%5Cend%7Bmatrix%7D%5Cright

To

latex.codecogs.com/gif.latex?pt%5CLeftrightarrow%20%5Cleft%5C%7B%5Cbegin%7Bmatrix%7D%20x%5Cgeq%201%%E2%80%8B20%26%20%5C%5C%20x+1%3D%28x-1%29%5E%7B2%7D%26%20%5Cend%7Bmatrix%7D%5Cright

Therefore it does not display properly.

Looking forward to help. Thank you
yes, and  x&plus convert to +plus in WYSIWYG mode
It also fails mybb.com


[Image: gif.latex?pt%5CLeftrightarrow%20%5Cleft%...7D%5Cright]
Confirmed, the parser fails here, so moved to bug reports.

And I think it's the same issue: https://github.com/mybb/mybb/issues/286 but not marking as duplicate until it gets fixed.
EDIT: nvm, tested it myself and it's indeed caused by word wrapping setting, so marking as Duplicate.

As a temporary fix you can try going to ACP -> Configuration -> Posting and setting Number of Characters before Word Wrapping Occurs to 0.
(2014-12-01, 04:55 PM)Destroy666 Wrote: [ -> ]Confirmed, the parser fails here, so moved to bug reports.

And I think it's the same issue: https://github.com/mybb/mybb/issues/286 but not marking as duplicate until it gets fixed.
EDIT: nvm, tested it myself and it's indeed caused by word wrapping setting, so marking as Duplicate.

As a temporary fix you can try going to ACP -> Configuration -> Posting and setting Number of Characters before Word Wrapping Occurs to 0.

Thank you. Have done