Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
CodingJungle Posted September 15, 2017 Posted September 15, 2017 could you enable the use of "add messages" for contributors in the market place? there are times it would come in handy to have, to notify of a big change that needs special attention or something. as a lot of folks don't read the "changelog" and there have been times where i get flooded with PM's and support, and the cause/fix/solution/whatever has been in the changelog. so it being more "visible" would be a big boost imho. thanks.
CodingJungle Posted September 26, 2017 Author Posted September 26, 2017 friendly bump! new feature for you "bump bar" allow a topic to be bumped by author x amount of times a day or in total! 4chan has it, you don't want to be less of a forum than 4chan now? that site looks like it crawled out of the AOL pits of early 1997!
Adriano Faria Posted September 26, 2017 Posted September 26, 2017 Messages is a moderator permission. I don’t think they will give us mod rights. We would have permissions in all files; not only ours.
CodingJungle Posted September 26, 2017 Author Posted September 26, 2017 7 minutes ago, Adriano Faria said: Messages is a moderator permission. I don’t think they will give us mod rights. it would improve the market for the authors IMHO to allow us to pass important information at the POS instead of all the way down at the end of the description the changelog where many probably don't go down to venture and its not liked they are locked out of their own software they could override it in \IPS\downloads\File with something like this and/or add it as a category perm or something "Allow Authors to use Item Messages" or something. /** * Can perform an action on a message * * @param string The action * @param \IPS\Member|NULL The member, or NULL for currently logged in * @return bool * @note This is a wrapper for the extension so content items can extend and apply their own logic */ public function canOnMessage( $action, \IPS\Member $member = NULL ) { if( \IPS\Member::loggedIn()->member_id == $this->submitter ){ return true; } return parent::canOnMessage( $action, $member ); }
Adriano Faria Posted September 26, 2017 Posted September 26, 2017 Oh yes, changing the script yes. I was talking about the way it is today.
bfarber Posted September 28, 2017 Posted September 28, 2017 I don't know that we can give you moderator access in the marketplace, but I've raised the suggestion internally of allowing content authors to set content messages.
CodingJungle Posted September 28, 2017 Author Posted September 28, 2017 4 hours ago, bfarber said: I don't know that we can give you moderator access in the marketplace, but I've raised the suggestion internally of allowing content authors to set content messages. not asking for moderator control, just the ability to use the "add message" feature :). in downloads i think it would be far more useful to the author than a moderator. but thanks for any improvements you can do there
Recommended Posts
Archived
This topic is now archived and is closed to further replies.