How do I change COMMENT Link: Text?
agallia
Registered Users Posts: 541 Major grins
As noted in my previous post, the COMMENT Link: field only works with email addresses, not internet addresses.
To tell the guest what to input there, I want to change (#galleryCommentLink .title) from "Link:" to "Email Address:" Can the ModifyText function be used for this? How? In Header Javascipt?
Thanks for any help.
To tell the guest what to input there, I want to change (#galleryCommentLink .title) from "Link:" to "Email Address:" Can the ModifyText function be used for this? How? In Header Javascipt?
Thanks for any help.
Acadiana Al
Smugmug: Bayou Oaks Studio
Blog: Journey to the Light
"Serendipity...the faculty of making happy, unexpected discoveries by accident." .... Horace Walpole, 1754 (perhaps that 'lucky shot' wasn't really luck at all!)
Smugmug: Bayou Oaks Studio
Blog: Journey to the Light
"Serendipity...the faculty of making happy, unexpected discoveries by accident." .... Horace Walpole, 1754 (perhaps that 'lucky shot' wasn't really luck at all!)
0
Comments
YE.onContentReady('galleryCommentLink', function() {this.innerHTML = this.innerHTML.replace('Link', 'Email Address')});
Rich, thanks for your quick and great support.
That is what makes my choice of Smugmug one of the best I made. I do wish the Link field would accept URL addresses and display them also...perhaps this can be corrected by your team. If so, please let me know.
Regards.
Smugmug: Bayou Oaks Studio
Blog: Journey to the Light
"Serendipity...the faculty of making happy, unexpected discoveries by accident." .... Horace Walpole, 1754 (perhaps that 'lucky shot' wasn't really luck at all!)