Quote:
Originally Posted by OldSchoolDSL
None of the code required for this, seems to be in 4.1.1 (final version, not beta)
|
No. As I said, there is still an error in the code in the first post.
Quote:
Originally Posted by djbaxter
Yes, there is still an error in the instructions in the first post above:
Find -
PHP Code:
<dt>{vb:rawphrase 'posts'}</dt> <dd>{vb:raw post.posts}</dd>
The single quotes around "posts" should be deleted.
|
i.e., do NOT search for
PHP Code:
<dt>{vb:rawphrase 'posts'}</dt> <dd>{vb:raw post.posts}</dd>
DO search for
PHP Code:
<dt>{vb:rawphrase posts}</dt>
<dd>{vb:raw post.posts}</dd>
The replacement code in the first post is correct now.