I went Into the Style Variable Editor and replaced the title image with header/header.php?fid={vb:var forum.forumid}&pid={vb:var bbuserinfo.field9}. I placed my image in header/forums and named it as 33.png and when I goto forum 33 it doesn't load this image. It still does the random image. I am not really interested in the user select option. I am only interested in random and forum specific logos. Am I placing the variable in the wrong place? Maybe I have to manually edit the header code instead of replacing the variable?
Quote:
Originally Posted by Jaxel
titleimage should be:
header/header.php?fid={vb:var forum.forumid}
not
header/header.php
|
Quote:
Originally Posted by harleyparts
Usage Procedure:
Anywhere you want to use this random script, just link to this script, instead of an image.
header/header.php?fid={vb:var forum.forumid}&pid={vb:var bbuserinfo.field9}
Notice the field9 above, this should match the field name given to you in a previous step.
You can use this script anywhere you would normally use an image; whether it be your logo image, or even the background image to your header or website
the above script can it be modified to just show specif imgs in specific forums , Not Random?
|