this code is in view topic body ( prosilver )
Code: Select all
<a href="#p{postrow.POST_ID}">{postrow.POST_SUBJECT}</a>
but in subsilver 2 isnt.
i found this code in view topic body ( subsilver 2 )
Code: Select all
{postrow.POST_SUBJECT}
replace with
Code: Select all
<a href="#p{postrow.POST_ID}">{postrow.POST_SUBJECT}</a>
my problem solved.
this code wasnt Default in subsilver 2
i think this code must add in 3.0.8 or 3.0.9