- XF 兼容性
- 2.3.x
- 摘要
- Create an About Us tab with custom templates for better user engagement. Edit andyaboutus template using simple HTML structure and add a brief, SEO-optimized description to explain your forum's purpose.
Creates an About us tab.
(Example of tab)
(Example of about us page)
(Example of User group permissions)
Setup:
Edit the andy_about_us template. You can start by adding this template code:
Then add your description that explains what your forum is about. You might like to use Gemini to get a professional description.
(Example of tab)
(Example of about us page)
(Example of User group permissions)
Setup:
Edit the andy_about_us template. You can start by adding this template code:
代码:
<div class="block">
<div class="block-container">
<div class="block-body block-row">
</div>
</div>
</div>
Then add your description that explains what your forum is about. You might like to use Gemini to get a professional description.