Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted December 5, 201113 yr Hi, got a suggestion from a member on our board. He recently went through his list of ignored members and for some of them, he couldn't remember why he ignored them, so he decided to unignore them. He said it would be useful for him to be able to add a short message and maybe a link as to why he chose to ignore the member. Personally I don't use the ignore feature myself, as I really don't see the need in it at all. But I guess it would be sensible for members to be able to add a short note together with their ignore. Even though I would say that if they don't remember why, I guess it can't hurt to give someone a second chance.
December 7, 201113 yr Started a hook on that but found a bug: http://community.invisionpower.com/tracker/issue-34959-double-hook-point-in-membersignoredusersform-template/
December 11, 201113 yr Author Started a hook on that but found a bug: http://community.inv...sform-template/Thinking about releasing it and just add a short note on how to avoid the bug?
December 11, 201113 yr There's no workaround since there are two hook points with same name in that screen. Guess we'll have to wait for IP.Board 3.3. (null)
December 11, 201113 yr Author But we could just do file edits? Not a big deal though, I'm not in any rush on this one. Thanks for trying to get it working ;)
December 11, 201113 yr If you manually edit the template, yes... But I won't release it like that. If you're interested on it as a custom job, that's ok. The hook is not ready yet... It's saving but not showing the note yet. (null)
December 14, 201113 yr There's no workaround since there are two hook points with same name in that screen. Guess we'll have to wait for IP.Board 3.3. (null) A work around would be to use the replaceOutput function instead of getOutput and replace the textarea only on one of the two hook points (you can retrieve them with strpos() or similar functions).
Archived
This topic is now archived and is closed to further replies.