but i have my images stored in /images/forumhome so where as images stored in images/misc i can just use $stylevar[imgdir_misc]/image.gif i have made a new directory i want to store my images in and i want to call them dynamically.
Unless i've missed something in vB3, you can't do that without hacking.
Try sticking this in your phpinclude_start template. This will let you use $stylevar[imgdir_forumhome] instead of hard coding it. I did not test it because im about to go to sleep, but if it dose not work it is probbly just something little I missed in my sleepy state
PHP Code:
if (!empty($loo_stylebit))
{
unset($loo_stylebit);
it might be gradient, like the buttons folder is actually $stylevar[imgdir_button](i think)
i dont know>_< vb should include in the next version a list of the style vars, actually they should a release a guide explaining the if statements etc. but thats my 2 cents