I am trying to customize some of my pages to better match how we are using vBulletin. I have gone in and renamed the content.php page and those changes are not being reflected everywhere. Here's a brief overview of what I have done:
Changed the name of the physical file from "content.php" to "something.php"
Gone into my admin area, under "Options>Content Management" and changed site tab to "something.php"
Searched all of my custom templates and changed the hard wired reference to "content.php" to "{vb:raw page_url}" (I am not sure if this is the right variable but it definately shouldn't be content.php.
The navigation is showing the correct link (something.php) but the links that are generated in the category navigation and the article links are still "content.php" and I am lost as to where this variable is stored. I would have thought this was a Content Management configuration but it clearly states the "tab" value, which is working.