Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
ModTools
ModTools
0
Comments
Meanwhile I've started testing (on my live systems, because I don't have the time to get a testsystem up and running, and I realy need this mod)!
There's an error if loging out: And many warnings when merging and splitting without selecting comments.
Excellent idea, BTW.
-Andy
would it be possible to have each of the things placed that are placed in the sidebar wrapped in their own div, with an #id to go along with them, for styling purposes? even if you don't plan on styling them, allowing the end-user to do so would be a great benefit. the reason i ask is because while using this on my test forum, a lot of the mod options sort of get lost in the sidebar, mixed in with the search boxes, who's online, discussion filters, saved searches, etc. if i could target the mod-tools stuff specifically, to set it apart (i was thinking possibly styling some of it to look more like a bezel, or something similar) it'd be a great help. again, i'm not asking that you style it, just provide a unique #id for each of the different panel items it adds so that they can be targetted.
thanks!
could you post also a screenshot?
quicksearch (just a search field)
who's online
category jumper
discussion filters
statistics
text-only mode switch
currently i've got modtools disabled, but i enabled it to take a couple screenshots:
this is what i see when looking at the discussion list. the option to start a new discussion as mod is kind of buried in the middle of other items. i'd love to be able to bump it up right underneath the normal start a new discussion link, and style it as such:
this is how it looks when viewing a discussion. again, the mod-related stuff is shunted towards the bottom, styled like normal sidebar items. here, i'd like to move the start a new discusison as mod link (as described above), and move the other mod options to right under the normal lussumo mod actions (the 'options' menu). so ideally, the 'quickmod' and 'goto mod tools' headings would appear right under the 'options' menu:
some of the stuff, like position in the panel, i know that's to do more with the code of the extension itself and not any CSS, so that's okay. i do think it makes a little more sense the way i described it (with similar actions grouped near each other), though, but i'm sure it's hard to co-ordinate panel positions among all the other extensions out there. but having some CSS selectors to be able to quickly identify/style the many parts of this mod would be a great help!
if there's anything else i can do to help, just let me know!
the side panel is controlled by a core function of vanilla (AddList) which I can give a position, and forced position as parameters,
I tried to force stick together all modtools options... then if you want to position the modtools you need to tweak around with those parameters on the different extensions you got.... (that means find all AddList functions and tweak position params)
@ vaz
I guess you mean when is planned the final release of it?
if so there's no plan really... the more feedbacks/suggestions I got the sooner the extension will be final
so far seems to work properly nobody reported any weird behaviour with it.... give it a try
apart from this, everything is working fine... at least for me...and nobody is reporting any unexpected behaviours...
looks like is on the road for 1.0 release....
please report here any bug or weird behaviours