Recent content by Northsider

  1. N

    XF 2.1 [SOLVED] How can I access a new relation added to the Post entity?

    Fixed it by using the defaultWith option on the entity, loading the new relation on Post. In this case, also the proper solution (at least, feels likt it), as it always should be available.
  2. N

    XF 2.1 [SOLVED] How can I access a new relation added to the Post entity?

    So I've setup a relation on the post entity using the entity_structure event. I can access it fine throughout the code (or by including it in the "with" of the finder). However, there's one part I don't understand. I want to access this relation within the post_macros template modification I...
  3. N

    [OzzModz] Post Comments

    Based on my understanding from the above post, this does not work together with Article threads?
  4. N

    TaigaChat Pro - Realtime chat/shoutbox [Deleted]

    With the new update (Added double-click to edit message) I wondered if you made a special option for this. So that you can choose if the dropdown shows or not (even if you have the edit/delete option).
  5. N

    Implemented Make thread moderated if contains word

    So basicly the idea is, when a post contains a certain word (/or link), the post gets either moderated or directly deleted. You should be able to modify these "forbidden" words in the Options, quite like is now being done with censoring. However when you add the word, instead of a replacement...
  6. N

    TaigaChat Pro - Realtime chat/shoutbox [Deleted]

    I'm not sure if this has been suggested before, however the only thing still missing in my opinions is: double click to edit/delete a post. As I'm not a big fan of the small dropdowns, as I want normal members to be possible to edit their shouts. However, if the dropdown only is working for...
Top Bottom