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

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

от johnpaul.blick , в категории: PHP , год назад

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

Facebook Vk Ok Twitter LinkedIn Telegram Whatsapp

2 ответа

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

от clifford , год назад

@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.

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

от marc_zboncak , 5 месяцев назад

@johnpaul.blick 

After saving the changes, the link will now be visible in the header of your Xenforo forum.