1
Mods & Plugins (Requests & Discussions) / Edit profile questions
« on: April 30, 2012, 06:34:15 PM »
i want to pay to my members for upload each image.
i need to see addresses of members paypal e-mail.
i want to members can write paypal id in "edit profile page".
i found in member_profile.html
<tr>
<td class="row1"><b>{lang_homepage}</b></td>
<td class="row1">{user_homepage}</td>
</tr>
and replace it
<tr>
<td class="row1"><b>Paypal E-mail</b></td>
<td class="row1">{user_homepage}</td>
</tr>
and edited member_editprofile.html
<tr>
<td class="row1"><b>Paypal <br />(Earn money for each upload image)</b></td>
<td class="row1"><input type="text" name="user_homepage" size="30" value="{user_homepage}" class="input" /></td>
</tr>
when members change paypal address system edit paypal mail automaticly http://membermail@test.com
i want to delete http:// section.
how can i do this.
i looked in member.php but i dont know what can i do?
i need to see addresses of members paypal e-mail.
i want to members can write paypal id in "edit profile page".
i found in member_profile.html
<tr>
<td class="row1"><b>{lang_homepage}</b></td>
<td class="row1">{user_homepage}</td>
</tr>
and replace it
<tr>
<td class="row1"><b>Paypal E-mail</b></td>
<td class="row1">{user_homepage}</td>
</tr>
and edited member_editprofile.html
<tr>
<td class="row1"><b>Paypal <br />(Earn money for each upload image)</b></td>
<td class="row1"><input type="text" name="user_homepage" size="30" value="{user_homepage}" class="input" /></td>
</tr>
when members change paypal address system edit paypal mail automaticly http://membermail@test.com
i want to delete http:// section.
how can i do this.
i looked in member.php but i dont know what can i do?