返信する: d3diaryサポート板
- Re: メニューの項目を編集したい
- 投稿者: なーお 投稿日時: 2012/2/8 0:50
itotoさん、こんにちは。
引用:ご使用ありがとうございます。
この場合は、投稿フォームから削除すればいいですね。
テンプレート「edit.php」内の以下の部分を削除してみてください。 テンプレートの編集方法は、Altsysで編集する方法で。ご自身で調べてくださいね。<!-- Images : Start --> <tr> <td class="head" style="border:1px solid gray;"> <label for="face"><{$smarty.const._MD_PHOTO_ADD}>(gif/jpeg)</label><br />MAX<{$yd_photo_maxpics}><{$smarty.const._MD_PHOTO_SHRINK}></td> <td class="even" style="border: 1px solid gray;"> <div id="image_add"> <a href="java script:void(0);" onclick="d3diary_addUploadForm(0);">[<{$smarty.const._MD_PHOTO_ADD}>]</a> </div> <{if $mod_config.photo_useinfo==1}> <{section name=cnt start=1 loop=10}> <div id="image<{$smarty.section.cnt.index}>" style="display:none"> <input type='file' name='filename[]' value='' /> <textarea name='pinfo[]' rows="2" cols="40"></textarea> </div> <{/section}> <{else}> <{section name=cnt start=1 loop=10}> <div id="image<{$smarty.section.cnt.index}>" style="display:none"> <input type='file' name='filename[]' value='' /> </div> <{/section}> <{/if}> </td> </tr>