Yet another issue the ticket system on IPS doesn't support, but getting no luck in their p2p support forum.
We have successfully been able to hide the marked solved button from the OP on own posts in the topic, but it does show when the OP makes a fast reply, which defeats the entire purpose.
Especially considering their console sales have fallen double digits YOY for 4 years, and no one is buying them.
If they were losing $50 on every console, losing 15K a year is no big deal to them
Counter-point: if someone comes up with a new way of doing things in their homeplace, should they be offered the options of being bought out by a higher-grossing competitor or suffer their tech to be taken over by force? Because those are the options these days when it comes to the big-stakes companies.
Don't get me wrong, the DMA has its flaws. All regulations do. But at the moment with Google, Microsoft, Meta etc. they need to be told to back off to prevent a monopoly that would weaken whatever industry they work in. It's the understanding that money doesn't get you anything that you want, and big-tech need to understand that.
Question
Steven P. Administrators
Yet another issue the ticket system on IPS doesn't support, but getting no luck in their p2p support forum.
We have successfully been able to hide the marked solved button from the OP on own posts in the topic, but it does show when the OP makes a fast reply, which defeats the entire purpose.
<if test="canAnswerTopic:|:$topic['Perms']['canAnswerTopic'] && $post['post']['post_count'] > 1"> <if test="isAnswered:|:$post['post']['_isMarkedAnswered']"> <if test="canUnanswer:|:$post['post']['_canMarkUnanswered']"> <li><a href="{parse url="module=extras§ion=answer&do=unanswer&t={$this->request['t']}&pid={$post['post']['pid']}&auth_key={$this->member->form_hash}" base="publicWithApp"}" data-post-button="unanswer" class='ipsButton_secondary important' data-pid="{$post['post']['pid']}"><img class='icon' src="{$this->settings['img_url']}/cross_white_10px.png">{$this->lang->words['topic_mark_unsolved']}</a></li> </if> <else /> <if test="notAnswered:|:$post['post']['_canAnswer'] && $topic['topic_firstpost'] != $post['post']['pid']"> <if test="$topic['_starter']['member_id'] != $post['author']['member_id']"> <li><a href="{parse url="module=extras§ion=answer&do=answer&t={$this->request['t']}&pid={$post['post']['pid']}&auth_key={$this->member->form_hash}" base="publicWithApp"}" data-post-button="answer" class='ipsButton_secondary' data-pid="{$post['post']['pid']}"><img class='icon' src="{$this->settings['img_url']}/tick_10px.png">{$this->lang->words['topic_mark_solved']}</a></li> </if> </if> </if> </if>Second line under else marks where the permission is set (but ignored with fast reply).
Maybe someone can help out here? :p
Link to comment
https://www.neowin.net/forum/topic/1186983-ipb-34-hide-marked-solved-button-on-ajax-reply/Share on other sites
11 answers to this question
Recommended Posts