Would this work the same for vbulletin 4.0 series or would there be a different code to hide the whats going on box ?
This is a discussion on How to Hide Disable What's Going On Box within the General Discussion forums, part of the vBSEO SEO Plugin category; Would this work the same for vbulletin 4.0 series or would there be a different code to hide the whats ...
Would this work the same for vbulletin 4.0 series or would there be a different code to hide the whats going on box ?
The concept is the same, but the actual markup has changed a bit. If you can read html, you should be able to find this section fairly easily and get the virtual or template conditionals wrapped around it in vb4 style.
Brian Cummiskey / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
I found the code in the forumhome area and I input the code the same way you posted previously
<if condition="$show['member']">
<!--VBSEO_VIRTUAL_HTML-->
<!-- what's going on box -->
<!-- end what's going on box -->
<!--/VBSEO_VIRTUAL_HTML-->
</if>
I got this error message after trying to save changes:
Warning: Invalid argument supplied for foreach() in [path]/includes/functions.php on line 3339
The following error occurred when attempting to evaluate this template:
%1$s
This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.
you need to change the <if to <vb:if
and /if> to /vb:if>
to match vb4's template class
Brian Cummiskey / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!