There a few problems in accepting a friend invite template, my fix corrects the text, adds the correct friend name and fixes the link to the profile.
in templates/friends_accept.tpl replace:
withCode:Accept thisinvitation if you know this user and wish to share videos with each other. </td></tr> <TR> <TD class=label align=right width=200>User:</TD> <TD>{$smarty.session.USERNAME}</TD></TR>
Code:Accept this invitation if you know this user and wish to share videos with each other. They will also be able to view your private videos. </td></tr> <TR> <TD class=label align=right width=200>User:</TD> <TD>{$uname}</TD></TR>




Reply With Quote
Bookmarks