You mention in your install direction to find:
<phrase 1="$attachment[counter]">$vbphrase[x_views]</phrase> in the postbit_attachment template.
The code in that template in 3.6.2 reads:
<if condition="$show['views']">, <phrase 1="$attachment[counter]">$vbphrase[x_views]</phrase></if>)
Where exactly do we place the code, efter the final bracket, after the close of the phrase, or somewhere else? I am not a coder so I need direction on whether it is as you describe and should be after the close of the phrase or should it be after the </if>) ?
|