Sorted.

I needed to change back the
Automatic entry into the template to
No
If using the
must proceed with editing the template and set this option to no.
Find:
Code:
Code:
<div class="cleardiv"></div>
add this above (first)
Code:
Code:
{vb:raw ctinfo.infobox}
--------------
If using this mod
Postbit Collapser/Arranger add
Code:
{vb:raw ctinfo.infobox}
to the corresponding
Code:
Code:
postbit_collapse_legacy
...then make this change to the Plugin
Quote:
Originally Posted by Asterix_ita
hello
you need to make a small change.
go to admincp -> Plugin & Products -> Plugin Manager
search: Product : CT Info box -> Info Box (postbit_display_complete) click on Edit
search this code:
Code:
vB_Template::preRegister('postbit',array('ctinfo' => $ctinfo));
after add
Code:
vB_Template::preRegister('postbit_collapse_legacy',array('ctinfo' => $ctinfo));
Save
Regards
|
Cheers,
Mr_Running