Log in

View Full Version : what is $this and how do I change what it does?


Skivey
04-01-2013, 08:22 PM
I have $info on my forum which the old owners made, but need to change what it does..

the code I have is;

<tr><td class="$bgclass">$info</td></tr>

so.. where is it pulling the info of the $info ?

Baffles me! Is it a plugin?

kh99
04-01-2013, 10:05 PM
Yes, it would be defined in code somewhere, either in a plugin or one of the existing vbulletin scripts. You need to find where the template is eval()'d, maybe by searching for the template name. If you have a lot of plugin code this mod might help: https://vborg.vbsupport.ru/showthread.php?t=265982

Skivey
04-06-2013, 12:41 PM
thanks Im still none the wiser! But ive managed to fix what it was I wanted to do. Seems there is some code hidden in teh header template in style var