vBulletin Post ID Variable in Plugin -
vBulletin Post ID Variable in Plugin -
first off, i'd give thanks replies in advance--
i using vbulletin 3.7 (old, know...), , trying add together plugin includes variable $post['postid']. however, doesn't seem work. hook location 'postbit_display_start'.
i see no need post more information; problem small, , simple.
try utilize postbit_display_complete hook location. , utilize plugin code on local installation
echo '<pre>';print_r($post);echo '</pre>';
to see within $post.
vbulletin
Comments
Post a Comment