according to this modification
https://vborg.vbsupport.ru/showthread.php?p=2536860
he added if condition to show social codes in thread only
PHP Code:
<vb:comment>START of Social Buttons Code</vb:comment>
[B]<vb:if condition="$page['view'] == 'thread'">
[/B]
in the second line
i want to show this social sharing in articles pages too !
so i have stupid idea to repeat the same code with another condition
PHP Code:
<vb:comment>START of Social Buttons Code</vb:comment>
<vb:if condition="$page['view'] == '@@@@@@@@'">
Article condition = @@@@@@@
but i don't know what to put
forum thread = "$page['view'] == 'thread'"
CMS Article = ?????????????????


i know its noob question but please help me ~!