code event listener

  1. Nulumia

    XF 2.1 Extend navTree array from custom options?

    I'm trying to add a few values (string/boolean) to the navTree array, following the typical title, href, attributes: $navTree: "home" => array [ "title" => "Phrase" "href" => "" "attributes" => [] ] "forums" => array [ "title" => "Phrase" "href" => "" "attributes" => []...
  2. adamsmasher

    XF 2.0 Entity structure change on post render only

    Is there a way to update the structure of the post entity, but only when displaying a thread and not when posting to the thread. The columns I'm adding are needed when you view a post, but I don't want them added to the structure when trying to save a new post as these columns don't actually...
  3. Cupara

    Not a bug Code Event Listener

    Not sure if this is a bug or a problem with what I'm doing. I'm trying to add a new code event listener but keep getting an error with no details. If this is not a bug, please move to the right discussion forum.
Top Bottom