drsmash
02-10-2015, 01:20 PM
according to this modification
https://vborg.vbsupport.ru/showthread.php?p=2536860
he added if condition to show social codes in thread only
<vb:comment>START of Social Buttons Code</vb:comment>
<vb:if condition="$page['view'] == 'thread'">
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
<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 = ?????????????????
:o:o i know its noob question but please help me ~!
https://vborg.vbsupport.ru/showthread.php?p=2536860
he added if condition to show social codes in thread only
<vb:comment>START of Social Buttons Code</vb:comment>
<vb:if condition="$page['view'] == 'thread'">
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
<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 = ?????????????????
:o:o i know its noob question but please help me ~!