I’m using this little jQuery plugin http://www.solspace.com/forums/viewthread/83/#743 to allow users to easily add and remove favorites. It works great and when a favorite is added, it displays the “Success: Favorite was successfully added” message from the preferences instantly. What I want to do though, instead of displaying a simple text message to the user, I want to instantly display a “remove” message to them. I can easily do this by simply placing my “remove” link into the correct preferences message field:
<a class="Favorites_Trigger removeIt" href="{path="courses/favorite-add"}{url_title}/delete">Remove from Favorites</a>
The problem is that the field won’t allow all the characters that I need for the code above. I assume all I need to do is change a value in one of the .php files to allow more characters, but not sure which?
