Message # 1 | 6:37 AM
Works for /load module only, easy to optimize for others.
Code
<script>// Auto add tags for new post
$("#ldF1").keyup(function(e) {
  var title = $("#ldF1").val();
  var cat = $("#ldM55 input:checked").next().html().split(' ').join(', ');
  if(!title == false) {
    title = title.split(" ").join(', ');
    $("#suggEdit").val("" + title + ", " + cat + "");
  }
});</script>
place this code below the
Code
$body$
tag on the post/edit page

Hit that "Thanks" button. :)
In life there's ALWAYS limits but do not plan above them.
Post edited by VZ - Sunday, 2016-09-11, 6:41 AM