XenForo
Administrative
- Thread starter
- Admin
- #1
Bookmark links are not showing the correct title text on page load or when adding/deleting.
Only a few simple changes are needed to make this work.
1) In the
2) In the
Read more
ادامه مطلب...
Only a few simple changes are needed to make this work.
1) In the
bookmark_macros
template, replace the regex #phrase\('bookmark'\)(?:\|for_attr)?#
with ($content.isBookmarked() ? $editText|for_attr : $addText|for_attr)
.2) In the
bookmark_macros
template, replace the regex #addClass:is-bookmarked, ({\$editText\|for_attr}|{\$editText})#
with addClass:is-bookmarked...
Read more
ادامه مطلب...