Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Show similar threads below first post
charafweb Offline
Junior Member
**
Posts: 12
Joined: Jan 2013
Post: #1
Show similar threads below first post
Hi there,

How to show Similar threads in first post only.

I added the following code (as suggested by yaldaram) below {$post} in the "showthread" template:

PHP Code:
1
2
3
4
5
6
<div id="posts">
        {$posts}
    <if ($postcounter - 1) % $mybb->settings['postsperpage'] == "0" then>
    {$similarthreads}
    </if> 
   </div> 


I also added this:

(this is suggested by Dennis Tsang)

PHP Code:
global $similarthreads;


to inc/functions_post.php.

And Similar threads table setting is enabled in ACP > Configurations > Showthread Options.

But similar threads not appearing. Any Idea?

Thanks


la-fac.net
(This post was last modified: 02-27-2013 09:36 PM by charafweb.)
02-27-2013 09:32 PM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
Show similar threads below first post - charafweb - 02-27-2013 09:32 PM

 Standard Tools
Forum Jump: