Quote:
Originally Posted by kh99
Hmm...seems like it should work. The reason it doesn't show at all is because the plugin unsets the $similarthreads variable so that it won't show in the usual place. So the str_replace isn't working - are you sure you put it in the same template you're using (postbit or postbit_legacy), and in the same style that you're viewing? Try doing something like this:
Code:
<if condition="$post['isfirstshown']">x<!-- similar threads --></if>
and see if the x shows up at all.
|
Thank you so so much after you mentioned if I was putting the code in postbit or postbit_legacy I noticed I was placing it in postbit legacy rather that postbit. testing and working now..
If I wanted to move this above the first post what do I need to change or is that not recommended from a SEO prospective.