XF 2.2 User information in postbit

Dannymh

Active member
The user card/information next to or above the post used to be called the postbit from memory, however I am having trouble finding where I need to hook into in order to modify this.
It look slike this may now be wound up in macros?

For context what I am trying to do is
  • Look at the Thread Prefix
  • If the prefix matches what I am looking for, then check the postid against a reference table, if there is a reference in there, replace the username with the one from the post reference.

I need to do this for an integration between forums that allows posting between the forums via the API but posts as the API user, I want to swap out that user for the user name that is posted in the reference table so will need to extend the postbit to essentially replace part of it
 
Top Bottom