PDA

View Full Version : Picture in quote, Posted by USER


JGM007
07-22-2004, 02:13 AM
Hello,
In VB2.x.x if someone's name was say :robot: and there was a corresponding smiley called :robot:, when you quoted them, instead of Originally Posted by :robot: you would see Originally Posted by Picture of a Robot

This is not the case in VB3.x.x
I looked in the bb quote template, but saw nothing that jumped out at me that would prevent it from happening.
Anyone have any thoughts how to make this happen?

Xenon
07-22-2004, 07:41 AM
in file includes/functions_bbcodeparse.php

remove that:
// remove smilies from username
$username = strip_smilies($username);


:)

JGM007
07-22-2004, 12:29 PM
Thank you very much for the help Xenon!

:-D

Xenon
07-23-2004, 07:58 AM
no prob, you're welcome :)