template editor

  1. CStrategies

    Confirmed Opening extra.less gives fatal memory limit error

    This just started recently, and yes I had a rather large extra.less with about 9000 lines. I was in the process of breaking it up into separate .less files, when suddenly I hit this error: Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 204800 bytes) Now, my...
  2. A

    XF 2.1 How to use strpos in templates xenforo 2.1

    I want to do something like if featured image present show featured image else if thread first post message contain Media='youtube' tag show bbcode else show website logo
  3. A

    Not a bug Strange behavior in template editor and its output

    One of my CSS templates contains this snippet: .ctaBbcodeTable tr:hover { background-color: @inlineMod; } If I 1) change "@inlineMod" to some other color, say, "yellow", 2) "Save All Changes", 3) undo the change (Ctrl+Z) in the editor window, and 4) hit the "Save All Changes" again, the...
Back
Top Bottom