[RSS Feed/News] Titles on bookmark links are broken

Status
Not open for further replies.

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

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom