View Single Post
Old April 21st, 2007, 07:05 PM   #1 (permalink)
Kirby
Member
 
Join Date: Jun 2004
Posts: 164
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.
Kirby is offline   Reply With Quote