[Giúp đỡ] Leech dùm bài viết bên xenforo về tạo poll trong xenforo

Thảo luận trong 'Style & Template Questions' bắt đầu bởi ntycle, 1/6/13.

1votes
5/5, 1 vote

  1. ntycle

    ntycle New Member

    Bài viết:
    54
    Likes :
    9
    Đang tải...
  2. hieucocc

    hieucocc Active Member

    Bài viết:
    409
    Likes :
    223
    http://www.vxf.vn/resources/poll-creation-mods-and-admin-only.166/

    chờ duyệt là thấy nha,

    hoặc

    These edits will make the options for creating a poll only display to admins and mods.​

    • Login to your Xenforo admin control panel
    • Go to: Appearance -> Templates -> (Select the style you want this to apply to)
    • Edit Template: Thread Create
    • Find:
      Code:
      Mã:
      <h3 class="textHeading">{xen:phrase post_poll}</h3>
      Add this before it:
      Code:
      Mã:
      <xen:if is="{$visitor.is_admin} OR {$visitor.is_moderator}">
      so that it looks like this:
      Code:
      Mã:
      <xen:if is="{$visitor.is_admin} OR {$visitor.is_moderator}">
      <h3 class="textHeading">{xen:phrase post_poll}</h3>
    • Find:
      Code:
      Mã:
      </select>
      </li>
      </ul>
      </li>
      </ul>
      </dd>
      </dl>
      Add this after:
      Code:
      Mã:
      </xen:if>
      So that it looks like this:
      Code:
      Mã:
      </select>
      </li>
      </ul>
      </li>
      </ul>
      </dd>
      </dl>
      </xen:if>
    Template edit created for XF 1.1.5
     
    ntycle thích bài này.
comments powered by Disqus

Chia sẻ trang này

Đang tải...