Re: messageicons
Reply #11 –
Ahh...okay, change completely the place where the icons are set.
TBH, I'm not sure "how" MIs (== MessageIcons) are used...this would give a lot of possibilities, but then to change the order of one icon that you use on all the boards you'd have to edit all the boards one by one (or have another quite confusing interface)...
Definitions:
file => a file in the theme_dir/images/post/ directory
image => the picture saved in a file (different files can have the same image)
* icon => all the entries in the {db_prefix}message_icons table with the same filename
My idea was: 1 file == 1 icon (i.e. in the current db implementation 1 common entry in the database that can be associated with multiple boards or only few, etc.).
Do you want to use the same image in a different position for some board? Copy the file with a new filename and create a new icon.
Unfortunately with so much flexibility I don't think there is a good way to present the interface...
Re: messageicons
Reply #12 –
Does anyone ever use all of this? Just wondering.
Re: messageicons
Reply #14 –
I updated to the Javascript for the quick edit which affected the message icons editing.
The way the theme is currently, it hides the default xx icon but shows the other message icons, I did not change that.
1) If you were in quick edit, on a message which was not using the default icon and tried to change that icon it, it would 1/2 fail, the new icon would not appear until you refreshed the page (it was failing on the ajax end of things). That's been fixed.
2) I changed it so that now if you quick edit a message, that had the icon hidden, the icon will appear for you to edit, and only re-hide if its left (or changed to), the default
3) I did not change the quick icon edit itself so its not quite right ATM. If you have a message which did not use the default, icon and change it back to the default, it will not hide that icon until the next page refresh.
Just felt like messing around with the JS :P
(you may need to refresh the old cache to see the change)