Recent content by Afforess

  1. Afforess

    [8WR] XenCarta (Wiki)

    Getting the same issue. This plugin seems to be broken.
  2. Afforess

    Accessing PHP variables in templates

    I've had a lot of success using the callback system for Xenforo pages to return php variables. My question is that if I know the index into an array, how to I get the value out of the array. Something like : <div id="Foo"> <b>Bar: </b> {$myArray[{$index}]} </div> Doesn't seem to work. Is...
  3. Afforess

    My Little Ponycons

    Instantly makes your forums 20% cooler.
  4. Afforess

    PHP callbacks for new pages - special HTML encoding?

    Perfect, thanks! Is there a complete list of all the xenforo html codes?
  5. Afforess

    PHP callbacks for new pages - special HTML encoding?

    I followed this excellent tutorial on how to set up custom pages and write php callbacks to generate dynamic html content, and have that all working splendidly. However, when I use my php callback to return any html code, it is encoded incorrectly. For example, if I use the callback to return...
Top Bottom