[Help] Is the rich text editor broken?

Discussion in 'Empire Help & Support' started by PenguinDJ, Jan 28, 2016.

  1. I don't have the box that lets me format text to be a certain color, font, size, bold/italic/underlined, etc. I just have the plain boring old box (like it is on mobile). Is this an issue for anyone else?

    http://imgur.com/h2Djgbu
    UltiPig and ChickenDice like this.
  2. Mobile has never had the rich text editor
    E: I read this wrong. Same issue here.
    PenguinDJ likes this.
  3. The regular (non-mobile) site doesn't seem to have it working atm
    PenguinDJ likes this.
  4. Same for me
    PenguinDJ likes this.
  5. trying to figure it out, being weird. commenting out recent changes isnt fixing it.
    PenguinDJ likes this.
  6. Alright, sometimes it does this when my internet is acting up, so I was just making sure it wasn't just me. ;)
  7. More options also seems broken.
    PenguinDJ likes this.
  8. This generally happens when the page fails to load all the way, so maybe that has something to do with it.
    PenguinDJ likes this.
  9. It's not a matter of the page failing to load all the way. It is infact loading all the way. Aikar, if you see this. It isn't something totally related to recent CSS changes, but it may be linked. If you inspect the div/textarea of the response section, you will see
    Code:
    <input type="hidden" name="_xfRteFailed" value="1">
    This is returned by the tinyMCE function/request in the following script tags after the listed failed return element pointed out above. The id is there, but I can only see so much from the front end. Have you tried looking at this already?
    PenguinDJ likes this.
  10. Servers under the community tab does not seem to be working. Clicking "load more" on a profile post takes you to an extended version
    Getting an unspecified error when I try to post, but it seems to be posting just fine.
    PenguinDJ likes this.
  11. Ok Ithink the servers comment helped me figure out what it is...

    I added some code to auto append version numbers to js and css files, and I think that code ran in the admin panel and broke file paths to js files which explains why reverting didnt fix it...
    -- EDIT: wasn't it :(
    IT's JS related
    PenguinDJ likes this.
  12. Holy crap that was one hell of a find.

    Ok, so it was JS related, and it wasn't the version thing. I added an HTML Minifier, and it also applied on the admin panel, and it saw:

    <!--XenForo_Require:JS-->

    And said hey, thats a comment, go away. and removed it.... Which is what tells the forums where to write scripts!
    PetuniaFigtree and PenguinDJ like this.