what i need is to add a default prefix to all new thread in one forum.
i tried to create a trigger in php admin
this is the code:
CREATE TRIGGER set_thread_prefix BEFORE INSERT ON mybb_threads
FOR EACH ROW SET NEW.prefix=46
1142 - TRIGGER command denied to user 'xxx'@'localhost' for table 'mybb_threads'
the forum is hosted in altervista.
Ok the trigger should look like below. You had
else if
but in mysql itselseif
no space in between