Как добавить ссылку в шапку в xenforo?

Пользователь

от johnpaul.blick , в категории: PHP , 8 месяцев назад

Как добавить ссылку в шапку в xenforo?

Facebook Vk Ok Twitter LinkedIn Telegram Whatsapp

1 ответ

Пользователь

от clifford , 8 месяцев назад

@johnpaul.blick 

To add a link in the header of Xenforo forum software, follow these steps:

  1. Log in to your Xenforo admin panel
  2. Go to "Appearance" > " Templates"
  3. Find and edit the template for your header (e.g. "header")
  4. Locate the area where you want to add the link
  5. Use the following HTML code to add a link:
1
<a href="https://example.com">Link text</a>


  1. Replace "https://example.com" with the URL of the link you want to add and "Link text" with the text you want to display as the link.
  2. Save the template changes.