I was trying to get help over at vb.com, but when I told them they way it should fix the issue, didn't they told me to me over...
So I am trying to turn off the activity stream on my users profile tab.
Now the following code was deleted from the MEMBERINFO template
Code:
<div id="view-activitystream" class="<vb:if condition="$selected_tab == 'activitystream' OR $selected_tab == ''">selected_view_section<vb:else />view_section</vb:if>"> {vb:raw blocks.activitystream} </div>
a plugin was made with the following code
Code:
$_REQUEST['tab'] = 'visitor_messaging';
The forum cache was cleared. But the actviity stram is still on the profiles. So does anyone else know any fix for this issue.