XenForo Profile Post Button

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
Step 1 :

Does your forum also need more social conversations? Then place the inviting button. This button is only visible to logged in members
آیا می خواهید دسترسی راحت و بهتر به مکالمات و پروفایل را به کاربر خودتون هدیه کنید ، این آموزش رو اجراء کنید

Step 2 :

Edit the forum_overview_wrapper template
ویرایش کردن الگوی فوق

Step 3 :

look for this line: <xf:pageaction>
به دنبال خط فوق باشید
Step 4 :

Place this code directly below it:
کد فوق را زیر خط بالا قرار بدید

PHP:
<xf:if is="$xf.visitor.user_id">
   <xf:button href="{{ $xf.options.forumsDefaultPage == 'profile-posts' ? link('forums/new-posts') : link('whats-new/profile-posts') }}" icon="user">
{{ phrase('profile_posts') }}
  </xf:button>
</xf:if>

Step 5 :

Save the template, that's all

سپس الگوی خودتون رو ذخیره کنید ، تمام شد

Step 6 :

 
  • Tags
    profile post button profilepost button tips profile post button xenforo profile post button
  • Back
    Top Bottom