Solved Titles on bookmark links are broken

This topic has been solved
K

keswick

Guest
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

Continue reading...