| Postbit construction
Currently, postbits are constructed manually - rather than using vB_PostbitFactory method fetch_postbit().
This seems kinda bad, as it stops all plugins on hooks in this class from working.
Especially hooks postbit_display_start and postbit_display_complete are widely used for various stuff.
It also stops stuff like displaying the users age.
|