Bug(バグ) #4593
kaoru n さんが1年以上前に更新
h3. Overview (現象)
mobile 向けのプロフィール用写真のメール投稿へのリンクがスマートフォン向け画面に存在している。
h3. Causes (原因)
h3. Way to fix (修正内容)
下記の記述を削除する
https://github.com/openpne/OpenPNE3/blob/master/apps/pc_frontend/modules/member/templates/smtConfigImageSuccess.php#L26-L29
<pre><code class="php">
<?php if (3 >= $sf_user->getMember()->getMemberImage()->count()): ?>
<?php echo __('Send E-mail that has a photo to use as your image.') ?><br>
<?php echo op_mail_to('member_add_image', array(), __('Send E-mail')) ?>
<?php endif; ?>
</code></pre>
戻る