MyBB Community Forums

Full Version: thankyoulikesystem problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi support
we can use thankyoulikesystemv1.5 plugin but we take the error,the names of the user who is not writing to thank

ı cant see thanks addşng user list ?
You need to check that the code has been inserted in your postbit templates. It looks like this:
		<tr style="{$post['tyl_display']}" id="tyl_{$post['pid']}">
			{$post['thankyoulike_data']}
		</tr>
(2012-08-05, 02:45 PM)Tecca Wrote: [ -> ]You need to check that the code has been inserted in your postbit templates. It looks like this:
		<tr style="{$post['tyl_display']}" id="tyl_{$post['pid']}">
			{$post['thankyoulike_data']}
		</tr>

thank you tecca where is the postbis file

Admincp -> Templates & Style -> Templates -> Your Theme's Templates -> Post Bit Templates -> postbit
thanks workly