Quote:
Originally Posted by adhari_com
Thanks for the patch, but instead shouldn't the last line of the plugin triggered in 'postbit_display_complete' be like this?
PHP Code:
eval('$template_hook[postbit_userinfo_right] = " ' . fetch_template('post_thanks_postbit_info') . '";');
Just removing the concatinating period would solve the multiple posubit info being repeated.
|
If I do this, then it means I'm hogging this hook and any coder that added info to this before I did would get lost. Would you really like that?