where should I change postbitlegacy_userinfo_width?
I'm making a minor modification for a Valentines Day Event on my forum, in which I am doubling the width of my userinfo block to fit in an extra avatar (the avatar of the person they are "dating," heh, it was a big hit last year).
Last year, I forced a stomach-churning pink V-Day skin on my users for the Event, but this year I didn't want to make an entirely new skin--instead, I was going to just make a few Plugins and edit the Avatar bit of the posbit_legacy template.
I've got two options--one is to change $stylevar['postbitlegacy_userinfo_width'], and the other is to edit a few HTML elements (<div class="postdetails"> and <div class="userinfo">) with inline CSS in the postbit_legacy template while I muck around with the Avatar bit. I would LIKE to go with the former option, as it seems a lot simpler, but I'm not quite sure which hook I should place it on. I tried postbit_display_start, but it seems to not work. XP
Advice?
|