MyBB Community Forums

Full Version: Show Similar Threads in Posts ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Can you post a screenshot of what you want to do? I'm slightly confused.
Here>> http://www.daniweb.com/hardware-and-soft...ads/350544

Similar threads in the first post only, I want to achieve the same thing
Try sticking that 'if' code inside your postbit then.

You'll also need to edit inc/functions_post.php, find:

function build_postbit($post, $post_type=0)
{

Add after it:
global $similarthreads;
(2012-01-02, 01:54 PM)Dennis Tsang Wrote: [ -> ]Try sticking that 'if' code inside your postbit then.

You'll also need to edit inc/functions_post.php, find:

function build_postbit($post, $post_type=0)
{

Add after it:
global $similarthreads;

Still Not Working,
Here is how to do it by zingaburga
Pages: 1 2