sorry to ask this hear but i am getting no response on Joomla! forums that have anything to do with coding in Joomla 1.0
I am making some modifications to AuthorBot to do some cool things.
When I think I have things down then something happens I don't expect
For example
in AuthorBot I can place my avatar anwhere
$varialbe ="avatar.jpg";
$row->created_by_alias = $row->created_by_alias.$varialbe will put it beside the created by text
$row->txt = $row->$txt.$variable will put it next to the last line of text
my questions is why doesn't
$row->title = $row->title.$variable put it beside the title
and then i got to thinking , my original thinking was that the was calling the database field as an object but then i looked in the database and I see that the text is not call "txt" but something else
so whats the deal here
thanks