Posted 8 ноября, 201410 yr comment_73657 Приветствую всех форумчан, такая вот проблема нарисовалась Нужно скрыть кнопку добавить новость от простых юзеров и гостей, пытался с помощью этой темы '?do=embed' frameborder='0' data-embedContent>> но не получилось Прикладываю код <div class='topic_controls clearfix'> {$forum_data['SHOW_PAGES']} <ul class='topic_buttons'> <if test="usercanpost:|:$forum_data['_user_can_post']"> <li><a href='{parse url="module=post&section=post&do=new_post&f={$forum_data['id']}" base="publicWithApp"}' title='{$this->lang->words['topic_start']}' accesskey='s'>{$this->lang->words['topic_start']}</a></li> <else /> <li class='disabled'><span><if test="isGuestPostTopicTop:|: ! $this->memberData['member_id']">{$this->lang->words['forum_no_start_topic_guest']}<else />{$this->lang->words['forum_no_start_topic']}</if></span></li> </if> <if test="moderationDropdownLink:|:$this->memberData['is_mod'] == 1"> <li class='non_button'> <a href='#' id='forum_mod_options' class='ipbmenu'>{$this->lang->words['forum_management']}</a> </li> </if> //ниже возможно лишнее, не особо понимаю <if test="markRead:|:$this->memberData['member_id'] || $this->settings['topic_marking_guests']"> <li class='non_button'> <a data-clicklaunch="forumMarkRead" data-fid="{$forum_data['id']}" href='{parse url="app=forums&module=forums&section=markasread&marktype=forum&forumid={$forum_data['id']}&returntoforumid={$forum_data['id']}" base="public"}' title='{$this->lang->words['mark_as_read']}'><img src='{$this->settings['img_url']}/icon_check.png' /> {$this->lang->words['mark_as_read']}</a> </li> </if> </ul> </div> Edited 8 ноября, 201410 yr by discognate
8 ноября, 201410 yr comment_73660 А где эта кнопка находится? Если речь идет о Ip content, то нужно выставить права.
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.