1. ubercam's Avatar
    Hi guys, FYI..

    I was just in the User CP and I couldn't find the spot to edit my profile info (Location, Phone Model, etc) and I had a look through the source to find the proper URL (http://forums.crackberry.com/profile.php?do=editprofile) and managed to get in.

    I tried with Firefox 3.5.5 and IE8, same deal, it's not there.

    It seems to me that "Edit Profile" should be between "Edit Signature" and "Edit Options", but for me on Firefox it's just a blank space, and IE8 it looks like it was never there in the first place.
    11-27-09 01:16 PM
  2. Snarfler's Avatar
    Quick Links -> Edit Your Details




    It does look like the link is in the page source for the User CP, I don't see why it doesn't display
    Last edited by Snarfler; 11-28-09 at 08:03 AM.
    11-28-09 07:53 AM
  3. Snarfler's Avatar
    I see now, the page source for the edit signature link is
    <tr> <td class="alt2" nowrap="nowrap"><a rel="nofollow" class="smallfont" href="profile.php?do=editsignature">Edit Signature</a></td> </tr>


    but the page source for the Edit Profile is
    <tr> <td class="alt2" nowrap="nowrap"><a rel="nofollow" class="smallfont" href="profile.php?do=editprofile"></a></td> </tr>


    It should be
    <tr> <td class="alt2" nowrap="nowrap"><a rel="nofollow" class="smallfont" href="profile.php?do=editprofile">Edit Profile</a></td> </tr>

    (there is no text for the edit profile link)

    Seems like an easy fix, for someone allowed to do so
    11-28-09 08:06 AM
LINK TO POST COPIED TO CLIPBOARD