ragtek
04-23-2009, 10:00 PM
If you request on myspace a friendship, you can send a pm
With this add-on you can have this feature also in your vb.
Installation:
Install the xml
If you don't use tms edit the template: modifyuserlist_confirm
search for
phrase 1="$userinfo[username]">$vbphrase[$confirm_phrase]</phrase>
<if condition="$show['friend_checkbox']"><div style="margin-top:1em"><label for="also"><input type="checkbox" name="friend" id="also" value="1"$friend_checked /><phrase 1="$userinfo[username]">$vbphrase[$supplemental_phrase]</phrase></label></div></if>
<if condition="$show['hiddenfriend']"><input type="hidden" name="friend" value="1" /></if>add under:
$messagearea
search for:
<form action="profile.php?do=$action&list=$list&userid=$userid" method="post">
replace with:
<form action="profile.php?do=$action&list=$list&userid=$userid" method="post" enctype="multipart/form-data" <if condition="!is_browser('webtv')"> onsubmit="return vB_Editor['$editorid'].prepare_submit(0, 10)"</if>>
With this add-on you can have this feature also in your vb.
Installation:
Install the xml
If you don't use tms edit the template: modifyuserlist_confirm
search for
phrase 1="$userinfo[username]">$vbphrase[$confirm_phrase]</phrase>
<if condition="$show['friend_checkbox']"><div style="margin-top:1em"><label for="also"><input type="checkbox" name="friend" id="also" value="1"$friend_checked /><phrase 1="$userinfo[username]">$vbphrase[$supplemental_phrase]</phrase></label></div></if>
<if condition="$show['hiddenfriend']"><input type="hidden" name="friend" value="1" /></if>add under:
$messagearea
search for:
<form action="profile.php?do=$action&list=$list&userid=$userid" method="post">
replace with:
<form action="profile.php?do=$action&list=$list&userid=$userid" method="post" enctype="multipart/form-data" <if condition="!is_browser('webtv')"> onsubmit="return vB_Editor['$editorid'].prepare_submit(0, 10)"</if>>