2014-08-06, 07:10 PM
I placed this code in postbit_author_guest template to give guest an ID#
I added a column in my database mybb_posts that stores the ID# of the guest.
Is there a way to customize the search so user can search for posts made by a certain guest ID#
Thanks,
<font size="2"><b>Guest ID: <?=hexdec(substr(md5($post['ipaddress']), 0, 4))?></b></font>
I added a column in my database mybb_posts that stores the ID# of the guest.
Is there a way to customize the search so user can search for posts made by a certain guest ID#
Thanks,