Bruno
Участники
- Сообщения
- 5
- Реакции
- 1
- Баллы
- 700
wNull, Зайди в фразы, добавь фразу с уникальным словом copyright, в следущей строке добавь свой копирайт, потом в PAGE_CONTAINER зайди, найти текст extra_copyright замени на наше слово, и будет тебе счастье. Если у тебя стоит чтото от ThemeHouse то там надо зайти по пути: /src/addons/ThemeHouse/Core/Branding там лежит один файлик, заходишь в него и меняешь название на свое и адрес сайта тоже, а точнее тебе надо 34 и 64 строки, в других не лезь, сломаешь все что делал до этого!
PHP:
Примеры:
34 строка: $baseBranding = '<span class="thBranding"><span class="thBranding__pipe"> | </span><a href="https://shiftsoft.top' . urlencode($domain) . '&utm_medium=xf2product&utm_campaign=product_branding" class="u-concealed" target="_BLANK" nofollow="nofollow">Style{additional} by ShiftSoft</a></span>';
64 строка: return $matches[0] . '<xf:if is="!{$thBrandingDisplayed}"><xf:set var="$thBrandingDisplayed" value="1" /><span class="thBranding"> | <a href="https://shiftsoft.top' . urlencode($domain) . '&utm_medium=xf2product&utm_campaign=product_branding" class="u-concealed" target="_BLANK" nofollow="nofollow">By ShiftSoft Development</a></span></xf:if>';