Somebody bumped a thread on vb.com that I had posted this on:
Quote:
Originally Posted by Lynne
- Create your own first post template - "postbit_myown"
- Create a plugin using hook "postbit_display_complete":
PHP Code:
if ($post['postid']==$this->thread['firstpostid']) { $this->templatename = 'postbit_myown'; }
I think that should work. I was using that when I had my 3.7 test board up.
|