[Product] هاك اخفاء المجلة عن بعض المجموعات CMS Disabler

Dr.osamA

:: Coder ::
Coder/Designer
20 نوفمبر 2009
181
0
0
54
دمشق
www.alra7ba.net
*What this mod does
Allows you to set usergroups that can access your CMS.
If a user is not of this usergroup, they are forwarded to the forums.php page.
It will not display the "Home" button on the tabnav if the user is not in the allowed usergroups list as well.

وضيفة هذا الهاك
1- يسمح لك باضافة مجموعات تسمح لها بصلاحيات مشاهدة المجلة CMS
2- اذا كانت المجموعات غير مسموح لها فيتم تحويلها تلقائيا الى رئيسية المنتدى
3- سيختفي زر الرئيسية من امام تلك المجموعات الغير مصرح لها


Notes

There's one template edit as I didn't know how to do the automated template edits and well... it's an easy edit to make so it's manual. There is one text value, which is phrased so you can edit it easily (used on the redirect page).

Basically, I'm a rookie at this... =)


هنا يجب علينا تعديل القالب يدويا لاننا لا ندرك كيفية التعامل مع النسخة الجديدة لاضافة التعديل التلقائي على المنتج ..( هذا كلام صاحب الهاك )

Installation:

التركيب :
غير صفحتك المقصودة الى الافتراضية

Changing your default landing page

Open index.php
افتح ملف index.php

Comment out:
PHP:
 require('content.php');

غيير هذا الكود
PHP:
require('content.php');

So it looks like:
PHP:
 //require('content.php');

و اجعله يبدو هكذا
PHP:
//require('content.php');



Uncomment:
PHP:
 //require('forum.php');

غيير هذا الكود
PHP:
//require('forum.php');

So it looks like:
PHP:
 require('forum.php');

و اجعله هكذا
PHP:
require('forum.php');

طبعا هنا اقصد ان تستبدل الاكواد السالفة الذكر

Template Edits

التعديل على القالب
Open the Vbulletin CMS Templates group
افتح قوالب CMS بمعنى اخر ابحث عن قالب 'vbcms_navbar_link'


Double click the 'vbcms_navbar_link' template to open it.

At the top of the template add:
في اعلى القالب تمامااضف الكود التالي

PHP:
<vb:if condition="is_member_of($vbulletin->userinfo, $vbulletin->options['cms_disabler_usergroups'])">

At the very bottom of the template add:
في اخر القالب اضف الكود التالي

PHP:
</vb:if>

المنتج في المرفقات


طبعا منقوول و مترجم من الشركة و هو من تعريبي (الرحبة)
تحيااااااااااااااااااتي
 

المرفقات

  • منتج اخفاء المجلة.zip
    3.5 KB · المشاهدات: 165