View Full Version : profile field graphic
Fluke667
09-30-2011, 08:47 PM
I want integrate profile field graphic in header
my edit in HEADER.PHP
<img src="images/dark_vb_v2/header/header.php?file=[field10].png" border="0" alt="$vboptions[bbtitle]" />
This is not working !!! howto link the image with the field10 ?
Thanks for Helping
I think you would want:
<img src="images/dark_vb_v2/header/header.php?file=$bbuserinfo[field10]" border="0" alt="$vboptions[bbtitle]" />
Fluke667
10-09-2011, 03:11 PM
okay thanks :) It worked
and now i want this work in Additional CSS & Postbit Legacy
My Additional CSS:
.test1 {
background: #101010 url(images/dark_vb_v2/postbit/postbit.php?file=$bbuserinfo[field11]);
background-repeat: no-repeat;
border-left: solid 1px #3c3c3c;
border-right: solid 1px #3c3c3c;
}
My Postbit Legacy
<td class="test1" width="175" style="border: $stylevar[cellspacing]px solid $stylevar [tborder_bgcolor]; border-top: 0px; border-bottom: 0px id="td_post_$post[postid]">
not working ... the image not shown :(
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.