Quote:
Originally Posted by Zachery
Define doesn't work properly?
It would only show which style a user has set in their usercp, which might not be the style they're using, since cookies can override a setting in the usercp.
|
The term "style" and any subsequent text doesn't appear from the code. For instance:
Code:
<vb:if condition="$post['styleid'] == '##'"> <dt>{vb:rawphrase style}</dt><dd>No text appears here</dd> </vb:if>
1. The phrase doesn't return the word "style"
2, The text that should appear based on the open 'if' statement doesn't appear either.
I can only conclude that the first line of the "if" statement is incorrect.
Since I want the term users style choice to appear in every style, is there perhaps a simpler way of doing this?