I must say that it is a awesome mode, but could not install as instructed. Maybe, I am the slowest! Please read below for my confusion:
Below is your direction to modify php code in the header, as highlighted in RED:
"
To stun the original Register button into submission:
Find:
PHP Code:
<li>
<script type="text/javascript" src="clientscript/vbulletin_md5.js?v={vb:raw vboptions.simpleversion}"></script>
and ADD before:
PHP Code:
<!--
"
What do you mean by the statement above? You use the word "before" and I am not sure I understand that. The word "before" means to me, as below:
<!---
<li>
<script type="text/javascript" src="clientscript/vbulletin_md5.js?v={vb:raw vboptions.simpleversion}"></script>
If that is not the meaning, then the phrase "in front of" each php code, as below:
<!--- <li> -->
<!--- <script type="text/javascript" src="clientscript/vbulletin_md5.js?v={vb:raw vboptions.simpleversion}"></script> -->
Then Find:
PHP Code:
}
}
</script>
</li>
and ADD after:
PHP Code:
-->
Again, what do you mean by "after"? You mean as shown below, aren't you?
}
}
</script>
</li> --->
OR
<!--- } --->
<!--- } --->
<!--- </script> --->
<!--- </li> --->
Please verify this as shown above . Thank you .
Victor