PDA

View Full Version : How do I use Postbit Legacy in Posts but not in PMs?


Reinhart
04-01-2008, 04:10 PM
I really like the way Postbit legacy looks on my forum but It messes up my template when viewing PMs.

Is there a way to use Postbit legacy in normal Posts/threads and use the new top Postbit in PMs?

Check out http://www.wiipals.net/Forum to see what I mean about postbit legacy messing up my PMs. (not a plug!)

Heres a Pic instead:
http://www.wiipals.net/Forum/legacy.png

Reinhart

Dismounted
04-02-2008, 05:17 AM
This requires a modification, I believe a plugin at postbit_display_complete, with this code, would work:
if (THIS_SCRIPT == 'private')
{
$this->templatename = 'postbit';
}

Reinhart
04-02-2008, 02:26 PM
It Worked!

Thanks man I never expected a complete and thoughtful answer!

Thanks a million!