~Brain~Wav~
05-28-2002, 07:14 PM
Okay, here's the problem.
On my board, we have two custom titles, one is the standard VB one, and the other is a user selectable one.
Recently, I was trying to tweak the postbit, and the custom title ceased working.
<normalfont><b><table style="filter:glow(color=$post[field10], strength=7">$post[username]</table></b></normalfont>
<smallfont>$post[usertitle]</smallfont><br>
$post[avatar]<br><smallfont><b>$extratitle</b></smallfont><br>
<smallfont>Registered: $post[joindate]<br>
Location: $post[field2]<br>
Posts: $post[posts]<br>
Style: <a href='showthread.php?styleid=$post[styleid]&postid=$post[postid]&s=$session[sessionhash]#post$post[postid]'>$post[styletitle]</a></smallfont></td>
The "$extratitle" is the custom title... I don't know why it isn't working, but could someone please look at it.
Oh, and I tried encasing it in $post[], and $bbuserinfo[], but neither worked.
On my board, we have two custom titles, one is the standard VB one, and the other is a user selectable one.
Recently, I was trying to tweak the postbit, and the custom title ceased working.
<normalfont><b><table style="filter:glow(color=$post[field10], strength=7">$post[username]</table></b></normalfont>
<smallfont>$post[usertitle]</smallfont><br>
$post[avatar]<br><smallfont><b>$extratitle</b></smallfont><br>
<smallfont>Registered: $post[joindate]<br>
Location: $post[field2]<br>
Posts: $post[posts]<br>
Style: <a href='showthread.php?styleid=$post[styleid]&postid=$post[postid]&s=$session[sessionhash]#post$post[postid]'>$post[styletitle]</a></smallfont></td>
The "$extratitle" is the custom title... I don't know why it isn't working, but could someone please look at it.
Oh, and I tried encasing it in $post[], and $bbuserinfo[], but neither worked.