RobertHeim / phpbb-ext-topictags

phpBB 3.3 extension, that adds the ability to tag topics with key words.
GNU General Public License v2.0
29 stars 20 forks source link

Tag is not stored when entered during new topic creation #59

Closed RobertHeim closed 9 years ago

RobertHeim commented 9 years ago

This: https://github.com/RobertHeim/phpbb-ext-topictags/blob/master/event/main_listener.php#L172

should be:

$mode = $data['mode'];
$is_new_topic = $mode == 'post';
if ($is_new_topic || $this->is_edit_first_post($event_data['mode'], $data))
nerestaren commented 9 years ago

Please, consider removing/upgrading the "latest release" from https://github.com/RobertHeim/phpbb-ext-topictags/releases, as I downloaded that instead of master and went kinda crazy.

Cheers!