I followed this TUT: https://help.forumotion.com/t134270-buttons-to-add-prefixes-in-topic-titles#903824
code add in my forum:
Css:
JS:
But nothing was added in my forum.
---------------
Edit: I just realized that it did affect in my forum but only work when I edit the topic.
When I create a new topic, there's no option appear. Is this the default of this TUT? If so, can I have them in the create a new topic.
---------------
my forum: http://www.1000sunny.net/
ver phpbb3
code add in my forum:
Css:
- Code:
#button_label {
color: #09c;
background-color: #fff;
border: 1px solid #464646;
border-radius: 2px;
}
JS:
- Code:
jQuery(document).ready(function() {
jQuery('#modif_topic_title').after('<input type="button" value="Tag Thảo Luận" onclick="set_solved(this.form.elements[\'modif_topic_title\'],\'[Thảo Luận]\')" style="display: inline;" id="button_label">');
});
But nothing was added in my forum.
---------------
Edit: I just realized that it did affect in my forum but only work when I edit the topic.
When I create a new topic, there's no option appear. Is this the default of this TUT? If so, can I have them in the create a new topic.
---------------
my forum: http://www.1000sunny.net/
ver phpbb3
Last edited by Yuushishio on March 16th 2016, 12:32 am; edited 1 time in total