I understand what you are trying to say, but your instructions on step 2 say:
Code:
Edit plugin "vBShout [Template Alteration]" and make the following changes:
The things it is telling me to look for are not there!
Mine looks like this
Code:
if (THIS_SCRIPT == "index")
{
global $globaltemplates;
$globaltemplates = array_merge($globaltemplates, array('forumhome_vbshout'));
}
That is all that it says. Where do I find this other text you are referring too?
The only text that matches your instructions are in step 2a and step 3