Log in

View Full Version : Hook Location : postbit_display_start


marocnl
08-18-2006, 12:14 PM
Hi All,

Trying to add content to posts in showthread page.
I customised postbit template
I need to get informations from a database.
I am trying to add code in plugin Hook Location : postbit_display_start
Problem is that I cannot use $db->query_first([myquery]);
Result is a blank page for showthread.php

Thanks.

King Kovifor
08-18-2006, 01:19 PM
try:

$db->query_read($sql);

where $sql is your query. And if it's some stuff is added automatically I think (from the db)