same as u !! this problem from version 1.1 =(Found a serious problem (also with 1.1.2) -- even without a single bbcode enabled...
IT IS chopping off (clipping) the end from many of my postings throughout the forums!
Don't even know where to begin debugging this! I have a lot of addons... but I thought - a first step to debug,
would be to disable all the imported bbcodes... and it's still clipping off the end of many posts!
HELP!
Found a serious problem (also with 1.1.2) -- even without a single bbcode enabled...
HELP!
I can't reproduce the problem on any of my boards. I would need a direct access to check this. And during this time, check the options groups called "[Bb Codes & Buttons Manager] XenForo Bb Codes Control" to check you didn't disable a xen tag.same as u !! this problem from version 1.1 =(
If I have this add-on enabled, I get this below the new post section in a forum
View attachment 45071
Disable the add-on and it disappears.
Any ideas on what it could be.
I have
TinyMCE Fix
TinyMCE Enhancements
Browser Detection
Mobile Agent Tracer
Advanced BB Code Toolbar
installed. Should it not be used with Advanced BB Code Toolbar? Also, in the ACP options area it shows no BB editor available.
Version 1.1.3 released
- Add a new option: "custom options separator"
View attachment 45138
There's only one way to debug: having access to the forum (admincp and may be ftp). I've got no time this week. May be this weekend.Still having the problem of things being clipped -- seems to be happening at the point of a last bbcode within a post onwards.
Installing an entire 2nd copy of the site -- just for debugging this problem...
could we talk by phone? pm me your phone # -- and would call you!
Cheers - Raydianze
return call_user_func($tagInfo['callback'], $tag, $rendererStates, $this);
/*return call_user_func($tagInfo['callback'], $tag, $rendererStates, $this);*/
return call_user_func_array(array($tagInfo['callback'][0], $tagInfo['callback'][1]), array($tag, $rendererStates, $this));
The problem with php 5.2 has been found. You will need to edit one XenForo file. Sorry there is no other alternative.
This file is: XenForo_BbCode_Formatter_Base
Path: {yourForum}/library/XenForo/BbCode/Formatter/Base.php
Search:
PHP:return call_user_func($tagInfo['callback'], $tag, $rendererStates, $this);
Replace:
PHP:/*return call_user_func($tagInfo['callback'], $tag, $rendererStates, $this);*/ return call_user_func_array(array($tagInfo['callback'][0], $tagInfo['callback'][1]), array($tag, $rendererStates, $this));
Explanation (as far as I'm able to explain...): $this doesn't seem to be recognized using call_user_func in an extended class (xfcp). Using call_user_func_array fixes the problem.
Tested with Wampserver.
Version 1.1.4 released
- Various improvements
- New developer tools
Most of them are in the background (datawriter message, avoid class conflits, etc.). But this update is needed for another update of another addonVarious like?![]()
See this or FAQ-Paragraph 5Does 1.1.4 include the repairs to Php 5.2x ?
We use essential cookies to make this site work, and optional cookies to enhance your experience.