Status
Not open for further replies.

tim2412

Customer
In what template to I need to edit in order to move the Recommended Thread box?

I want to move it so it displays above the 'Thread Information' block.

Many thanks
 
Upvote 0
This suggestion has been closed. Votes are no longer accepted.
I think I may have figured it out, no idea how.

Went into SHOWTHREAD template and moved the tag cloud box, noticed:

{vb:raw template_hook.showthread_after_whoread}

so moved that above the tag cloud and recommended thread block is now above the tag cloud.

Don't know if this is right but it seems to work.
 
Last edited:
That will work but only until you change styles, update style or update vB. You can try editing a file and see if it works.
Open dbtech/recomm/hooks/showthread_complete.php

Look near the bottom for

PHP:
        $template_hook['showthread_after_whoread'] .= $recommended;

Try changing it to

PHP:
       $template_hook['showthread_after_activeusers'] .= $recommended;

Maybe next version I can add an option in the ACP so you can select different areas.
 
That will work but only until you change styles, update style or update vB. You can try editing a file and see if it works.
Open dbtech/recomm/hooks/showthread_complete.php

Look near the bottom for

PHP:
        $template_hook['showthread_after_whoread'] .= $recommended;

Try changing it to

PHP:
       $template_hook['showthread_after_activeusers'] .= $recommended;

Maybe next version I can add an option in the ACP so you can select different areas.

wait next version and fix this bugs
 
maybe Recommended Threads not replace similar Threads? Ex: Recommended Threads show below fisrt post and Similar Threads show below in showthread
 
Status
Not open for further replies.
Back
Top