Recent content by xH3LLRAIZ3Rx

  1. xH3LLRAIZ3Rx

    XF 2.2 Discord Font Awesome Icon not working

    I'm trying to use the discord font awesome icon (fa-discord) and it's not working, I'm not sure what I'm doing wrong
  2. xH3LLRAIZ3Rx

    Add-on Forum hide editor option for custom thread fields

    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
  3. xH3LLRAIZ3Rx

    Implemented YAML Syntax Highlighting

    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.
  4. xH3LLRAIZ3Rx

    Minecraft Paid Username Validation [Deleted]

    @Jeremy P Can you please fix the issue where its saying invalid character when someone uses _ in their names, because you can use _
  5. xH3LLRAIZ3Rx

    Flat Awesome Dark - PixelExit.com [Deleted]

    yes it does, hmm, seems to not be the style
  6. xH3LLRAIZ3Rx

    Flat Awesome Dark - PixelExit.com [Deleted]

    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
  7. xH3LLRAIZ3Rx

    GeSHi Syntax Highlighter [Deleted]

    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
  8. xH3LLRAIZ3Rx

    index.php showing code instead of page in PHP 7

    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...
  9. xH3LLRAIZ3Rx

    PHP 7 Unable to load dynamic library

    woops. I enabled the wrong thing...... Bobby would say "You Igit"
  10. xH3LLRAIZ3Rx

    PHP 7 Unable to load dynamic library

    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
  11. xH3LLRAIZ3Rx

    php 7 upgrade problem

    I went ahead and tried to reinstall 7 and it works now
  12. xH3LLRAIZ3Rx

    php 7 upgrade problem

    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...
  13. xH3LLRAIZ3Rx

    [8WR] XenPorta (Portal) PRO [Paid]

    How do I change the color of the Text of the News Title of Thread here:
  14. xH3LLRAIZ3Rx

    VaultWiki [Paid]

    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:
  15. xH3LLRAIZ3Rx

    XF 1.4 Minecraft Vote 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">
Back
Top Bottom