Topic: I am a bit consufed with the Moved feature in punBB
I am trying to figure out exactly how this works. If I move a post why is it I don't see the text moved next to it. The only time I see it is in the mod_active_topics that I use on my index. I even tried a fresh install of pun and I still don't see it. In my case I use images for all so if I can see an image for $icon_type = 'icon inew';
then why I can I see one for: $icon_type = 'icon imoved';? Maybe someone can shed some light on this for me. This is extremely confusing.
update: The only way I can see the icon is if I checge this:
if ($cur_topic['moved_to'] != 0)
to:
if ($cur_topic['moved_to'] != 1)
Thanks
Bingiman.