Author Topic: Edit profile questions  (Read 2950 times)

0 Members and 1 Guest are viewing this topic.

Offline jimraynor

  • Jr. Member
  • **
  • Posts: 53
    • View Profile
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?

Rembrandt

  • Guest
Re: Edit profile questions
« Reply #1 on: April 30, 2012, 06:43:39 PM »