Quote:
Originally Posted by Cyricx
Include the php code in the functions_showthread, and then the html in the postbit template would be my best advice.
Whenever I need to use php in postbit I always add code to the functions_showthread. But watch that query, because it'll hit for every poster if I remember right. So if your viewing a page and have it set to list 25 posts, you'll have like 25 queries extra.
At least thats the way it seemed when I had a query in my rpg code.
|
If I put all of my PHP in showthread how do I call it in postbit?