I want to change the "Bookmark this discussion", "Sink this discussion" etc from text links to little images but can't seem to locate the files where I could make the appropriate changes.
Could someone point me to the files that require changes?
This doesn't quite work actually.
Changing 'BookmarkThisDiscussion' works fine, but to give 'UnBookmarkThisDiscussion' and 'BookmarkText' (which displays the second "Bookmark this discussion" link that gets displayed after the user unbookmarks) an image displays part of the code as text instead since the bookmark/unbookmark link is inserted like this:
<a href="./" id="SetBookmark" onclick="SetBookmark('/tvgbtest/forums/ajax/switch.php', 0, '20', '<img src="http://www.blabla.com/BookmarkText.jpg">', '<img src="http://www.blabla.com/UnBookmarkThisDiscussion.jpg">', '65f15581fe608ff01b9460756634e26d'); return false;"><img src="http://www.blabla.com/BookmarkThisDiscussion.jpg"></a>
Comments