هذه الإضافة لم يتم تحديثها وتجربتها لأكثر من 3 إصدارات ووردبريس رئيسية. قد لا تكون خاضعة للصيانة أو تقدم الدعم والمساعدة بالوقت الحالي وقد تكون بها مشاكل في التوافق عند إستخدامها مع إصدارات حديثة من ووردبريس.

Hide for group (roles)

الوصف

WordPress Hide for group (roles): website, blog, page, post (or text), category, tags,tax v.s..

  • All site (blog) hide for group (role) : Is routed to the specified page.
  • Simple hide for group(roles) pages.
  • Create New group (role) or remove..
  • Simple hide page, post (or text), category, tags for user role (group)
  • Admin setting pages
  • Hide pages for redirect page settings
  • Hide pages for message on post content
  • shortcode for hide content in text area.
  • v.s..

Demo: http://makaleci.com/dersler/wordpress/php_file_cache/

Thanks:

  • https://wordpress.org/plugins/taxonomy-metadata/
  • http://www.smashingmagazine.com/2012/01/04/create-custom-taxonomies-wordpress/
  • http://david-coombes.com/wordpress-get-current-user-before-plugins-loaded/
  • http://stackoverflow.com/a/5892694/2824532
  • WordPress codex
  • http://kuaza.com
  • and me 🙂

Translations

The plugin comes with various translations, please refer to the WordPress Codex for more information about activating the translation. If you want to help to translate the plugin to your language, please have a look at the k_group.pot file which contains all definitions and may be used with a gettext editor like Poedit (Windows).

لقطات الشاشة

التنصيب

  1. Install the plugin like you always install plugins, either by uploading it via FTP or by using the “Add Plugin” function of WordPress. (Upload directory ‘kuaza-post-shared-tracker’ to the ‘/wp-content/plugins/’ directory)
  2. Before deactive this plugins: https://wordpress.org/plugins/taxonomy-metadata/ (because this plugins code i added k_hide plugin) 😉
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. Activate the plugin at the plugin administration page
  5. Settings for plugins edit or save K_hide area

الأسئلة المتكررّة

How do hide text shortcode ?

Simple and fast hide text (see old post for selected groups):

[k_hide]Exaple hide text[/k_hide]
How do hide text shortcode allowed group ?

Simple and fast hide text (select allowed group):

[k_hide allowed_group="editor,author,ziyaretci"]Exaple hide text[/k_hide]
How do hide text shortcode hide message ?

Simple and fast hide text (see old post for selected groups):

[k_hide message="<div style='border:1px solid #ccc;'>Upp, im sorry please upgrade membership.</div>"]Exaple hide text[/k_hide]
How do hide text shortcode allowed group and hide message ?

Simple and fast hide text (select allowed group and hide message):

[k_hide allowed_group="editor,author,ziyaretci" message="<div style='border:1px solid #ccc;'>Upp, im sorry please upgrade membership.</div>"]Exaple hide text[/k_hide]
How disable hide for page, post, category or tags ?

Please select disable area on options..

المراجعات

لا توجد مراجعات لهذه الإضافة.

المساهمون والمطوّرون

“Hide for group (roles)” هو برنامج مفتوح المصدر. وقد ساهم هؤلاء الأشخاص بالأسفل في هذه الإضافة.

المساهمون

ترجمة ”Hide for group (roles)“ إلى لغتك.

مُهتم بالتطوير؟

تصفّح الشفرة، تحقق من مستودع SVN، أو الاشتراك في سجل التطوير بواسطة RSS.

سجل التغييرات

1.0

  • First release (released plugins)