PDA

View Full Version : Editing the { } variables, ex. {vb:raw facebook_header}


GenDeathRaiser
04-05-2014, 10:43 AM
know this is going to be stupid, and I know someone is about to show me something really obvious, but I've literally googled and searched for everything and can't find the terms to search for this.

How do I edit these variables that VB uses? In particular I just want to change the facebook login button, but I don't want to use a gif, so I don't want to just replace the file. I want to figure out how to redirect this variable to the image I want. Where are these variables located so that I can change the hardcode to point to a png? I already searched in templates and came up dry.

cellarius
04-07-2014, 06:14 AM
The values of those variables is set in the php files and then passed to the templates. Do a search over all files for "facebook_header" to find out what file exactly you need to look at. You may even be able to do what you want using a plugin at a hook without hardcoding anything. (Whether the facebook image can be easily changed I don't know, I think that's served and controlled by facebook itself).