I would love option to in a forums option for a hide editor type of option, where it its true, it will hide the Rich Text Editor in any new thread post, this way we can make custom forums for applications and forms
It seems like YAML is not a syntax highlight for the code bbcode, can you please add that, because when I will eventually upgrade to 2.0 it would be really useful.
How do I fix this problem where when using the @ function to link profiles, it does not pop up the user box, instead it shows error page cannot be found
I am getting this error on PHP 7: Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; GeSHi has a deprecated constructor in /library/DigitalPointSyntaxHighlighter/geshi.php on line 259
I am getting this issue where it shows the code of index.php instead of the actual page:
setupAutoloader($fileDir . '/library'); XenForo_Application::initialize($fileDir . '/library', $fileDir); XenForo_Application::set('page_start_time', $startTime); $fc = new XenForo_FrontController(new...
I am getting this error:
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/20151012/php_curl.dll' - /usr/lib/php/20151012/php_curl.dll: cannot open shared object file: No such file or directory in Unknown on line 0
My Server is Ubuntu 14.04
When upgrading a friends site for him to php 7 the site is now getting this error:
setupAutoloader($fileDir . '/library'); XenForo_Application::initialize($fileDir . '/library', $fileDir); XenForo_Application::set('page_start_time', $startTime); $fc = new XenForo_FrontController(new...
I am having a Issue where some of the BBCode Content isn't showing on the page itself but it is showing up in the Editor as well as the Table of Contents for that page, heres some screenshots of the issue:
Shows up in Editor:
Shows up in Table of Contents:
Doesn't Show up on Page:
and if you don't want the each vote site to auto scroll through, add data-interval="false" to
<div id="myVote" class="carousel slide">
so then it would equal to
<div id="myVote" class="carousel slide" data-interval="false">