Podaj swój Postbit_legacy jak on się prezentuje, bo z tego co widać niby klasy się zgadzają w iwt_timespentonline_postbit:
Kod:
<div class="etiket_postbit_alanI_userinfo_extra_yazIlarI"><vb:if condition="$timespentonline_formatted">{vb:rawphrase iwt_timespentonline}</vb:if><dd> {vb:raw timespentonline_formatted}</dd></div>
<div class="etiket_postbit_alanI_userinfo_extra_yazIlarI"><vb:if condition="$timespentonlineperday_formatted">{vb:rawphrase iwt_timespentonline_average}</vb:if><dd> <dd>{vb:raw timespentonlineperday_formatted}</dd></dd></div></vb:if>
Możesz dla testu wrzucić do swojego postbit_legacy w całą sekcje odpowiedzialną jak na screenie np. pod posty dasz:
Kod:
<vb:if condition="$timespentonline_formatted">{vb:rawphrase iwt_timespentonline}</vb:if>
<dd> {vb:raw timespentonline_formatted}</dd></div>
<vb:if condition="$timespentonlineperday_formatted">{vb:rawphrase iwt_timespentonline_average}</vb:if>
<dd>{vb:raw timespentonlineperday_formatted}</dd></div></vb:if>