Xenforo Sadece Belirli Gruba Anket Açma İzni Nasıl Verilir?

Xenforo Sadece Belirli Gruba Anket Açma İzni Nasıl Verilir?

. yeni kullanıcı grubu oluştur. Pollster.
(bu grup için herhangi bir izin ayarlama)

2. Bu grubun grup ID sini al
ACP –> kullancılar–> kullancı grupları listesinden bir grup oluştur
bu grubun linkini kopyala

bu şekilde bir şey olacka
http://[boardurl]/admin.php?user-groups/admin-able-to-create-polls.12/edit

örnek
Bu grubun ID. (12)

4. ACP –> görünüm–> tema–> tema seç
“thread_create”. bölümünü bul

5. bul:
Code:

 

<h3 class=”textHeading”>{xen:phrase post_poll}</h3>

bu koddan önce aşağıda ki kodu ekle :
Code:

<xen:if is=”{xen:helper ismemberof, $visitor, XX}”>

Where XX is the groupID that you’ve created in step 1.

6. bul:
Code:

</select>
</li>
</ul>
</li>
</ul>
</dd>
</dl>

ve bu kodun sonuna aşağıda ki kodu ekle
Code:

</xen:if>

7. bul:
Code:

<dl class=”ctrlUnit submitUnit”>

üstteki koddan önce aşağıda ki kodu ekle:
Code:

<xen:if is=”{xen:helper ismemberof, $visitor, XX}”>

Again where XX is the groupID that you’ve created in step 1.

8. bul:
Code:

<input type=”hidden” name=”_xfToken” value=”{$visitor.csrf_token_page}” />
</form>

ve bu kodu da buranın üstüne ekle :
Code:
</xen:if>

herşey tamamsa artık sadece bu gruplar yeni bir anket oluşturabilecek.

Hakkında admin

İlginizi Çekebilir!

Google Indexing Api

Google Index Api Kurulumu

Son zamanlarda google tarafında meydana gelen güncellemelerle birlikte bir çok kullanıcı index alamama veya index …

Bir yanıt yazın

E-posta adresiniz yayınlanmayacak. Gerekli alanlar * ile işaretlenmişlerdir