Hi, I tried to find this tidbit of code in in every file and template I could think of and I just can't find it.
All I want to do is change from "vBulletin Message" to "Brought to you by blah blah blah"
Here is an example of what I'm talking about, it's in the main table.
http://citystylecreations.com/forum/arcade.php
Also, here's how I'm calling template if this helps at all
<?php
error_reporting(7);
require('./global.php');
eval("standarderror(\"".gettemplate("arcade")."\");");
?>
And PS: what is the path to templates outside of the default set? Meaning
(\"".gettemplate("newset/arcade")."\");
Actually, that's what I tried, obviously it didn't work!~LOL
Thanks in advance
All I want to do is change from "vBulletin Message" to "Brought to you by blah blah blah"
Here is an example of what I'm talking about, it's in the main table.
http://citystylecreations.com/forum/arcade.php
Also, here's how I'm calling template if this helps at all
<?php
error_reporting(7);
require('./global.php');
eval("standarderror(\"".gettemplate("arcade")."\");");
?>
And PS: what is the path to templates outside of the default set? Meaning
(\"".gettemplate("newset/arcade")."\");
Actually, that's what I tried, obviously it didn't work!~LOL
Thanks in advance
Comment