Posted 30 сентября, 201212 yr comment_10906 Не могу писать объявление, нет прав. Такой косяк на 3.3.3. Подскажите код для правки... Link to comment https://ipbmafia.ru/topic/1755-ne-mogu-pisat-obyavlenie/ Share on other sites Больше вариантов
30 сентября, 201212 yr comment_10907 Открываем ACP - Внешний вид - Ваш стиль - skin_modcp - modAnnounceForm Найти: <fieldset class='row1'> Выше него добавить <input type="hidden" name="secure_key" value="{$this->member->form_hash}" /> [/code] [/background][/font][/color] [color=#5A5A5A][font=tahoma, helvetica, arial, sans-serif][background=rgb(253, 253, 253)]Открыть ACP - Внешний вид - Ваш стиль - skin_modcp - modAnnouncements[/background][/font][/color] [color=#5A5A5A][font=tahoma, helvetica, arial, sans-serif][background=rgb(253, 253, 253)]Найти:[/background][/font][/color] [color=#5A5A5A][font=tahoma, helvetica, arial, sans-serif][background=rgb(253, 253, 253)] [code] <a href="{parse url="app=core&module=modcp&tab=announcements&fromapp=forums&_do=delete&announce_id={$announce['announce_id']}" base="public"}" id="del_{$announce['announce_id']}" class='ipsButton_secondary'>{$this->lang->words['announce_delete']}</a> [/code] [/background][/font][/color] [color=#5A5A5A][font=tahoma, helvetica, arial, sans-serif][background=rgb(253, 253, 253)]Заменить на:[/background][/font][/color] [color=#5A5A5A][font=tahoma, helvetica, arial, sans-serif][background=rgb(253, 253, 253)] [CODE] <a href="{parse url="app=core&module=modcp&tab=announcements&fromapp=forums&_do=delete&announce_id={$announce['announce_id']}&secure_key={$this->member->form_hash}" base="public"}" id="del_{$announce['announce_id']}" class='ipsButton_secondary'>{$this->lang->words['announce_delete']}</a> [/code] [/background][/font][/color] [color=#5A5A5A][font=tahoma, helvetica, arial, sans-serif][background=rgb(253, 253, 253)]вроде так если я ваc понял)[/background][/font][/color] Link to comment https://ipbmafia.ru/topic/1755-ne-mogu-pisat-obyavlenie/?&do=findComment&comment=10907 Share on other sites Больше вариантов
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.