Subject: Wrong image titles in threadlist
Two typos in common_out.lib.php around line 584:
The text snippets for threads have to be used, i.e. 'thread.advanced...'
- if ($UNB['LoginUser']->GetThreadFlag($thread->GetID(), UNB_UFF_HIDE))
- {
- $tpitem['hiddenImage'] = ($i++ ? ' ' : '') . ' <img ' . $UNB['Image']['hide'] . ' title="' . $UNB_T['forum.advanced.hiding'] . '" />';
- }
- if ($UNB['LoginUser']->GetThreadFlag($thread->GetID(), UNB_UFF_IGNORE))
- {
- $tpitem['ignoredImage'] = ($i++ ? ' ' : '') . ' <img ' . $UNB['Image']['ignore'] . ' title="' . $UNB_T['forum.advanced.ignoring'] . '" />';
- }
Alala, Alala, Gimme three wishes - CSS

jense
Show profile
Link to this post