Quote:
Originally Posted by mightyudis
Since the mod uses fetch_musername($fetch_userinfo) to get the marked up names, which returns empty at deleted users, the names of deleted thread creators were not showing up in the threadbit_display.
I added
PHP Code:
if (empty($thread['post_musername'])){
$thread['post_musername'] = "<strike>".$thread['postusername']."</strike>";
}
to e360mods/markup/hooks/threadbit_display.php to make them re-appear.
Is my template at fault or is this a possible bug?
|
I never added markup for deleted threads since only admins see it the username should be there i add markup for the next version. Revert your
threadbit_display all template edit are auto now, And if you deleted a user all their threads turn to Guest user, For deleted threads it does not use the
threadbit_display it uses it's own template can't remember the name of the template off the top off my head.