XenForo
Administrative
- Thread starter
- Admin
- #1
Hello,
In order to make template modifications more secure or universal I guess REGEXes are more suitable than simple replacements which can be disturbed by other modifications from different addons. Am I right ?
Unfortunately I totally discover this syntax and am quite unable to use it for example in 2 concrete cases that I currently encounter.
In
HTML:
Read more
ادامه مطلب...
In order to make template modifications more secure or universal I guess REGEXes are more suitable than simple replacements which can be disturbed by other modifications from different addons. Am I right ?
Unfortunately I totally discover this syntax and am quite unable to use it for example in 2 concrete cases that I currently encounter.
In
PAGE_CONTAINER
template i want to add code before this partHTML:
Code:
<div class="p-footer-row">
<xf:if...
Read more
ادامه مطلب...