I havent installed this because i dont really need it, but just looking at the plugin code I think this conditional would work for the forum display threadbits template to make it open in a new window.....
Edit the threadbits template and surround the code that outputs a thread link with something like this:-
<if condition="$thread['isurlredirect']">
write out the thread link with target="_blank"
<else />
write out a normal link
</if>
Obviously for a mod i'm not gonna use im not going to help any more than this, but I'm sure with the above info some else who knows what they are doing could easy post up the full edits.
Again, the conditional should be this: <if condition="$thread['isurlredirect']">
Hope this helps
|