t_backoff wrote:Couple of thoughts with my first few minutes of playing with it.
- As watisnf.nl stated, it is not possible to add prefixes to new topics.
- You must edit the first post to add a prefix, and clicking "Preview" doesn't show the prefix prepended.
Good catch. I had just been testing with editing a topic. I'll need to add the ability to "add" prefixes on new topics, and I'll need to make changes persist when preview is pressed.
t_backoff wrote:- The blue boxes are not very user-friendly (you mentioned about having something better, so I'm not too concerned). Have you thought about a dropdown list?
Is drag-and-drop bad UI? I'm not very good with user-experience stuff, but I would think that simple click-drag-drop is easier than having to click a dropdown before you can even see the list. And onceI have the dropdown, what happens when I select a prefix? In my TMM modification, I think I'm using either a multi-select box or checkboxes (I can't remember which) but I'm wanting to be able to allow users to control the order in which the prefixes appear, so it can't just be a static list.
I'm open to suggestions on how to best present this, but I assumed drag and drop would be the most user-friendly way, though the current presentation is admittedly lacking.
t_backoff wrote:
- I believe you mentioned this before, but I'll restate it - it would be nice if we could click the groups and forums we want the prefix to be allowed.
- Prefixes in viewforum and search results? Possibility to search by prefix?
Viewforum is implemented, pending a couple of template events. Search results and other places that list topics will come shortly after.
Search, sort, filter, etc. by prefix is probably not going to make it in the first version, though it is something I'd like to add eventually. I had it somewhat working on a development version of TMM but I haven't looked at that in forever and implementation will be different in an extension anyway.
Thanks for looking it over. Looks like I've got my work cut out for me.
EDIT: I have added GitHub Issues to my repository. If you can think of improvements, it would be great to discuss them each individually there instead of cluttering this topic, which should be more for the broader discussion of the extension.
https://github.com/imkingdavid/prefixed/issues Thanks!