السلام عليكم ورحمة الله تعالى وبركاته
يسرني أن أقدم لكم اليوم شرح لكيفية منع الذكور من الدخول الى اقسام النساء مثل قسم حواء .
مشاهدة مثال :
منتديات قلب الجزائر
من خلال هذا الشرح سوف تتمكن من منع الذكور من دخول قسم حواء و مشاهدة المواضيع و المشاركة فيها .
سوف نقوم بالتعديل على 3 قوالب : forum_view
thread_view
thread_create
طريقة التعديل :
1 - قم بإستبدال محتوى قالب forum_view بهذا :
رمز Code:
أنت لا تملك ترخيص لدخول هذا القسم .
{$forum.title}{xen:helper pagenumber, $page}
{$forum.title}
{xen:raw $forum.description}
{xen:link 'forums', $forum}
{$forum.title}
node-{$forum.node_id}
{xen:helper nodeClasses, $nodeBreadCrumbs, $forum}
{xen:phrase post_new_thread}
{xen:raw $newDiscussionButton}
{xen:phrase message_submitted_displayed_pending_approval}
{xen:phrase post_new_thread}
({xen:phrase no_permission_to_post})
({xen:phrase log_in_or_sign_up_to_post})
{xen:phrase show_ignored_content}
2 - قم بإستبدال محتوى قالب thread_view بهذا :
رمز Code:
أنت لا تملك ترخيص لقراءة هذا الموضوع .
{xen:helper threadPrefix, $thread, escaped}{$thread.title}{xen:helper pagenumber, $page}
{xen:helper threadPrefix, $thread}{$thread.title}
{xen:phrase discussion_in_x_started_by_y_date_z,
'forum=
{$forum.title}',
'name={xen:helper username, $thread}',
'date=
{xen:datetime $thread.post_date, html}'}
{xen:link 'canonical:threads', $thread}
{xen:helper threadPrefix, $thread, escaped}{$thread.title}
{xen:helper avatar, $thread, m, 0, 1}
{xen:helper nodeClasses, $nodeBreadCrumbs, $forum}
{xen:phrase reply_to_thread}
{xen:phrase message_submitted_displayed_pending_approval}
{xen:phrase thread_status}:
{xen:phrase removed_from_public_view}
{xen:phrase awaiting_moderation_before_being_displayed_publicl y}
{xen:phrase not_open_for_further_replies}
{xen:raw $threadStatusHtml}
{xen:phrase thread_tools}
{xen:phrase thread_tools}
{xen:phrase open_thread}
{xen:phrase sticky}
{xen:phrase select_for_thread_moderation}
{xen:if $thread.thread_is_watched, '{xen:phrase unwatch_thread}', '{xen:phrase watch_thread}'}
{xen:phrase perform_action_with_selected_posts}...
{xen:phrase post_moderation}
{xen:phrase delete_posts}...
{xen:phrase undelete_posts}
{xen:phrase approve_posts}
{xen:phrase unapprove_posts}
{xen:phrase move_posts}...
{xen:phrase merge_posts}...
{xen:phrase deselect_posts}
{xen:phrase select_deselect_all_posts_on_this_page}
{xen:phrase selected_posts}
{xen:phrase 1_more_message}...
{xen:phrase x_more_messages, 'count={xen:number $postsRemaining}'}...
{xen:phrase reply_to_thread}
({xen:phrase no_permission_to_reply})
({xen:phrase log_in_or_sign_up_to_reply})
{xen:phrase show_ignored_content}
{xen:link 'threads/add-reply', $thread}
{$lastPost.post_date}
1
{xen:raw $threadStatusHtml}
{xen:link 'canonical:threads', $thread}
3- قم بإستبدال محتوى قالب thread_create بهذا :
رمز Code:
أنت لا تملك ترخيص لكتابة موضوع في هذا القسم .
{xen:phrase create_thread}
{xen:raw $forum.description}
{xen:helper nodeClasses, $nodeBreadCrumbs, $forum}
.hasJs .PollNonJsInput { display: none }
{xen:phrase name}:
{$thread.prefix_id}
thread_create
{xen:phrase title}:
{xen:raw $editorTemplate}
{xen:phrase attached_files}:
{xen:phrase options}:
{xen:phrase post_poll}
{xen:phrase question}:
{xen:phrase possible_responses}:
- {xen:phrase allow_selection_of_multiple_responses}
- {xen:phrase display_votes_publicly}
- {xen:phrase close_this_poll_after}:
{xen:phrase hours}
{xen:phrase days}
{xen:phrase weeks}
{xen:phrase months}
ملاحظة : يجب استبدال رقم 2
رمز Code:
{$forum.node_id} == '2'
برقم ID القسم .
كيف أعرف رقم ID قسم حواء ؟!
الطريقة سهلة ، من خلال رابط القسم مثلا :
forum.galbdz.com/forums/9
، رقم 9 هو رقم ID في منتدى قلب الجزائر
في بعض الأحيان تكون الروابط بهذا الشكل
forum.galbdz.com/index.php?forums/9
ويجب استبدال رقم 5
رمز Code:
{$visitor.user_group_id} != '5'
برقم ID مجموعة المراقب العام ، أو المجموعة التي تريد السماح لها بمشاهدة هذا القسم .
القوالب في المرفق .
أي استفسار يمكنك طرحه في هذا الموضوع أو من هنا
M.Yasser
بالتوفيق لجميع .
الملفات المرفقة
القوالب - By M.Yasser.zip (7.6 كيلوبايت)
أكثر...