|
Not sure where to put this as I found no infor on site as to how to contribute but: When ShowEdits is on, it looks bad when users edit a post and dont put a reason. So thos code only shows "For the reason" if there is a reason. I changed com_ccboard/view/postlist/tmpl/default.php, line 290 to: $this->labels['lasteditby'] . ' ' . $modifyuser['username'] . ' '; if ($item->modified_reason !='') { echo $this->labels['lasteditreason'] . ' ' . $item->modified_reason; }; echo '</span>' ; Tx for a nice easy, simple bboard. |