What do I need to edit to allow more characters in the favorites >> preferences fields? 
Posted: 12 April 2008 11:57 AM   [ Ignore ]
Sr. Member
RankRankRankRank
Total Posts:  149
Joined  2007-02-19

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:

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

Profile
 
 
Posted: 12 April 2008 12:19 PM   [ Ignore ]   [ # 1 ]
Sr. Member
RankRankRankRank
Total Posts:  149
Joined  2007-02-19

Actually check that. I changed my approach and simply am displaying a “success” message with a special icon rather than the “remove” link from above.

Profile